From: Tom Tromey Date: Fri, 22 Nov 1996 06:59:12 +0000 (+0000) Subject: Added missing files, rebuilt makefile X-Git-Tag: Release-1-1h~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b3f0e7027d7531b373f58e0acc698a87d7fc4ff7;p=automake.git Added missing files, rebuilt makefile --- diff --git a/Makefile.in b/Makefile.in index 49406e41..9cfebc84 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 00000000..0c3e6a4f --- /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 00000000..0c3e6a4f --- /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 00000000..92b15975 --- /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 9001c3f5..21068a39 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