WIP: add an initial skeleton for a real scsi.device based upon the ata device impleme...
[AROS.git] / compiler / arossupport / mmakefile.src
blob0567c8f3e6248292b97f6f83121b0e34d08c784d
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 FMTPRINTFDIR := $(SRCDIR)/compiler/fmtprintf
53 USER_INCLUDES := -I$(SRCDIR)/rom/exec -iquote $(FMTPRINTFDIR)
54 USER_CFLAGS := $(CFLAGS_NO_BUILTIN)
56 %build_linklib mmake=linklibs-arossupport libname=arossupport files=$(FILES)
58 INCLUDE_FILES       := $(call WILDCARD, include/*.h)
59 %copy_includes mmake=compiler-includes path=aros dir=include
61 %common