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
System/SysMon: rework the code to handle negative result of Entries - Visible
[AROS.git]
/
tools
/
ilbmtoc
/
mmakefile.src
blob
9eb9af41f5cadb4f68807c1f21d21aebef3d5a68
1
include $(TOP)/config/make.cfg
2
3
#MM- contrib-development : tools-ilbmtoc
4
#MM tools-ilbmtoc : includes linklibs
5
6
FILES := ilbmtoc
7
EXEDIR := $(AROS_CONTRIB)/Development/Build
8
9
%build_prog mmake=tools-ilbmtoc \
10
progname=ilbmtoc targetdir=$(EXEDIR) \
11
files=$(FILES)
12
13
%common