From 4875a3dd9b183dcd2256e2abfc4ccf7484c233b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 7 Dec 2022 13:17:14 +0100 Subject: New upstream version 4.0.2 --- Makefile.am | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100755 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3