Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / tools / toollib / mmakefile.src
blob0d87bf2e494a34069d5d55338ddbe51aa31ee5e0
1 include $(SRCDIR)/config/aros.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