summaryrefslogtreecommitdiff
path: root/libtool.am
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 /libtool.am
parent2f97b80cd8e38f9f26b07d5f2bc8b4a4e3559429 (diff)
downloadautomake-f0385a723bd7f51a2c790fcd1234db3b8d9f0f48.tar.gz
Added missing files, rebuilt makefile
Diffstat (limited to 'libtool.am')
-rw-r--r--libtool.am30
1 files changed, 30 insertions, 0 deletions
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: