From e3f801eb52da04394ee57584c17166d465f4294c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 13 Nov 2005 06:49:57 +0000 Subject: 2005-11-13 Ralf Corsepius * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES. Remove ARCH. Remove LINK_LIBS. Extend clean-local to catch most temporary files make-exe is creating. --- testsuites/ChangeLog | 4 ++++ testsuites/automake/compile.am | 34 +--------------------------------- 2 files changed, 5 insertions(+), 33 deletions(-) (limited to 'testsuites') diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 6b885b391c..1877023f27 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,5 +1,9 @@ 2005-11-13 Ralf Corsepius + * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES. + Remove ARCH. Remove LINK_LIBS. + Extend clean-local to catch most temporary files make-exe is + creating. * aclocal/env-rtemsbsp.m4: Remove project_libdir. Remove project_includedir. Add rtems_testsdir. diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am index 16a7e7bba8..fcda41f742 100644 --- a/testsuites/automake/compile.am +++ b/testsuites/automake/compile.am @@ -2,38 +2,6 @@ ## $Id$ ## -LINK_LIBS = $(LD_LIBS) - -#COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ -# $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -#CCLD = $(CC) -#LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -# $(AM_LDFLAGS) $(LDFLAGS) -o $@ -# -#CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -# $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -#CXXLD = $(CXX) -#CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ -# $(AM_LDFLAGS) $(LDFLAGS) -o $@ - -${ARCH}/$(dirstamp): - @$(mkdir_p) $(ARCH) - @: > $(ARCH)/$(dirstamp) - -# spell out all the LINK_FILE's, rather than using -lbsp, so -# that $(LINK_FILES) can be a dependency - -LINK_OBJS = \ - $(OBJS) \ - $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/lib/no-%.rel) - -LINK_FILES =\ - $(MANAGERS_NOT_WANTED:%=$(PROJECT_ROOT)/lib/no-%.rel) - -## ------------------------------------------------------------------------- -ARCH = o-optimize - -## ------------------------------------------------------------------------- CC = @CC@ $(GCCSPECS) CXX = @CXX@ $(GCCSPECS) CPP = @CPP@ $(GCCSPECS) @@ -50,4 +18,4 @@ AM_CFLAGS = AM_CXXFLAGS = clean-local: - $(RM) -r ${ARCH} + $(RM) *.num *.nxe *.coff *.elf *.srec* *.obj *.bin -- cgit v1.2.3