Updated include-file define name to match file name.
[AROS.git] / compiler / arossupport / mmakefile.src
blob531934fd48e9aaf0e9a77b97ee61a7443f2f2cbe
1 #   $Id$
3 #   Generate the AROS support library, libarossupport.a
6 include $(SRCDIR)/config/aros.cfg
8 FILES   := \
9     calcchecksum \
10     clonerastport \
11     createbstr \
12     createrastport \
13     createseglist \
14     debugmem \
15     deinitrastport \
16     freerastport \
17     freestruct \
18     hexdump \
19     isdosentrya \
20     kprintf \
21     rkprintf \
22     nastyfreemem \
23     purify \
24     libfindtagitem \
25     libgettagdata \
26     libnexttagitem \
27     rawputchars \
28     readbyte \
29     readdouble \
30     readfloat \
31     readlong \
32     readstring \
33     readstruct \
34     readword \
35     removeslist \
36     rt \
37     rt_dos \
38     rt_exec \
39     rt_intuition \
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