summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-11-22 06:59:13 +0000
committerTom Tromey <tromey@redhat.com>1996-11-22 06:59:13 +0000
commitf0385a723bd7f51a2c790fcd1234db3b8d9f0f48 (patch)
tree97cc42b3ee93f2c029fb3a1295a87f9cb80edd86
parent2f97b80cd8e38f9f26b07d5f2bc8b4a4e3559429 (diff)
downloadautomake-f0385a723bd7f51a2c790fcd1234db3b8d9f0f48.tar.gz
Added missing files, rebuilt makefile
-rw-r--r--Makefile.in2
-rw-r--r--lib/am/libtool.am30
-rw-r--r--libtool.am30
-rw-r--r--ltlibs.am32
-rw-r--r--version.texi2
5 files changed, 94 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 49406e417..9cfebc840 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ info_TEXINFOS = automake.texi
pkgdata_DATA = clean-kr.am clean.am compile-kr.am comp-vars.am \
compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am footer.am \
-header.am header-vars.am kr-extra.am libs.am library.am \
+header.am header-vars.am kr-extra.am libs.am library.am libtool.am ltlibs.am \
mans-vars.am program.am progs.am remake-hdr.am remake-subd.am \
remake.am scripts.am subdirs.am tags.am tags-clean.am \
texi-vers.am texinfos.am libs-clean.am \
diff --git a/lib/am/libtool.am b/lib/am/libtool.am
new file mode 100644
index 000000000..0c3e6a4f2
--- /dev/null
+++ b/lib/am/libtool.am
@@ -0,0 +1,30 @@
+## automake - create Makefile.in from Makefile.am
+## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+.c.lo:
+ $(LIBTOOL) $(COMPILE) -c $<
+
+mostlyclean-libtool:
+## Don't remove 'core.*' because some distributions have eg "core.c".
+ rm -f *.lo
+
+clean-libtool:
+ rm -rf .libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
diff --git a/libtool.am b/libtool.am
new file mode 100644
index 000000000..0c3e6a4f2
--- /dev/null
+++ b/libtool.am
@@ -0,0 +1,30 @@
+## automake - create Makefile.in from Makefile.am
+## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+.c.lo:
+ $(LIBTOOL) $(COMPILE) -c $<
+
+mostlyclean-libtool:
+## Don't remove 'core.*' because some distributions have eg "core.c".
+ rm -f *.lo
+
+clean-libtool:
+ rm -rf .libs
+
+distclean-libtool:
+
+maintainer-clean-libtool:
diff --git a/ltlibs.am b/ltlibs.am
new file mode 100644
index 000000000..92b159759
--- /dev/null
+++ b/ltlibs.am
@@ -0,0 +1,32 @@
+## automake - create Makefile.in from Makefile.am
+## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+install-@DIR@PROGRAMS: $(@DIR@_PROGRAMS)
+ $(NORMAL_INSTALL)
+ $(mkinstalldirs) $(@DIR@dir)
+## Funny invocation because Makefile variable can be empty, leading to
+## a syntax error in sh.
+ list="$(@DIR@_PROGRAMS)"; for p in $$list; do \
+ if test -f $$p; then \
+ $(LIBTOOL) $(INSTALL_PROGRAM) $$p $(@DIR@dir)/$$p; \
+ else :; fi; \
+ done
+
+uninstall-@DIR@PROGRAMS:
+ list="$(@DIR@_PROGRAMS)"; for p in $$list; do \
+ $(LIBTOOL) rm -f $(@DIR@dir)/$$p; \
+ done
diff --git a/version.texi b/version.texi
index 9001c3f55..21068a39a 100644
--- a/version.texi
+++ b/version.texi
@@ -1,3 +1,3 @@
-@set UPDATED 19 November 1996
+@set UPDATED 21 November 1996
@set EDITION 1.1h
@set VERSION 1.1h