2002-08-27 03:34:33 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = shell32.dll
|
2004-02-10 03:19:03 +01:00
|
|
|
IMPORTS = shell32 ole32
|
2004-09-14 01:25:09 +02:00
|
|
|
EXTRALIBS = -luuid
|
2002-08-27 03:34:33 +02:00
|
|
|
|
|
|
|
CTESTS = \
|
2002-11-12 02:13:10 +01:00
|
|
|
generated.c \
|
2004-02-10 03:19:03 +01:00
|
|
|
shlfileop.c \
|
2004-09-14 01:25:09 +02:00
|
|
|
shlfolder.c \
|
2004-02-10 03:19:03 +01:00
|
|
|
string.c
|
2002-08-27 03:34:33 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|