17 lines
307 B
Makefile
17 lines
307 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = comdlg32.dll
|
|
IMPORTS = comdlg32 user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
filedlg.c \
|
|
printdlg.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|