- renamed 'Cesko' flag file to 'Czech_Republic' to complement the change of the
[AROS.git] / config / make.tail
blob87d702bde468e9631c17788feece7a480aa79c14
1 #   Copyright © 1995-2001, 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 $(TOP)/tools/genmodule/Makefile.deps
15 # Rules for the AROS build tools
16 $(GENMODULE) : $(GENMODULE_DEPS)
17         @$(CALL) $(MAKE) $(MKARGS) -C $(TOP)/tools/genmodule TOP=$(TOP) $(GENMODULE)
19 $(TOP)/tools/cxref/configure : $(TOP)/tools/cxref/configure.in
20         cd $(TOP)/tools/cxref ; aclocal ; autoconf
22 $(TOP)/tools/cxref/Makefile : $(TOP)/tools/cxref/configure $(TOP)/tools/cxref/Makefile.in
23         cd $(TOP)/tools/cxref ; \
24         CC='' CFLAGS='' ./configure --prefix=$(TOOLDIR)
26 $(CXREF): $(TOP)/tools/cxref/*.[chyl] $(TOP)/tools/cxref/cpp/*.[ch] $(TOP)/tools/cxref/query/*.[ch] \
27                 $(TOP)/tools/cxref/Makefile
28         $(MAKE) $(MKARGS) -C $(TOP)/tools/cxref
29         cp $(TOP)/tools/cxref/cxref$(HOST_EXE_SUFFIX) $(CXREF)