clean up some makefile issues. (NicJA)
[AROS.git] / workbench / classes / datatypes / picture / mmakefile.src
blob862c2c8e3ee6371eec6f84e76871e88df8cac036
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 FILES := pictureclass colorhandling prefs
7 #MM workbench-datatypes-picture : includes linklibs
9 USER_CPPFLAGS := -DCOMPILE_DATATYPE -DMYDEBUG
10 USER_CFLAGS := $(CFLAGS_NO_INLINE_SMALL_FUNCTIONS)
11 USER_LDFLAGS := -static
13 %build_module mmake=workbench-datatypes-picture \
14     modname=picture modtype=datatype \
15     files=$(FILES)