Don't use pertaskbase. Solves a crash with OpenLibrary().
[AROS-Contrib.git] / scalos / libraries / scalosgfx / mmakefile.src
blob49aeb9e3ec861fbc813d90408c3f1b286a0201a7
1 # Metamakefile for AROS build-system
3 include $(TOP)/config/make.cfg
5 #MM- contrib-scalos-libraries-scalosgfx : linklibs
7 FILES := \
8     scalosgfx \
9     argb \
10     blit \
11     BitMapScale \
12     Dither \
13     Render
15 TARGETDIR := $(AROS_CONTRIB)/Scalos
16 USER_INCLUDES := -I$(SRCDIR)/$(CURDIR) -idirafter $(SRCDIR)/$(CURDIR)/../../include
17 USER_CFLAGS := -D__UTILITY_STDLIBBASE__
19 %build_module mmake=contrib-scalos-libraries-scalosgfx \
20     modname=scalosgfx modtype=library conffile="scalosgfx-aros.conf" \
21     files="$(FILES)" uselibs="stdc" moduledir=Libs prefix=$(TARGETDIR)
23 %common