From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- c/src/make/main.cfg.in | 76 ++------------------------------------------------ 1 file changed, 2 insertions(+), 74 deletions(-) (limited to 'c/src/make/main.cfg.in') diff --git a/c/src/make/main.cfg.in b/c/src/make/main.cfg.in index 3e1c8fc50e..4f72950a3d 100644 --- a/c/src/make/main.cfg.in +++ b/c/src/make/main.cfg.in @@ -1,81 +1,9 @@ -# # $Id$ # # make/main.cfg # # Make(1) configuration file include'd by all Makefile's # - -# -# where things are relative to PROJECT_ROOT; shouldn't need to change, -# but could be overridden in custom files. -# - -PROJECT_RELEASE=$(PROJECT_ROOT)/@RTEMS_BSP@ -PROJECT_BIN=$(PROJECT_RELEASE)/bin -PROJECT_INCLUDE=$(PROJECT_RELEASE)/lib/include -PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools - -# -# Target architecture; may be changed as per 'make "ARCH=debug"' -# This is where the object files get put. -# - -ARCH=o-optimize - -VARIANT= - -# -# Initial target for make(1) -# Once this is established we can safely include other targets -# within this make-include file. -# - -default_target: all - -# -# Default makefile name -# May be overridden by command line macro assignment -# - -MAKEFILE=Makefile - -# -# Target variant names -# -TARGET_VARIANTS = optimize debug profile - -# -# Generate list of object directories: o-optimize, o-debug, o-profile -# -VARIANTS=${TARGET_VARIANTS:%=o-%} - -# -# List of "recursion-able" targets for directory Makefiles +# NOTE: This file does not get exported from the source tree # - -RECURSE_TARGETS=all depend install \ -preinstall-recursive \ -$(TARGET_VARIANTS) - -${ARCH}: - test -d ${ARCH} || mkdir ${ARCH} - -# general purpose forcing dependency; try to use .PHONY instead -FORCEIT: - -FORCE: - -ifndef AUTOMAKE -distclean-generic: - -$(RM) Makefile .#* $(CONFIG_CLEAN_FILES) - -$(RM) -r $(CLOBBER_ADDITIONS) - -clean-generic: - -$(RM) a.out core mon.out gmon.out - -$(RM) -r $(CLEAN_ADDITIONS) -endif - -.PHONY: $(RECURSE_TARGETS) -.PHONY: clean-generic -.PHONY: distclean-generic +# Now, it's empty :) -- cgit v1.2.3