RetroZilla/gfx/thebes/public/Makefile.in

34 lines
543 B
Makefile
Raw Normal View History

2015-10-21 05:03:22 +02:00
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = thebes
EXPORTS = gfxASurface.h \
gfxColor.h \
gfxContext.h \
gfxFilter.h \
gfxImageSurface.h \
gfxMatrix.h \
gfxPattern.h \
gfxPoint.h \
gfxRect.h \
gfxRegion.h \
gfxTextRun.h \
gfxTypes.h \
$(NULL)
ifeq ($(MOZ_GFX_TOOLKIT),windows)
EXPORTS += gfxWindowsSurface.h
endif
ifeq ($(MOZ_GFX_TOOLKIT),gtk2)
EXPORTS += gfxXlibSurface.h
endif
include $(topsrcdir)/config/rules.mk