Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / libs / muimaster / tutorial / examples / mmakefile.src
blob8f33f9cdc62d418ad0a05cbcfed9b8e3a36a8f1e
1 # $Id$
3 # Makefile for Zune step by step examples
5 include $(SRCDIR)/config/aros.cfg
7 FILES  := \
8     HelloZune \
9     HGroup    \
10     VGroup    \
11     VHGroup   \
12     VHGroup2  \
13     HVGroup   \
14     Notify
16 #MM workbench-libs-muimaster-examples : includes linklibs
18 %build_progs mmake=workbench-libs-muimaster-examples \
19     files=$(FILES) targetdir=$(AROSDIR)/Demos/Zune
21 %common