Merging NList MCC 0.119 into the main branch.
[AROS.git] / workbench / classes / zune / nlist / nbitmap_mcc / mmakefile.src
blobdc087bdaa905f3186ef72711ce256169f9151e1b
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 #MM classes-zune-nbitmap-class : includes linklibs
5 #MM classes-zune-nbitmap-test : includes linklibs classes-zune-nbitmap-test-cpy
7 USER_INCLUDES := -idirafter $(SRCDIR)/$(CURDIR)/../include
8 USER_CFLAGS := -DNO_INLINE_STDARG -DAROS_ABI_V1
9 USER_CFLAGS += $(PARANOIA_CFLAGS)
11 FILES := dispatcher Chunky2Bitmap DitherImage NBitmap Debug
13 %build_module_simple mmake=classes-zune-nbitmap-class \
14   modname=NBitmap modtype=mcc \
15   files="library $(FILES)"
18 %build_prog mmake=classes-zune-nbitmap-test progname=NBitmap-Test \
19     files="NBitmap-Test $(FILES)" targetdir=$(AROS_TESTS)/NList
22 INCLUDE_FILES := ../include/mui/NBitmap_mcc.h
23 %copy_includes path=mui dir=../include/mui
26 %copy_files_q mmake=classes-zune-nbitmap-test-cpy files=icon.png src=. dst=$(AROS_TESTS)/NList
28 %common