gecko-dev/gfx/thebes/public/Makefile.in

142 строки
2.4 KiB
Makefile
Исходник Обычный вид История

2005-04-06 05:54:26 +04:00
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = thebes
EXPORTS = gfx3DMatrix.h \
gfxASurface.h \
gfxAlphaRecovery.h \
2005-04-06 05:54:26 +04:00
gfxColor.h \
gfxContext.h \
2005-10-08 09:50:16 +04:00
gfxFont.h \
gfxFontConstants.h \
gfxFontUtils.h \
2005-04-06 05:54:26 +04:00
gfxImageSurface.h \
gfxMatrix.h \
gfxPath.h \
2005-04-06 05:54:26 +04:00
gfxPattern.h \
gfxPlatform.h \
2005-04-06 05:54:26 +04:00
gfxPoint.h \
gfxRect.h \
2007-02-15 03:31:54 +03:00
gfxSkipChars.h \
2005-04-08 09:47:49 +04:00
gfxTypes.h \
gfxTextRunCache.h \
gfxTextRunWordCache.h \
gfxUtils.h \
gfxUserFontSet.h \
GLDefs.h \
GLContext.h \
GLContextProvider.h \
2005-04-06 05:54:26 +04:00
$(NULL)
ifdef MOZ_IPC
EXPORTS += \
gfxSharedImageSurface.h \
$(NULL)
endif
EXPORTS += gfxFontTest.h
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
EXPORTS += gfxWindowsPlatform.h \
gfxWindowsSurface.h \
gfxWindowsNativeDrawing.h \
WGLLibrary.h \
$(NULL)
EXPORTS += gfxPDFSurface.h
ifdef WINCE
EXPORTS += gfxFT2Fonts.h \
gfxFT2FontBase.h \
gfxDDrawSurface.h \
$(NULL)
else
EXPORTS += gfxDWriteFonts.h
EXPORTS += gfxD2DSurface.h
endif
2005-04-06 05:54:26 +04:00
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
EXPORTS += \
gfxAndroidPlatform.h \
gfxFT2Fonts.h \
gfxFT2FontBase.h \
$(NULL)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
ifdef MOZ_X11
EXPORTS += gfxXlibSurface.h \
GLXLibrary.h \
$(NULL)
endif
ifdef MOZ_PANGO
EXPORTS += gfxPangoFonts.h
else
EXPORTS += gfxFT2Fonts.h
endif
ifdef MOZ_DFB
EXPORTS += gfxDirectFBSurface.h
endif
EXPORTS += gfxPlatformGtk.h gfxGdkNativeRenderer.h
EXPORTS += gfxPDFSurface.h gfxPSSurface.h
EXPORTS += gfxFT2FontBase.h
2005-08-20 09:36:47 +04:00
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),qt)
ifdef MOZ_X11
EXPORTS += gfxXlibSurface.h \
GLXLibrary.h \
$(NULL)
endif
ifdef MOZ_PANGO
EXPORTS += gfxPangoFonts.h
else
EXPORTS += gfxFT2Fonts.h
endif
EXPORTS += gfxQtPlatform.h gfxQPainterSurface.h
EXPORTS += gfxXlibSurface.h gfxQtNativeRenderer.h
EXPORTS += gfxFT2FontBase.h
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXPORTS += gfxOS2Surface.h \
gfxOS2Platform.h \
gfxOS2Fonts.h \
$(NULL)
EXPORTS += gfxPDFSurface.h
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
EXPORTS += gfxBeOSSurface.h gfxBeOSPlatform.h
EXPORTS += gfxPangoFonts.h
EXPORTS += gfxFT2FontBase.h
EXPORTS += gfxPDFSurface.h
endif
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
EXPORTS += gfxPlatformMac.h \
gfxQuartzSurface.h \
gfxQuartzImageSurface.h \
gfxQuartzPDFSurface.h \
gfxQuartzNativeDrawing.h \
$(NULL)
endif
2005-04-06 05:54:26 +04:00
include $(topsrcdir)/config/rules.mk