Improvements to comments etc.
[AROS.git] / workbench / libs / iffparse / mmakefile.src
blob6073a9ff9208a5ed660b69e33cdc601fbb130c6d
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
7 FILES :=    basicfuncs bufferingfuncs clipboardfuncs collectionhooks \
8             prophooks stophook dosstreamhandler
10 FUNCS := \
11         allociff \
12         alloclocalitem \
13         closeclipboard \
14         closeiff \
15         collectionchunk \
16         collectionchunks \
17         currentchunk \
18         entryhandler \
19         exithandler \
20         findcollection \
21         findlocalitem \
22         findprop \
23         findpropcontext \
24         freeiff \
25         freelocalitem \
26         goodid \
27         goodtype \
28         idtostr \
29         initiff \
30         initiffasclip \
31         initiffasdos \
32         localitemdata \
33         openclipboard \
34         openiff \
35         parentchunk \
36         parseiff \
37         popchunk \
38         propchunk \
39         propchunks \
40         pushchunk \
41         readchunkbytes \
42         readchunkrecords \
43         setlocalitempurge \
44         stopchunk \
45         stopchunks \
46         stoponexit \
47         storeitemincontext \
48         storelocalitem \
49         writechunkbytes \
50         writechunkrecords
52 #MM workbench-libs-iffparse-includes : \
53 #MM     kernel-exec-includes \
54 #MM     kernel-dos-includes \
55 #MM     kernel-utility-includes \
56 #MM     includes-copy
57 #MM- workbench-libs-iffparse : linklibs
58 #MM- core-linklibs: linklibs-iffparse
60 %build_module mmake=workbench-libs-iffparse \
61     modname=iffparse modtype=library \
62     files="iffparse_init $(FUNCS) $(FILES)"
64 %common