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
/
classes
/
gadgets
/
aroscycle
/
mmakefile.src
blob
3791a2acfb169b2e561f37454de15c11e3267a31
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := cycleclass support
5
6
#MM workbench-gadgets-aroscycle : includes linklibs
7
8
%build_module mmake=workbench-gadgets-aroscycle \
9
modname=aroscycle modtype=gadget \
10
files=$(FILES) uselibs=rom
11