summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/lib.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 05:25:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 05:25:27 +0000
commita42f159af5540d9ad5fd88f6b63291d40b2c21bb (patch)
tree2638b6e2ca234e65ff4887e158f1671ebd81ab1f /cpukit/automake/lib.am
parent2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a42f159af5540d9ad5fd88f6b63291d40b2c21bb.tar.bz2
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_FILES. * automake/compile.am: Replace contents with contents of automake/amcompile.am. * automake/amcompile.am, automake/lib.am: Remove.
Diffstat (limited to '')
-rw-r--r--cpukit/automake/lib.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/automake/lib.am b/cpukit/automake/lib.am
deleted file mode 100644
index 4c4cba5cb7..0000000000
--- a/cpukit/automake/lib.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef
-
-TMPINSTALL_FILES =