Bug 396137. Use Windows cmap font matching in place of ATSUI font matching. r+sr...
[wine-gecko.git] / gfx / thebes / public / Makefile.in
blobb03d53c7b25299789ff6f83eaf36c1ab93a88c5b
2 DEPTH = ../../..
3 topsrcdir = @top_srcdir@
4 srcdir = @srcdir@
5 VPATH = @srcdir@
7 include $(DEPTH)/config/autoconf.mk
9 MODULE = thebes
11 REQUIRES = cairo \
12 unicharutil \
13 $(NULL)
15 EXPORTS = gfxASurface.h \
16 gfxAlphaRecovery.h \
17 gfxColor.h \
18 gfxContext.h \
19 gfxFont.h \
20 gfxFontUtils.h \
21 gfxImageSurface.h \
22 gfxMatrix.h \
23 gfxPath.h \
24 gfxPattern.h \
25 gfxPlatform.h \
26 gfxPoint.h \
27 gfxRect.h \
28 gfxSkipChars.h \
29 gfxTypes.h \
30 gfxTextRunCache.h \
31 gfxTextRunWordCache.h \
32 $(NULL)
34 EXPORTS += gfxFontTest.h
36 ifdef MOZ_ENABLE_GLITZ
37 REQUIRES += glitz
38 EXPORTS += gfxGlitzSurface.h
39 endif
41 ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
42 EXPORTS += gfxWindowsFonts.h \
43 gfxWindowsPlatform.h \
44 gfxWindowsSurface.h \
45 gfxWindowsNativeDrawing.h \
46 $(NULL)
47 EXPORTS += gfxPDFSurface.h
49 ifdef MOZ_ENABLE_GLITZ
50 REQUIRES += glitzwgl
51 endif
52 endif
54 ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
55 EXPORTS += gfxXlibSurface.h gfxPlatformGtk.h gfxXlibNativeRenderer.h
56 EXPORTS += gfxPangoFonts.h
57 EXPORTS += gfxPDFSurface.h gfxPSSurface.h
59 ifdef MOZ_ENABLE_GLITZ
60 REQUIRES += glitzglx
61 endif
62 endif
64 ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
65 EXPORTS += gfxOS2Surface.h \
66 gfxOS2Platform.h \
67 gfxOS2Fonts.h \
68 $(NULL)
69 EXPORTS += gfxPDFSurface.h
70 endif
72 ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
73 EXPORTS += gfxBeOSSurface.h gfxBeOSPlatform.h
74 EXPORTS += gfxPangoFonts.h
75 EXPORTS += gfxPDFSurface.h
76 endif
78 ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),mac cocoa))
79 EXPORTS += gfxPlatformMac.h \
80 gfxQuartzSurface.h \
81 gfxQuartzPDFSurface.h \
82 gfxAtsuiFonts.h \
83 $(NULL)
85 ifdef MOZ_ENABLE_GLITZ
86 REQUIRES += glitzagl
87 endif
88 endif
90 include $(topsrcdir)/config/rules.mk