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

85 строки
1.5 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
REQUIRES = cairo
2005-04-06 05:54:26 +04:00
EXPORTS = 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 \
2005-04-06 05:54:26 +04:00
gfxImageSurface.h \
gfxMatrix.h \
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 \
2005-04-06 05:54:26 +04:00
$(NULL)
EXPORTS += gfxFontTest.h
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitz
EXPORTS += gfxGlitzSurface.h
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
EXPORTS += gfxWindowsFonts.h \
2006-02-01 05:35:38 +03:00
gfxWindowsPlatform.h \
gfxWindowsSurface.h \
gfxWindowsNativeDrawing.h \
$(NULL)
EXPORTS += gfxPDFSurface.h
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitzwgl
endif
2005-04-06 05:54:26 +04:00
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
EXPORTS += gfxXlibSurface.h gfxPlatformGtk.h gfxXlibNativeRenderer.h
EXPORTS += gfxPangoFonts.h
2006-02-14 01:37:13 +03:00
EXPORTS += gfxPDFSurface.h gfxPSSurface.h
2005-08-20 09:36:47 +04:00
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitzglx
endif
2005-08-20 09:36:47 +04:00
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXPORTS += gfxOS2Surface.h \
gfxOS2Platform.h \
gfxOS2Fonts.h \
$(NULL)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
EXPORTS += gfxBeOSSurface.h gfxBeOSPlatform.h
EXPORTS += gfxPangoFonts.h
EXPORTS += gfxPDFSurface.h
endif
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),mac cocoa))
EXPORTS += gfxPlatformMac.h \
gfxQuartzSurface.h \
gfxQuartzPDFSurface.h \
gfxAtsuiFonts.h \
$(NULL)
2007-01-23 02:25:41 +03:00
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitzagl
endif
endif
2005-04-06 05:54:26 +04:00
include $(topsrcdir)/config/rules.mk