repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
workbench
/
demos
/
Zune
/
mmakefile.src
blob
5b1819c1e6f768becf2706772652259db1197853
1
# $Id$
2
3
include $(TOP)/config/make.cfg
4
5
FILES := \
6
mui_layout1 \
7
mui_slider \
8
mui_pages \
9
mui_notify1 \
10
mui_notify2 \
11
mui_input1
12
13
#MM workbench-demos-zune : includes linklibs
14
15
%build_progs mmake=workbench-demos-zune \
16
files=$(FILES) targetdir=$(AROSDIR)/Demos/Zune \
17
uselibs="mui arossupport amiga arosc"
18
19
%common
20