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

53 строки
849 B
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 \
gfxColor.h \
gfxContext.h \
gfxFilter.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 \
2005-04-06 05:54:26 +04:00
gfxRegion.h \
2005-04-08 09:47:49 +04:00
gfxTypes.h \
2005-04-06 05:54:26 +04:00
$(NULL)
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitz
EXPORTS += gfxGlitzSurface.h
endif
2005-04-06 05:54:26 +04:00
ifeq ($(MOZ_GFX_TOOLKIT),windows)
EXPORTS += gfxWindowsFonts.h \
gfxWindowsSurface.h
ifdef MOZ_ENABLE_GLITZ
REQUIRES += glitzwgl
endif
2005-04-06 05:54:26 +04:00
endif
ifeq ($(MOZ_GFX_TOOLKIT),gtk2)
EXPORTS += gfxXlibSurface.h gfxPlatformGtk.h
EXPORTS += gfxPangoFonts.h
EXPORTS += gfxPDFSurface.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
2005-04-06 05:54:26 +04:00
include $(topsrcdir)/config/rules.mk