added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / icon / mmakefile.src
blobb0a8384f3b8cb946f4196513ef5b2a8511ef8ae0
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     includes-copy
46 #MM workbench-libs-icon-module : \
47 #MM     workbench-libs-datatypes-includes \
48 #MM     workbench-datatypes-png-includes \
49 #MM- workbench-libs-icon : linklibs
52 %build_module mmake=workbench-libs-icon \
53     modname=icon modtype=library \
54     files="icon_init $(FUNCS) $(FILES)" \
55     noref=$(FILES) \
56     uselibs="arossupport amiga rom m"
58 %common