modified makefile to allow easier adjustment of build options for different targets...
[AROS-Contrib.git] / dopus / DOpusRT / mmakefile.src
blob0c6e9d4356c752fa4e1eb5227aedc294c01c42a0
1 # $Id$
3 include $(SRCDIR)/$(CURDIR)/../make.cfg
5 #MM- DOpusRT : dopus-library
7 EXEDIR := $(DOPUSDIR)/C
9 USER_CFLAGS := -I$(DOPUSDIR)/$(AROS_DIR_DEVELOPER)/include \
10     -I$(SRCDIR)/$(CURDIR)/../include \
11     -D__REXXSYSLIB_STDLIBBASE__ \
12     -D__UTILITY_STDLIBBASE__ \
13     -D__LOCALE_STDLIBBASE__
15 # TODO: Remove and clean the compiler warnings!
16 USER_CFLAGS += -Wno-error
18 %build_prog mmake=DOpusRT \
19     progname=DOpusRT targetdir=$(EXEDIR) \
20     files=DOpusRT
22 %common