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