diff options
author | Tom Tromey <tromey@redhat.com> | 1997-03-19 04:38:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-03-19 04:38:45 +0000 |
commit | 128c3d73113fbddc029103a968e1a62c01f10529 (patch) | |
tree | 555634836e303195128fcefb58ba571bfb14efe9 /ltlib-clean.am | |
parent | 220aadb980df290488ec846fb5c9e2b96e19153c (diff) | |
download | automake-128c3d73113fbddc029103a968e1a62c01f10529.tar.gz |
libtool patches from Gord
Diffstat (limited to 'ltlib-clean.am')
-rw-r--r-- | ltlib-clean.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ltlib-clean.am b/ltlib-clean.am new file mode 100644 index 000000000..384acab42 --- /dev/null +++ b/ltlib-clean.am @@ -0,0 +1,25 @@ +## automake - create Makefile.in from Makefile.am +## Copyright (C) 1997 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. +mostlyclean-@DIR@LTLIBRARIES: + +clean-@DIR@LTLIBRARIES: + test -z "$(@DIR@_LTLIBRARIES)" || rm -f $(@DIR@_LTLIBRARIES) + +distclean-@DIR@LTLIBRARIES: + +maintainer-clean-@DIR@LTLIBRARIES: |