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
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
all-pc
/
battclock
/
mmakefile.src
blob
1371cf79b1c09945a893f0b0469c94a6bac460d4
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := battclock_init readbattclock writebattclock
6
7
USER_CFLAGS += -DDEBUG=1
8
9
%build_archspecific \
10
mainmmake=kernel-battclock maindir=rom/battclock arch=pc \
11
files="$(FILES)" modulename=battclock
12
13
%common