2007-06-11 20:52:26 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = gdiplus.dll
|
|
|
|
IMPORTS = gdiplus kernel32
|
|
|
|
|
|
|
|
CTESTS = \
|
2007-06-15 01:09:14 +02:00
|
|
|
brush.c \
|
2007-07-10 05:54:38 +02:00
|
|
|
graphicspath.c \
|
2007-07-12 03:07:56 +02:00
|
|
|
matrix.c \
|
2007-06-11 20:52:26 +02:00
|
|
|
pen.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|