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