## -*- Mode: Makefile -*- ## Makefile.am --- process this file with automake to produce Makefile.in ## ## Time-stamp: "2007-07-04 14:32:27 bkorb" ## ## This file is part of AutoGen. ## AutoGen copyright (c) 1992-2007 by Bruce Korb - all rights reserved ## ## AutoGen 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 3 of the License, or ## (at your option) any later version. ## ## AutoGen 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, see . ## ## --------------------------------------------------------------------- ## $Id: Makefile.am,v 4.17 2007/07/04 21:36:40 bkorb Exp $ ## --------------------------------------------------------------------- ## Code: DISTCLEANFILES = autogen.lsm LIBOPTS_FILES = libopts/COPYING.gplv3 libopts/COPYING.lgplv3 \ libopts/COPYING.mbsd libopts/README \ libopts/libopts-add.m4 libopts/mklibsrc.sh DEBIAN_FILES = debian/Makefile debian/README.Debian \ debian/autogen.doc-base debian/autogen.docs \ debian/autogen.examples debian/autogen.files \ debian/autogen.info debian/autogen.manpages \ debian/changelog debian/checkopt.def \ debian/control debian/libopts25-dev.files \ debian/libopts25.files debian/main.c \ debian/rules debian/watch \ mkpkg.debian TPL_FILES = lsm.tpl spec.tpl gnudir.tpl gnudoc.tpl PKG_FILES = mkpkg.linux mkpkg.sh mkpkg.sun pkg-env.in $(DEBIAN_FILES) EXTRA_DIST = $(TPL_FILES) $(LIBOPTS_FILES) $(PKG_FILES) mkgnudoc.sh DOCENV = MAKE="$(MAKE)" all : $(DISTCLEANFILES) autogen.lsm : $(top_srcdir)/VERSION lsm.tpl top_builddir=$(top_builddir) top_srcdir=$(top_srcdir) \ $(AGexe) -L$(top_srcdir)/autoopts -T $(srcdir)/lsm.tpl \ $(top_srcdir)/agen5/opts.def autogen.spec : $(top_srcdir)/VERSION spec.tpl top_builddir=$(top_builddir) top_srcdir=$(top_srcdir) \ $(AGexe) -T $(srcdir)/spec.tpl $(top_srcdir)/agen5/opts.def package : pkgtype=$(pkgtype) \ DESTDIR=`cd $(top_builddir) > /dev/null ; pwd`/stage-pkg \ $(DOCENV) $(SHELL) $(srcdir)/mkpkg.sh pkg : package ## The following targets only work from CVS sources ## gnudoc : pkgsrcdir=`cd $(srcdir) ; pwd` ; \ cd $(top_builddir)/doc ; \ $(DOCENV) $(SHELL) $${pkgsrcdir}/mkgnudoc.sh \ "$(PACKAGE)" "$(PACKAGE_VERSION)" \ The Automated Program Generator .NOTPARALLEL: ## Makefile.am ends here