revert between 56095 -> 55830 in arch
[AROS.git] / compiler / autoinit / mmakefile.src
blobbf4d387d87e6f1a15a20809760c0643f30302b98
1 #   $Id$
3 #   Generate the libautoinit.a
6 include $(SRCDIR)/config/aros.cfg
8 # list of automatically linked libs - included by the gcc spec file.
9 AUTOFILE := \
10         auto
12 # libraries_nolibs must come BEFORE libraries
13 LIBHANDLINGFILES := \
14         functions \
15         libraries_nolibs \
16         libraries
18 STARTUPFILES := \
19         __showerror \
20         commandline \
21         commandname \
22         __stdiowin \
23         _programname \
24         stdiowin \
25         fromwb \
26         initexitsets \
27         startupvars \
28         programentries
30 MISCFILES := \
31         detach
33 FILES := $(LIBBASEFILES) $(LIBHANDLINGFILES) $(STARTUPFILES) $(MISCFILES)
35 #MM- core-linklibs : linklibs-autoinit
36 #MM- linklibs: linklibs-autoinit
37 #MM linklibs-autoinit : includes includes-copy kernel-expansion-includes linklibs-autoinit-autofile
39 %copy_includes includes="autoinit.h detach.h" path=aros
41 %copy_files_q mmake=linklibs-autoinit-autofile files=$(AUTOFILE) dst=$(AROS_LIB)
43 %build_linklib mmake=linklibs-autoinit libname=autoinit files=$(FILES)
45 %common