Upgraded GRUB2 to 2.00 release.
[AROS.git] / tools / toollib / mmakefile.src
blobe3662a318464f523f868baa6d9d815adcc07f5df
1 include $(TOP)/config/make.cfg
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
15 FILES := \
16         error \
17         filesup \
18         hash \
19         lineparser \
20         mystream \
21         stdiocb \
22         stringcb \
23         toollib \
24         vstring
26 #MM- linklibs : linklibs-toollib
27 #MM linklibs-toollib : includes
29 %build_linklib mmake=linklibs-toollib libname=toollib files=$(FILES)
31 #MM
32 includes-copy : 
33         %copy_includes includes=$(HFILES) path=toollib
35 %common