2007-06-11 20:52:26 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = gdiplus.dll
|
2007-12-06 20:42:08 +01:00
|
|
|
IMPORTS = gdiplus user32 kernel32
|
2007-06-11 20:52:26 +02:00
|
|
|
|
|
|
|
CTESTS = \
|
2007-06-15 01:09:14 +02:00
|
|
|
brush.c \
|
2007-08-15 03:58:59 +02:00
|
|
|
font.c \
|
2007-07-14 02:51:41 +02:00
|
|
|
graphics.c \
|
2007-07-10 05:54:38 +02:00
|
|
|
graphicspath.c \
|
2007-08-09 04:42:20 +02:00
|
|
|
image.c \
|
2007-07-12 03:07:56 +02:00
|
|
|
matrix.c \
|
2007-08-16 01:22:29 +02:00
|
|
|
pen.c \
|
|
|
|
stringformat.c
|
2007-06-11 20:52:26 +02:00
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|