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
fix to build with pedantic flags
[AROS.git]
/
tools
/
toollib
/
mmakefile.src
blob
e3662a318464f523f868baa6d9d815adcc07f5df
1
include $(TOP)/config/make.cfg
2
3
HFILES := \
4
callback.h \
5
error.h \
6
filesup.h \
7
hash.h \
8
lineparser.h \
9
mystream.h \
10
stdiocb.h \
11
stringcb.h \
12
toollib.h \
13
vstring.h
14
15
FILES := \
16
error \
17
filesup \
18
hash \
19
lineparser \
20
mystream \
21
stdiocb \
22
stringcb \
23
toollib \
24
vstring
25
26
#MM- linklibs : linklibs-toollib
27
#MM linklibs-toollib : includes
28
29
%build_linklib mmake=linklibs-toollib libname=toollib files=$(FILES)
30
31
#MM
32
includes-copy :
33
%copy_includes includes=$(HFILES) path=toollib
34
35
%common