Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / datatypes / mmakefile.src
blobd0c2aa78280d9657494cd647f04b2242dc37f4bc
1 #   $Id$
2 include $(TOP)/config/make.cfg
4 FILES := helpfuncs class classfuncs
5 FUNCS := adddtobject \
6          copydtmethods \
7          copydttriggermethods \
8          disposedtobject \
9          doasynclayout \
10          dodtdomaina \
11          dodtmethoda \
12          drawdtobjecta \
13          findmethod \
14          findtoolnodea \
15          findtriggermethod \
16          freedtmethods \
17          getdtattrsa \
18          getdtmethods \
19          getdtstring \
20          getdttriggermethods \
21          getdttriggermethoddataflags \
22          launchtoola \
23          lockdatatype \
24          newdtobjecta \
25          obtaindatatypea \
26          obtaindtdrawinfoa \
27          printdtobjecta \
28          refreshdtobjecta \
29          releasedatatype \
30          releasedtdrawinfo \
31          removedtobject \
32          savedtobjecta \
33          setdtattrsa \
34          startdragselect
36 #MM- workbench-libs-datatypes : linklibs
38 #MM workbench-libs-datatypes-includes : \
39 #MM     kernel-exec-includes \
40 #MM     kernel-dos-includes \
41 #MM     kernel-utility-includes \
42 #MM     kernel-graphics-includes \
43 #MM     kernel-intuition-includes \
44 #MM     kernel-layers-includes \
45 #MM     kernel-workbench-includes \
46 #MM     workbench-libs-iffparse-includes \
47 #MM     workbench-libs-icon-includes \
48 #MM     includes-copy
50 %build_module mmake=workbench-libs-datatypes \
51     modname=datatypes modtype=library \
52     files="datatypes_init $(FUNCS) $(FILES)" \
53     uselibs="amiga rom"
56 INCLUDE_FILES := $(call WILDCARD, include/*.h)
58 #MM copy-includes
59 %copy_lib_includes path=datatypes
61 %common