summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:30:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 16:30:58 +0000
commitde3e979704beb17f36019ad9a74296c30cd8702e (patch)
tree000225a92b13820100f90dd4d4871665d1f24459 /automake
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-de3e979704beb17f36019ad9a74296c30cd8702e.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Remove (Unused).
Diffstat (limited to 'automake')
-rw-r--r--automake/lib.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/automake/lib.am b/automake/lib.am
deleted file mode 100644
index cebdc20377..0000000000
--- a/automake/lib.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $Id$
-##
-
-## LD = @LD@
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-test -d $(ARCH) || mkdir $(ARCH)
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef
-
-$(PROJECT_RELEASE)/lib:
- @$(mkinstalldirs) $@
-
-TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
-
-.PRECIOUS: $(LIB)