# # $Id: Makefile.Host,v 1.1.1.1 2000/04/05 07:33:44 janousch Exp $ # TOP=../.. include $(TOP)/config/CONFIG_APP TARGETS = CONFIG_APP_INCLUDE include $(TOP)/config/RULES.Host inc:: $(TARGETS) ifeq ($(wildcard $(TOP)/configure/RELEASE.$(HOST_ARCH)),$(TOP)/configure/RELEASE.$(HOST_ARCH)) CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE.$(HOST_ARCH) endif CONFIG_APP_INCLUDE: $(TOP)/configure/RELEASE $(TOP)/config/CONFIG_APP $(RM) $@ @$(PERL) $(TOP)/config/makeConfigAppInclude.pl $(T_A) $@ $(TOP)