summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:32:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:32:00 +0000
commit88c3c5eec5a263a268eb749d929f800246b64b12 (patch)
tree75fab707062209a8e3fb010abffe1396730fc6cb /automake/compile.am
parent2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-88c3c5eec5a263a268eb749d929f800246b64b12.tar.bz2
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove make/custom/Makefile. * Makefile.am: Cosmetics. * automake/compile.am: Remove compilation rules. Remove $(ARCH) directory generation.
Diffstat (limited to '')
-rw-r--r--automake/compile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 98b8d96fbe..8262162aec 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -90,15 +90,6 @@ CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
AS = $(CC)
ASCOMPILE = $(AS) $(AM_ASFLAGS) $(ASFLAGS)
-${ARCH}/%.o: %.c
- ${COMPILE} -o $@ -c $<
-
-${ARCH}/%.o: %.cc
- ${CXXCOMPILE} -o $@ -c $<
-
-${ARCH}/%.o: %.S
- ${CCASCOMPILE} -DASM -o $@ -c $<
-
# Dependency files for use by gmake
# NOTE: we don't put them into $(ARCH)
# so that 'make clean' doesn't blow it away
@@ -217,9 +208,6 @@ AM_CFLAGS =
AM_CXXFLAGS =
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
-${ARCH}:
- mkdir ${ARCH}
-
clean-local:
$(RM) -r o-optimize o-debug $(CLEANDIRS)
$(RM) Depends-o-optimize.tmp Depends-o-debug.tmp