Build scalosgfx.library with actual defs.h
[AROS-Contrib.git] / scalos / libraries / scalosgfx / mmakefile.src
blobce608d5af17b4578764e68cdc789b9c5bdd4e081
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$(TARGETDIR)/Development/include -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