Must be MUIA_Selected for chechmark objects.
[AROS.git] / config / make.tail
blob65e25b401ca91176a45d1ad1b1e75fb695dd3a9d
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)/$(RESIDENT_BEGIN).o : $(SRCDIR)/$(RESIDENT_BEGIN).c
21         @$(ECHO) "Compiling  $<"
22         @$(TARGET_CC) -c $(CFLAGS) $< -o $@