revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / datatypes / mmakefile.src
blob82700530659d2be0b956d364d732532bbda685ac
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_LDFLAGS := -static
6 # For m68k --with-paranoia
7 NOWARN_FLAGS := $(NOWARN_FRAME_ADDRESS)
8 USER_CFLAGS := $(NOWARN_FLAGS)
10 FILES := helpfuncs class classfuncs
11 FUNCS := adddtobject \
12          copydtmethods \
13          copydttriggermethods \
14          disposedtobject \
15          doasynclayout \
16          dodtdomaina \
17          dodtmethoda \
18          drawdtobjecta \
19          findmethod \
20          findtoolnodea \
21          findtriggermethod \
22          freedtmethods \
23          getdtattrsa \
24          getdtmethods \
25          getdtstring \
26          getdttriggermethods \
27          getdttriggermethoddataflags \
28          launchtoola \
29          lockdatatype \
30          newdtobjecta \
31          obtaindatatypea \
32          obtaindtdrawinfoa \
33          printdtobjecta \
34          refreshdtobjecta \
35          releasedatatype \
36          releasedtdrawinfo \
37          removedtobject \
38          savedtobjecta \
39          setdtattrsa \
40          startdragselect
42 #MM- workbench-libs-datatypes : linklibs
44 #MM workbench-libs-datatypes-includes : \
45 #MM     kernel-exec-includes \
46 #MM     kernel-dos-includes \
47 #MM     kernel-utility-includes \
48 #MM     kernel-graphics-includes \
49 #MM     kernel-intuition-includes \
50 #MM     kernel-layers-includes \
51 #MM     workbench-libs-workbench-includes \
52 #MM     workbench-libs-iffparse-includes \
53 #MM     workbench-libs-icon-includes \
54 #MM     includes-copy
56 #MM- core-linklibs: linklibs-datatypes
58 %build_module mmake=workbench-libs-datatypes \
59     modname=datatypes modtype=library \
60     files="datatypes_init $(FUNCS) $(FILES)"
62 %common