3 topsrcdir
= @top_srcdir@
7 include $(DEPTH
)/config
/autoconf.mk
15 EXPORTS
= gfxASurface.h \
31 gfxTextRunWordCache.h \
34 EXPORTS
+= gfxFontTest.h
36 ifdef MOZ_ENABLE_GLITZ
38 EXPORTS
+= gfxGlitzSurface.h
41 ifeq ($(MOZ_WIDGET_TOOLKIT
),windows
)
42 EXPORTS
+= gfxWindowsFonts.h \
43 gfxWindowsPlatform.h \
45 gfxWindowsNativeDrawing.h \
47 EXPORTS
+= gfxPDFSurface.h
49 ifdef MOZ_ENABLE_GLITZ
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
64 ifeq ($(MOZ_WIDGET_TOOLKIT
),os2
)
65 EXPORTS
+= gfxOS2Surface.h \
69 EXPORTS
+= gfxPDFSurface.h
72 ifeq ($(MOZ_WIDGET_TOOLKIT
),beos
)
73 EXPORTS
+= gfxBeOSSurface.h gfxBeOSPlatform.h
74 EXPORTS
+= gfxPangoFonts.h
75 EXPORTS
+= gfxPDFSurface.h
78 ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT
),mac cocoa
))
79 EXPORTS
+= gfxPlatformMac.h \
81 gfxQuartzPDFSurface.h \
85 ifdef MOZ_ENABLE_GLITZ
90 include $(topsrcdir
)/config
/rules.mk