14 lines
261 B
Makefile
14 lines
261 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = twain_32.dll
|
||
|
IMPORTS = user32 gdi32 kernel32
|
||
|
|
||
|
CTESTS = \
|
||
|
dsm.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|