17 lines
343 B
Makefile
17 lines
343 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = windowscodecs.dll
|
|
IMPORTS = kernel32 ole32 windowscodecs
|
|
|
|
CTESTS = \
|
|
bmpformat.c \
|
|
converter.c \
|
|
palette.c \
|
|
stream.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|