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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
classes
/
gadgets
/
aroslist
/
mmakefile.src
blob
be122e692806a0e5b454d35291ce213ddb4f1387
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := listclass helpfuncs
8
9
##MM workbench-gadgets-aroslist : includes linklibs
10
11
%build_module mmake=workbench-gadgets-aroslist \
12
modname=aroslist modtype=gadget \
13
files=$(FILES)
14