forwarding build fix when MUIA_Scrollgroup_AutoBars is defined (NicJA).
[AROS-Contrib.git] / Demo / Voxel / mmakefile.src
blob335895d2a1cf67320a46b86736bd0577ff05ef6c
2 include $(SRCDIR)/config/aros-contrib.cfg
4 #MM demo-voxel : demo-voxel-icons demo-voxel-images
6 DESTDIR := $(AROS_CONTRIB)/Demos/Voxel
8 %build_prog mmake=demo-voxel \
9     progname=Voxel targetdir=$(DESTDIR) \
10     files=voxel
12 IMAGES := clouds.pcx democ.pcx demoh.pcx
13 IMAGEFILES := $(foreach f, $(IMAGES), $(DESTDIR)/$(f))
15 #MM demo-voxel-images :
16 demo-voxel-images : $(IMAGEFILES)
18 $(DESTDIR)/%.pcx : %.pcx | $(DESTDIR)
19         @$(CP) $< $@
21 %rule_makedirs dirs=$(DESTDIR)