diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-12-07 13:17:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-12-07 13:17:14 +0100 |
commit | 4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 (patch) | |
tree | 0abbea881ded030851014ffdd60fbf71fead8f65 /Makefile.am | |
parent | daf17154bf13139d9375f48525d19d6aaba08155 (diff) |
New upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100755 index 8bd0414..0000000 --- a/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -# $Id: Makefile.am,v 1.11 2001/06/27 04:36:44 gkunkel $ -# -## Process this file with automake to produce Makefile.in -## -# This file is part of the xbase64 libraries -# Copyright (C) 1998 Denis Pershin (dyp@inetlab.com) -# -# This library 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.1 of the License, or (at your option) any later version. -# -# This library 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 -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Contact: -# -# Email: -# -# xbase64-dev@techass.com -# -# - -SUBDIRS = @XSUBDIRS@ - -MAINTAINERCLEANFILES = Makefile.in configure aclocal.m4 libtool - -# not currently working - left behing in release 2.0 for now -#EXTRA_DIST = makefile.g95 - - -bin_SCRIPTS = xbase64-config - -rpm : dist - cp xbase64-@VERSION@.tar.gz /usr/src/redhat/SOURCES - cp xbase64.spec /usr/src/redhat/SPECS - (cd /usr/src/redhat/SPECS ; rpm -ba --clean xbase64.spec) - -docs : - (cd docs ; make docs) - -.PHONY : docs
\ No newline at end of file |