14 lines
195 B
Makefile
14 lines
195 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = shell32.dll
|
||
|
IMPORTS = shell32
|
||
|
|
||
|
CTESTS = \
|
||
|
shlfileop.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
### Dependencies:
|