Do not install wrong cache routine if called before SysBase is complete.
[AROS.git] / workbench / libs / iffparse / mmakefile.src
blob48a6b6054cf91b4a67fcf2ec2c014d2abc610f9e
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES :=    basicfuncs bufferingfuncs clipboardfuncs collectionhooks \
5             prophooks stophook dosstreamhandler
7 FUNCS := \
8         allociff \
9         alloclocalitem \
10         closeclipboard \
11         closeiff \
12         collectionchunk \
13         collectionchunks \
14         currentchunk \
15         entryhandler \
16         exithandler \
17         findcollection \
18         findlocalitem \
19         findprop \
20         findpropcontext \
21         freeiff \
22         freelocalitem \
23         goodid \
24         goodtype \
25         idtostr \
26         initiff \
27         initiffasclip \
28         initiffasdos \
29         localitemdata \
30         openclipboard \
31         openiff \
32         parentchunk \
33         parseiff \
34         popchunk \
35         propchunk \
36         propchunks \
37         pushchunk \
38         readchunkbytes \
39         readchunkrecords \
40         setlocalitempurge \
41         stopchunk \
42         stopchunks \
43         stoponexit \
44         storeitemincontext \
45         storelocalitem \
46         writechunkbytes \
47         writechunkrecords
49 #MM workbench-libs-iffparse-includes : \
50 #MM     kernel-exec-includes \
51 #MM     kernel-dos-includes \
52 #MM     kernel-utility-includes \
53 #MM     includes-copy
54 #MM- workbench-libs-iffparse : linklibs
55 #MM- core-linklibs: linklibs-iffparse
57 %build_module mmake=workbench-libs-iffparse \
58     modname=iffparse modtype=library \
59     files="iffparse_init $(FUNCS) $(FILES)" \
60     uselibs="amiga rom"
62 %common