mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
24 lines
390 B
Makefile
24 lines
390 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = gdi32.dll
|
|
IMPORTS = user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
bitmap.c \
|
|
brush.c \
|
|
clipping.c \
|
|
dc.c \
|
|
font.c \
|
|
gdiobj.c \
|
|
generated.c \
|
|
mapping.c \
|
|
metafile.c \
|
|
palette.c \
|
|
path.c \
|
|
pen.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|