repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
workbench
/
libs
/
muimaster
/
tutorial
/
examples
/
mmakefile.src
blob
8f33f9cdc62d418ad0a05cbcfed9b8e3a36a8f1e
1
# $Id$
2
#
3
# Makefile for Zune step by step examples
4
5
include $(SRCDIR)/config/aros.cfg
6
7
FILES := \
8
HelloZune \
9
HGroup \
10
VGroup \
11
VHGroup \
12
VHGroup2 \
13
HVGroup \
14
Notify
15
16
#MM workbench-libs-muimaster-examples : includes linklibs
17
18
%build_progs mmake=workbench-libs-muimaster-examples \
19
files=$(FILES) targetdir=$(AROSDIR)/Demos/Zune
20
21
%common