modified makefile to allow easier adjustment of build options for different targets...
[AROS-Contrib.git] / dopus / DOpus_Icon / mmakefile.src
blob9144cda6db867402f2b60116dafba71497f4297d
1 # $Id$
3 include $(SRCDIR)/$(CURDIR)/../make.cfg
5 #MM- DOpus_Icon : dopus-library
7 USER_CFLAGS := -I$(DOPUSDIR)/$(AROS_DIR_DEVELOPER)/include \
8     -I$(SRCDIR)/$(CURDIR)/../include \
9     -D__REXXSYSLIB_STDLIBBASE__ \
10     -D__UTILITY_STDLIBBASE__ \
11     -D__LOCALE_STDLIBBASE__
13 # TODO: Remove and clean the compiler warnings!
14 USER_CFLAGS += -Wno-error
16 %build_prog mmake=DOpus_Icon \
17     progname=DOpus_Icon targetdir=$(DOPUSDIR)/Modules \
18     files="data main doiconinfo strings"
20 %common