start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / config / make.tail
blob5b47cedceadb8bf4a4d4a86a5e17ed4adb73383c
1 #   Copyright © 1995-2013, The AROS Development Team. All rights reserved.
2 #   $Id$
4 #   Desc: General rules included at the end of a generated mmakefile
7 GLOB_MKDIRS := $(sort $(GLOB_MKDIRS))
8 ifneq ($(GLOB_MKDIRS),)
9 $(GLOB_MKDIRS) :
10         $(MKDIR) $@
11 endif
13 include $(SRCDIR)/tools/genmodule/Makefile.deps
15 # Rules for the AROS build tools
16 $(GENMODULE) : $(GENMODULE_DEPS)
17         @$(CALL) $(MAKE) $(MKARGS) -C $(SRCDIR)/tools/genmodule TOP=$(TOP) SRCDIR=$(SRCDIR) $(GENMODULE)
19 # Disk-based module header
20 $(GENDIR)/compiler/libinit/libentry.o : $(SRCDIR)/compiler/libinit/libentry.c
21         @$(ECHO) "Compiling  $<"
22         @$(TARGET_CC) $(SYSROOT_FLAG) -c $(CFLAGS) $< -o $@
24 # Special kickstart module header
25 $(GENDIR)/$(KICKSTART_BEGIN).o : $(SRCDIR)/$(KICKSTART_BEGIN).c
26         @$(ECHO) "Compiling  $<"
27         @$(TARGET_CC) $(SYSROOT_FLAG) -c $(CFLAGS) $< -o $@