summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 06:49:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 06:49:57 +0000
commite3f801eb52da04394ee57584c17166d465f4294c (patch)
tree6bd97296b215cf4b88a021575c8084434b34eb30 /testsuites
parentConvert to using *_PROGRAMS. (diff)
downloadrtems-e3f801eb52da04394ee57584c17166d465f4294c.tar.bz2
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/automake/compile.am34
2 files changed, 5 insertions, 33 deletions
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 <ralf.corsepius@rtems.org>
+ * 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