Removed -D__MORPHOS__ from the makefiles.
[AROS-Contrib.git] / vpdf / poppler / splash / mmakefile.src
blob28034db6f535ae777b3c0e7e035626422b2f789d
1 # $Id$
3 include $(TOP)/config/make.cfg
5 #MM contrib-vpdf-poppler-splash : includes
7 FILES := Splash \
8         SplashFontFileID \
9         SplashBitmap \
10         SplashClip \
11         SplashFont \
12         SplashFontEngine \
13         SplashFontFile \
14         SplashFTFont \
15         SplashFTFontEngine \
16         SplashFTFontFile \
17         SplashPath \
18         SplashPattern \
19         SplashScreen \
20         SplashState \
21         SplashT1Font \
22         SplashT1FontEngine \
23         SplashT1FontFile \
24         SplashXPath \
25         SplashXPathScanner
28 TARGETDIR := $(AROS_CONTRIB)/Utilities/Text/VPDF/libs
29 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR)/.. -I$(SRCDIR)/$(CURDIR)/../poppler
30 USER_CFLAGS := -frtti -fexceptions -fcheck-new
32 %build_linklib mmake=contrib-vpdf-poppler-splash libname=poppler-splash \
33   cxxfiles=$(FILES) libdir=$(TARGETDIR)
35 %common