Moved tests into appropriate subdirs.
[AROS.git] / compiler / autoinit / mmakefile.src
blob2c37a65d9059ca409d234d2b709121f4c07bc4a9
1 #   $Id$
3 #   Generate the libautoinit.a
5 include $(TOP)/config/make.cfg
7 # list of automatically linked libs - included by the gcc spec file.
8 AUTOFILE := \
9         auto
11 # libraries_nolibs must come BEFORE libraries
12 LIBHANDLINGFILES := \
13         functions \
14         libraries_nolibs \
15         libraries
17 STARTUPFILES := \
18         __showerror \
19         commandline \
20         commandname \
21         __stdiowin \
22         _programname \
23         stdiowin \
24         fromwb \
25         initexitsets \
26         startupvars \
27         programentries
29 MISCFILES := \
30         detach
32 FILES := $(LIBBASEFILES) $(LIBHANDLINGFILES) $(STARTUPFILES) $(MISCFILES)
34 #MM- core-linklibs : linklibs-autoinit
35 #MM- linklibs: linklibs-autoinit
36 #MM linklibs-autoinit : includes includes-copy kernel-expansion-includes linklibs-autoinit-autofile
38 %copy_includes includes="autoinit.h detach.h" path=aros
40 %copy_files_q mmake=linklibs-autoinit-autofile files=$(AUTOFILE) dst=$(AROS_LIB)
42 %build_linklib mmake=linklibs-autoinit libname=autoinit files=$(FILES)
44 %common