3 topsrcdir
= @top_srcdir@
7 include $(DEPTH
)/config
/autoconf.mk
15 EXPORTS
= gfxASurface.h \
32 gfxTextRunWordCache.h \
37 EXPORTS
+= gfxFontTest.h
39 ifeq ($(MOZ_WIDGET_TOOLKIT
),windows
)
40 EXPORTS
+= gfxWindowsFonts.h \
41 gfxWindowsPlatform.h \
43 gfxWindowsNativeDrawing.h \
45 EXPORTS
+= gfxPDFSurface.h
49 ifeq ($(MOZ_WIDGET_TOOLKIT
),gtk2
)
52 EXPORTS
+= gfxXlibSurface.h
56 EXPORTS
+= gfxPangoFonts.h
58 EXPORTS
+= gfxFT2Fonts.h
62 EXPORTS
+= gfxDirectFBSurface.h
65 EXPORTS
+= gfxPlatformGtk.h gfxGdkNativeRenderer.h
66 EXPORTS
+= gfxPDFSurface.h gfxPSSurface.h
70 ifeq ($(MOZ_WIDGET_TOOLKIT
),qt
)
71 EXPORTS
+= gfxQtPlatform.h gfxQPainterSurface.h
72 EXPORTS
+= gfxXlibSurface.h gfxQtNativeRenderer.h
73 EXPORTS
+= gfxFT2Fonts.h
76 ifeq ($(MOZ_WIDGET_TOOLKIT
),os2
)
77 EXPORTS
+= gfxOS2Surface.h \
81 EXPORTS
+= gfxPDFSurface.h
84 ifeq ($(MOZ_WIDGET_TOOLKIT
),beos
)
85 EXPORTS
+= gfxBeOSSurface.h gfxBeOSPlatform.h
86 EXPORTS
+= gfxPangoFonts.h
87 EXPORTS
+= gfxPDFSurface.h
90 ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT
),mac cocoa
))
91 EXPORTS
+= gfxPlatformMac.h \
93 gfxQuartzImageSurface.h \
94 gfxQuartzPDFSurface.h \
96 gfxQuartzNativeDrawing.h \
101 include $(topsrcdir
)/config
/rules.mk