diff options
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100755 index 0000000..8bd0414 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,48 @@ +# $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 |