2004-11-21 17:05:14 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = lz32.dll
|
2005-08-27 11:27:09 +02:00
|
|
|
IMPORTS = lz32 kernel32
|
2004-11-21 17:05:14 +01:00
|
|
|
|
|
|
|
CTESTS = \
|
|
|
|
lzexpand_main.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|