summaryrefslogtreecommitdiffstats
path: root/c/src/exec/automake/lib.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
commitb7b3e5e9397547b4af92c5727c92f58376a08832 (patch)
tree64f95b369d3edcda61ec26d149344516d621ccee /c/src/exec/automake/lib.am
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b7b3e5e9397547b4af92c5727c92f58376a08832.tar.bz2
Remove everything.
Diffstat (limited to 'c/src/exec/automake/lib.am')
-rw-r--r--c/src/exec/automake/lib.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/exec/automake/lib.am b/c/src/exec/automake/lib.am
deleted file mode 100644
index 7cb9db1148..0000000000
--- a/c/src/exec/automake/lib.am
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## $Id$
-##
-
-## LD = @LD@
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef
-
-$(PROJECT_RELEASE)/lib$(MULTISUBDIR):
- @$(mkinstalldirs) $@
-
-TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)
-
-.PRECIOUS: $(LIB)