2006-10-12 20:56:56 +00:00
|
|
|
EXTRADEFS = -D_GDI32_
|
2000-03-19 12:08:09 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 22:19:06 +00:00
|
|
|
MODULE = gdi32.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libgdi32.$(IMPLIBEXT)
|
2003-10-14 05:27:43 +00:00
|
|
|
IMPORTS = advapi32 kernel32 ntdll
|
2001-09-12 20:21:06 +00:00
|
|
|
EXTRAINCL = @FREETYPEINCL@
|
2006-12-21 15:21:13 +00:00
|
|
|
EXTRALIBS = @ICULIBS@ @CARBONLIB@
|
2002-09-06 18:51:31 +00:00
|
|
|
|
2003-03-23 20:00:02 +00:00
|
|
|
SPEC_SRCS16 = \
|
|
|
|
dispdib.spec \
|
|
|
|
gdi.exe.spec \
|
|
|
|
wing.spec
|
|
|
|
|
2000-03-19 12:08:09 +00:00
|
|
|
C_SRCS = \
|
2003-06-27 20:47:16 +00:00
|
|
|
bidi.c \
|
2004-02-12 23:11:30 +00:00
|
|
|
bitblt.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
bitmap.c \
|
|
|
|
brush.c \
|
|
|
|
clipping.c \
|
|
|
|
dc.c \
|
|
|
|
dib.c \
|
2001-07-27 19:37:31 +00:00
|
|
|
driver.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
enhmetafile.c \
|
2002-06-14 00:00:56 +00:00
|
|
|
enhmfdrv/bitblt.c \
|
2002-03-27 21:13:40 +00:00
|
|
|
enhmfdrv/dc.c \
|
|
|
|
enhmfdrv/graphics.c \
|
|
|
|
enhmfdrv/init.c \
|
|
|
|
enhmfdrv/mapping.c \
|
|
|
|
enhmfdrv/objects.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
font.c \
|
2001-09-12 20:21:06 +00:00
|
|
|
freetype.c \
|
2000-03-24 21:38:30 +00:00
|
|
|
gdi_main.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
gdiobj.c \
|
2004-01-13 05:20:17 +00:00
|
|
|
icm.c \
|
2004-02-12 23:11:30 +00:00
|
|
|
mapping.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
metafile.c \
|
2002-03-27 21:13:40 +00:00
|
|
|
mfdrv/bitblt.c \
|
|
|
|
mfdrv/dc.c \
|
|
|
|
mfdrv/graphics.c \
|
|
|
|
mfdrv/init.c \
|
|
|
|
mfdrv/mapping.c \
|
|
|
|
mfdrv/objects.c \
|
|
|
|
mfdrv/text.c \
|
2006-10-03 17:52:17 +00:00
|
|
|
opengl.c \
|
2004-02-12 23:11:30 +00:00
|
|
|
painting.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
palette.c \
|
2004-02-12 23:11:30 +00:00
|
|
|
path.c \
|
2004-07-21 04:07:28 +00:00
|
|
|
pen.c \
|
|
|
|
printdrv.c \
|
|
|
|
region.c
|
2000-03-24 21:38:30 +00:00
|
|
|
|
2002-10-02 02:34:09 +00:00
|
|
|
C_SRCS16 = \
|
2002-10-18 04:06:47 +00:00
|
|
|
bidi16.c \
|
2004-02-12 02:17:51 +00:00
|
|
|
dispdib.c \
|
|
|
|
env.c \
|
2002-10-18 04:06:47 +00:00
|
|
|
gdi16.c \
|
2006-01-03 12:23:21 +00:00
|
|
|
metafile16.c \
|
2002-10-18 04:06:47 +00:00
|
|
|
wing.c
|
2002-10-02 02:34:09 +00:00
|
|
|
|
2002-05-11 23:06:32 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
RC_SRCS16 = version16.rc
|
2001-02-23 20:37:13 +00:00
|
|
|
|
2002-03-27 21:13:40 +00:00
|
|
|
EXTRASUBDIRS = \
|
|
|
|
enhmfdrv \
|
2003-02-27 00:28:50 +00:00
|
|
|
mfdrv
|
2002-03-27 21:13:40 +00:00
|
|
|
|
2000-03-19 12:08:09 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2002-09-12 22:51:20 +00:00
|
|
|
# Special rules for 16-bit resource and spec files
|
|
|
|
|
2005-09-21 14:23:54 +00:00
|
|
|
gdi.exe.spec.o: gdi.exe.spec version16.res
|
|
|
|
$(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --heap 65520 --main-module $(MODULE) --res version16.res --export $(SRCDIR)/gdi.exe.spec
|
2001-02-23 20:37:13 +00:00
|
|
|
|
|
|
|
version16.res: version16.rc
|
2003-05-06 18:34:53 +00:00
|
|
|
$(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
|
2001-02-23 20:37:13 +00:00
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|