fix to build with pedantic flags
[AROS.git] / compiler / arossupport / mmakefile.src
blob314b3714cc82cb4dabe1943f59a0faac85b5157e
1 #   $Id$
3 #   Generate the AROS support library, libarossupport.a
5 include $(TOP)/config/make.cfg
7 FILES   := \
8     calcchecksum \
9     clonerastport \
10     createbstr \
11     createrastport \
12     createseglist \
13     debugmem \
14     deinitrastport \
15     freerastport \
16     freestruct \
17     hexdump \
18     isdosentrya \
19     kprintf \
20     rkprintf \
21     nastyfreemem \
22     purify \
23     libfindtagitem \
24     libgettagdata \
25     libnexttagitem \
26     rawputchars \
27     readbyte \
28     readdouble \
29     readfloat \
30     readlong \
31     readstring \
32     readstruct \
33     readword \
34     removeslist \
35     rt \
36     rt_dos \
37     rt_exec \
38     rt_intuition \
39     strrncasecmp \
40     writebyte \
41     writedouble \
42     writefloat \
43     writelong \
44     writestring \
45     writestruct \
46     writeword
48 #MM- core-linklibs : linklibs-arossupport
49 #MM- linklibs: linklibs-arossupport
50 #MM linklibs-arossupport : includes
52 USER_CFLAGS := -I$(SRCDIR)/rom/exec
54 %build_linklib mmake=linklibs-arossupport libname=arossupport files=$(FILES)
56 INCLUDE_FILES       := $(call WILDCARD, include/*.h)
57 %copy_includes mmake=compiler-includes path=aros dir=include
59 %common