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
nouveau.hidd: disable warnings about not initialized variables
[AROS.git]
/
workbench
/
classes
/
gadgets
/
aroscycle
/
mmakefile.src
blob
df498aba0eff282d1d1b910bf74b3b2a3faebc0c
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
USER_LDFLAGS := -static
6
7
FILES := cycleclass support
8
9
#MM workbench-gadgets-aroscycle : includes linklibs
10
11
%build_module mmake=workbench-gadgets-aroscycle \
12
modname=aroscycle modtype=gadget \
13
files=$(FILES)
14