mmakefile.src: Clean up; removed superfluous code
[AROS.git] / workbench / libs / icon / mmakefile.src
blob9507c7ad366ac98aefecbcfa29c43c8ae6a71a99
1 # Copyright © The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := support         \
7          support_builtin \
8          diskobjio       \
9          diskobj35io     \
10          diskobjNIio     \
11          diskobjPNGio    \
12          identify
14 FUNCS := \
15     addfreelist \
16     bumprevision \
17     changetoselectediconcolor \
18     deletediskobject \
19     dupdiskobject \
20     drawiconstate \
21     findtooltype \
22     freediskobject \
23     freefreelist \
24     getdefdiskobject \
25     getdiskobject \
26     getdiskobjectnew \
27     geticonrectangle \
28     geticontaglist \
29     iconcontrol \
30     layouticon \
31     matchtoolvalue \
32     newdiskobject \
33     putdefdiskobject \
34     putdiskobject \
35     puticontaglist
36     
37 #MM workbench-libs-icon-includes : \
38 #MM     kernel-exec-includes \
39 #MM     kernel-dos-includes \
40 #MM     kernel-intuition-includes \
41 #MM     kernel-graphics-includes \
42 #MM     kernel-utility-includes \
43 #MM     kernel-cfgx-includes \
44 #MM     workbench-libs-iffparse-includes \
45 #MM     workbench-datatypes-png-includes \
46 #MM     includes-copy
47 #MM workbench-libs-icon-module : \
48 #MM     workbench-libs-datatypes-includes \
49 #MM     workbench-datatypes-png-includes \
50 #MM- workbench-libs-icon : linklibs
51 #MM- core-linklibs: linklibs-icon
53 USER_CFLAGS := -D__NOLIBBASE__
54 USER_LDFLAGS := -noarosc
56 %build_module mmake=workbench-libs-icon \
57     modname=icon modtype=library \
58     files="icon_init $(FUNCS) $(FILES)" \
59     uselibs="z.static"
61 %common