Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / gfx / thebes / public / Makefile.in
blobdc3011890832844e46c874674c541c9e5a30bf7a
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 gfxBlur.h \
18 gfxColor.h \
19 gfxContext.h \
20 gfxFont.h \
21 gfxFontUtils.h \
22 gfxImageSurface.h \
23 gfxMatrix.h \
24 gfxPath.h \
25 gfxPattern.h \
26 gfxPlatform.h \
27 gfxPoint.h \
28 gfxRect.h \
29 gfxSkipChars.h \
30 gfxTypes.h \
31 gfxTextRunCache.h \
32 gfxTextRunWordCache.h \
33 gfxUtils.h \
34 gfxUserFontSet.h \
35 $(NULL)
37 EXPORTS += gfxFontTest.h
39 ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
40 EXPORTS += gfxWindowsFonts.h \
41 gfxWindowsPlatform.h \
42 gfxWindowsSurface.h \
43 gfxWindowsNativeDrawing.h \
44 $(NULL)
45 EXPORTS += gfxPDFSurface.h
47 endif
49 ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
51 ifdef MOZ_X11
52 EXPORTS += gfxXlibSurface.h
53 endif
55 ifdef MOZ_PANGO
56 EXPORTS += gfxPangoFonts.h
57 else
58 EXPORTS += gfxFT2Fonts.h
59 endif
61 ifdef MOZ_DFB
62 EXPORTS += gfxDirectFBSurface.h
63 endif
65 EXPORTS += gfxPlatformGtk.h gfxGdkNativeRenderer.h
66 EXPORTS += gfxPDFSurface.h gfxPSSurface.h
68 endif
70 ifeq ($(MOZ_WIDGET_TOOLKIT),qt)
71 EXPORTS += gfxQtPlatform.h gfxQPainterSurface.h
72 EXPORTS += gfxXlibSurface.h gfxQtNativeRenderer.h
73 EXPORTS += gfxFT2Fonts.h
74 endif
76 ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
77 EXPORTS += gfxOS2Surface.h \
78 gfxOS2Platform.h \
79 gfxOS2Fonts.h \
80 $(NULL)
81 EXPORTS += gfxPDFSurface.h
82 endif
84 ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
85 EXPORTS += gfxBeOSSurface.h gfxBeOSPlatform.h
86 EXPORTS += gfxPangoFonts.h
87 EXPORTS += gfxPDFSurface.h
88 endif
90 ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),mac cocoa))
91 EXPORTS += gfxPlatformMac.h \
92 gfxQuartzSurface.h \
93 gfxQuartzImageSurface.h \
94 gfxQuartzPDFSurface.h \
95 gfxAtsuiFonts.h \
96 gfxQuartzNativeDrawing.h \
97 $(NULL)
99 endif
101 include $(topsrcdir)/config/rules.mk