2004-06-15 22:23:47 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = psapi.dll
|
2005-06-27 21:47:48 +02:00
|
|
|
IMPORTS = kernel32
|
2004-06-15 22:23:47 +02:00
|
|
|
|
|
|
|
CTESTS = \
|
2005-06-27 21:47:48 +02:00
|
|
|
psapi_main.c
|
2004-06-15 22:23:47 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|