2002-08-27 03:34:33 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = shell32.dll
|
2007-05-09 23:47:36 +02:00
|
|
|
IMPORTS = shell32 ole32 oleaut32 shlwapi user32 gdi32 advapi32 kernel32
|
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-10-22 21:52:33 +02:00
|
|
|
shelllink.c \
|
2004-10-21 21:59:46 +02:00
|
|
|
shellpath.c \
|
2005-07-24 18:26:53 +02:00
|
|
|
shlexec.c \
|
2004-02-10 03:19:03 +01:00
|
|
|
shlfileop.c \
|
2004-09-14 01:25:09 +02:00
|
|
|
shlfolder.c \
|
2007-05-09 23:47:36 +02:00
|
|
|
string.c \
|
|
|
|
systray.c
|
2002-08-27 03:34:33 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|