Indentation fix, cleanup.
[AROS.git] / compiler / arossupport / mmakefile.src
blob71b24627b3eab4cbb5a220a0cccf858e9dcb08db
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     strrncasecmp \
41     writebyte \
42     writedouble \
43     writefloat \
44     writelong \
45     writestring \
46     writestruct \
47     writeword
49 #MM- core-linklibs : linklibs-arossupport
50 #MM- linklibs: linklibs-arossupport
51 #MM linklibs-arossupport : includes
53 USER_CFLAGS := -I$(SRCDIR)/rom/exec
55 %build_linklib mmake=linklibs-arossupport libname=arossupport files=$(FILES)
57 INCLUDE_FILES       := $(call WILDCARD, include/*.h)
58 %copy_includes mmake=compiler-includes path=aros dir=include
60 %common