27 lines
476 B
Makefile
27 lines
476 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = shell32.dll
|
|
IMPORTS = shell32 ole32 oleaut32 user32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
appbar.c \
|
|
autocomplete.c \
|
|
generated.c \
|
|
progman_dde.c \
|
|
shelllink.c \
|
|
shellpath.c \
|
|
shfldr_special.c \
|
|
shlexec.c \
|
|
shlfileop.c \
|
|
shlfolder.c \
|
|
string.c \
|
|
systray.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|