Converted arosmutualexclude gadget to %build_module and genmodule.
[AROS.git] / config / make.tail
blob969f9ff4e7c84ac7112581fe7a24fd6cb5285cc6
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 include $(TOP)/tools/genmodule/Makefile.deps
9 # Rules for the AROS build tools
10 $(GENMODULE) : $(GENMODULE_DEPS)
11         @$(CALL) $(MAKE) $(MKARGS) -C $(TOP)/tools/genmodule TOP=$(TOP) $(GENMODULE)
13 $(GENLIBDEFS) : $(GENLIBDEFS_DEPS)
14         @$(CALL) $(MAKE) $(MKARGS) -C $(TOP)/tools/genmodule TOP=$(TOP) $(GENLIBDEFS)
16 $(GENMODULEDUMMY) : $(GENMODULEDUMMY_DEPS)
17         @$(CALL) $(MAKE) $(MKARGS) -C $(TOP)/tools/genmodule TOP=$(TOP) $(GENMODULEDUMMY)
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)