#!/usr/bin/make -f
# debian/rules.  Generated from rules.in by configure.
## =============================================================================
## 
# @(#) rules.in,v openss7-0_9_2_F(0.9.2.15) 2007/03/07 11:36:32
##
## -----------------------------------------------------------------------------
##
## Copyright (c) 2001-2007  OpenSS7 Corporation <http://www.openss7.com/>
## Copyright (c) 1997-2000  Brian F. G. Bidulock <bidulock@openss7.org>
##
## All Rights Reserved.
##
## 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; version 2 of the License.
##
## 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., 675 Mass
## Ave, Cambridge, MA 02139, USA.
##
## -----------------------------------------------------------------------------
##
## U.S. GOVERNMENT RESTRICTED RIGHTS.  If you are licensing this Software on
## behalf of the U.S. Government ("Government"), the following provisions apply
## to you.  If the Software is supplied by the Department of Defense ("DoD"), it
## is classified as "Commercial Computer Software" under paragraph 252.227-7014
## of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any
## successor regulations) and the Government is acquiring only the license rights
## granted herein (the license rights customarily provided to non-Government
## users).  If the Software is supplied to any unit or agency of the Government
## other than DoD, it is classified as "Restricted Computer Software" and the
## Government's rights in the Software are defined in paragraph 52.227-19 of the
## Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in
## the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR
## (or any successor regulations).
##
## -----------------------------------------------------------------------------
##
## Commercial licensing and support of this software is available from OpenSS7
## Corporation at a fee.  See http://www.openss7.com/
##
## -----------------------------------------------------------------------------
##
## Last Modified 2007/03/07 11:36:32 by brian
##
## =============================================================================

CC = gcc
CPP = gcc -E
CXX = g++
CXXCPP = g++ -E

PACKAGE = strutil
PACKAGE_LCNAME = strutil
VERSION = 0.9.2.6

srcdir=.
debbuilddir = ..
debtmpdir = debian/tmp
PACKAGE_DEBOPTIONS = '--with-ALL' '--with-LIS' '--with-STRUTIL' '--with-pkg-distdir=/u6/releaseF' '--disable-devfs' '--without-compat'

rootdir = 
kversion = 2.4.20-28.7
krelease = 2.4.20
kmoduledir = ${rootdir}/lib/modules/${kversion}

prefix = /usr
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
sysconfdir = ${rootdir}/etc
datadir = ${datarootdir}
includedir = ${prefix}/include
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
sharedstatedir = ${prefix}/com
mandir = ${datarootdir}/man
infodir = ${datarootdir}/info
oldincludedir = /usr/include

datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
htmldir = ${docdir}
dvidir = ${docdir}
pdfdir = ${docdir}
psdir = ${docdir}
localedir = ${datarootdir}/locale

configdir = /etc/sysconfig
initrddir = /etc/rc.d/init.d
modutildir = ${sysconfdir}/modutils

pkgdatadir = $(datadir)/$(PACKAGE)
pkglibdir = $(libdir)/$(PACKAGE)
pkgincludedir = $(includedir)/$(PACKAGE)
pkglibexecdir = $(libexecdir)/$(PACKAGE)

export DEB_HOST_ARCH
export DH_VERBOSE = 1
export DH_COMPAT = 4
export DH_OPTIONS =
export BUILD_CFGOPTIONS = --with-lfs --without-lis

name = $(PACKAGE)
epoch = 0
base = strutil
title = OpenSS7 STREAMS Utilities
stitle = SUTIL

kernel_version=2.4.20-28.7
kernel_number=$(shell echo $(kversion) | sed -e s',-.*$,,')
kernel_release=$(shell echo $(kversion) | sed -e s',-,.,g')
core_name = core-$(kernel_version)
info_name = info-$(kernel_version)
majbase = 242
makedev = devices.lst

modules = streams-sad streams-echos streams-nuls streams-log
preloads =
libraries =
tools = strutil_mknod
infofiles = $(name)
initfiles = 

#with_ko_modules = 1
with_ko_modules = 0

have_init_files = 0
have_libraries = 0
have_preloads = 0

control =

debian/$(PACKAGE_LCNAME)-core.preinst \
debian/$(PACKAGE_LCNAME)-core.postinst \
debian/$(PACKAGE_LCNAME)-core.prerm \
debian/$(PACKAGE_LCNAME)-core.postrm \
debian/$(PACKAGE_LCNAME)-lib.preinst:
	$(MAKE) $@

#debian/$(PACKAGE_LCNAME)-%-lib.preinst #
debian/$(PACKAGE_LCNAME)-%-$(core_name).preinst \
debian/$(PACKAGE_LCNAME)-%-$(core_name).postinst \
debian/$(PACKAGE_LCNAME)-%-$(core_name).prerm \
debian/$(PACKAGE_LCNAME)-%-$(core_name).postrm:
	@f=`echo "$@" | sed -r -e 's,^.*/,,;s,-(lis|streams)-,-,;s,$(core_name),core,;s,$(info_name),info,'` ; \
	d=debian/ ; test -f $$d$$f || d='$(srcdir)/debian/' ; \
	test "$@" -ef "$$d$$f" && exit 0 ; \
	test -f "$@" -a "$@" -nt "$$d$$f" || { \
		echo "cp -f -- $$d$$f $@" ; \
		cp -f -- $$d$$f $@ ; \
	}

#
#   Core kernel modules:
#

control	+= debian/$(PACKAGE_LCNAME)-streams-$(core_name).preinst \
	   debian/$(PACKAGE_LCNAME)-streams-$(core_name).postinst \
	   debian/$(PACKAGE_LCNAME)-streams-$(core_name).prerm \
	   debian/$(PACKAGE_LCNAME)-streams-$(core_name).postrm
control	+= debian/$(PACKAGE_LCNAME)-lis-$(core_name).preinst \
	   debian/$(PACKAGE_LCNAME)-lis-$(core_name).postinst \
	   debian/$(PACKAGE_LCNAME)-lis-$(core_name).prerm \
	   debian/$(PACKAGE_LCNAME)-lis-$(core_name).postrm

control	+= debian/$(PACKAGE_LCNAME)-streams-$(core_name).install
control	+= debian/$(PACKAGE_LCNAME)-lis-$(core_name).install

debian/$(PACKAGE_LCNAME)-%-$(core_name).install:
	( [ ! -d $(debtmpdir)$(kmoduledir) ] || echo '$(debtmpdir)$(kmoduledir)/*' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

control	+= debian/$(PACKAGE_LCNAME)-streams-$(info_name).install
control	+= debian/$(PACKAGE_LCNAME)-lis-$(info_name).install

debian/$(PACKAGE_LCNAME)-%-$(info_name).install:
	( [ ! -d $(debtmpdir)$(pkgincludedir)/$(kversion) ] || echo '$(debtmpdir)$(pkgincludedir)/$(kversion)/*' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

#
#   Libraries:
#

#control	+= debian/$(PACKAGE_LCNAME)-streams-lib.preinst
#control	+= debian/$(PACKAGE_LCNAME)-lis-lib.preinst

#control	+= debian/$(PACKAGE_LCNAME)-streams-lib.install
#control	+= debian/$(PACKAGE_LCNAME)-lis-lib.install

debian/$(PACKAGE_LCNAME)-%-lib.install:
	( [ ! -d $(debtmpdir)$(libdir) ] || echo '$(debtmpdir)$(libdir)/*.so*' ; \
	  [ ! -d $(debtmpdir)$(libdir) ] || echo '$(debtmpdir)$(libdir)/*.la' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

control	+= debian/$(PACKAGE_LCNAME)-doc.docs

debian/$(PACKAGE_LCNAME)-doc.docs:
	( echo "AUTHORS" ; \
	  [ ! -f ANNOUNCE ] || echo "ANNOUNCE" ; \
	  [ ! -f ABOUT-NLS ] || echo "ABOUT-NLS" ; \
	  [ ! -f BUGS ] || echo "BUGS" ; \
	  echo "COPYING" ; \
	  echo "ChangeLog" ; \
	  echo "INSTALL" ; \
	  echo "INSTALL-$(PACKAGE)" ; \
	  [ ! -f LICENSE ] || echo "LICENSE" ; \
	  echo "LSM" ; \
	  echo "MANUAL" ; \
	  echo "NEWS" ; \
	  [ ! -f NOTES ] || echo "NOTES" ; \
	  echo "PROBLEMS" ; \
	  echo "README" ; \
	  [ ! -f README-LiS ] || echo "README-LiS" ; \
	  [ ! -f README-alpha ] || echo "README-alpha" ; \
	  echo "README-cvs" ; \
	  echo "README-make" ; \
	  echo "README-nexusware" ; \
	  [ ! -f RELEASE-NOTES ] || echo "RELEASE-NOTES" ; \
	  echo "THANKS" ; \
	  echo "TODO" ; \
	  [ ! -d manual ] || echo "manual" ; \
	  [ ! -d doc/manual ] || echo "doc/manual" ; \
	  [ ! -d doc/projects ] || echo "doc/projects" ; \
	  [ ! -d doc/drafts ] || echo "doc/drafts" ; \
	  [ ! -d doc/specs ] || echo "doc/specs" ; \
	  [ ! -f ACKNWLDGMNTS ] || echo "ACKNWLDGMNTS" ; \
	  [ ! -f COPYRIGHT ] || echo "COPYRIGHT" ; \
	  [ ! -f README.ovms ] || echo "README.ovms" ; \
	  [ ! -f Release_Notes ] || echo "Release_Notes" ; \
	  echo "$(PACKAGE)-$(VERSION).lsm" ) > $@

control	+= debian/$(PACKAGE_LCNAME)-doc.manpages

debian/$(PACKAGE_LCNAME)-doc.manpages:
	( [ ! -d $(debtmpdir)/$(mandir) ] || \
	    find $(debtmpdir)$(mandir) \( -type f -or -type l \) -name '*.[1-9]*' ) > $@

control	+= debian/$(PACKAGE_LCNAME)-doc.install

debian/$(PACKAGE_LCNAME)-doc.install:
	( [ -d $(debtmpdir)$(mandir) ] || echo '$(debtmpdir)$(mandir)/*.refs' ; \
	  [ -d $(debtmpdir)$(mandir) ] || echo '$(debtmpdir)$(mandir)/*.macros' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

control	+= debian/$(PACKAGE_LCNAME)-doc.info

debian/$(PACKAGE_LCNAME)-doc.info:
	( [ ! -d $(debtmpdir)/$(infodir) ] || \
	    find $(debtmpdir)$(infodir) -type f -name '*.info*' ) > $@

control	+= debian/$(PACKAGE_LCNAME)-devel.install

debian/$(PACKAGE_LCNAME)-devel.install:
	( [ ! -d $(debtmpdir)$(pkgincludedir) ]	|| echo '$(debtmpdir)$(pkgincludedir)/*' ; \
	  [ ! -d $(debtmpdir)$(libdir) ] 	|| echo '$(debtmpdir)$(libdir)/*.a' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

#control	+= debian/$(PACKAGE_LCNAME)-source.install

debian/$(PACKAGE_LCNAME)-source.install:
	echo './$(PACKAGE)-$(VERSION)/ usr/src' > $@;

control	+= debian/$(PACKAGE_LCNAME)-streams-util.install
control	+= debian/$(PACKAGE_LCNAME)-lis-util.install

debian/$(PACKAGE_LCNAME)-%-util.install:
	( [ ! -d $(debtmpdir)$(bindir) ]	|| echo '$(debtmpdir)$(bindir)/*' ; \
	  [ ! -d $(debtmpdir)$(sbindir) ]	|| echo '$(debtmpdir)$(sbindir)/*' ; \
	  [ ! -d $(debtmpdir)$(pkglibexecdir) ]	|| echo '$(debtmpdir)$(pkglibexecdir)/*' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

control	+= debian/$(PACKAGE_LCNAME)-init.install

debian/$(PACKAGE_LCNAME)-init.install:
	( [ ! -d $(debtmpdir)$(configdir) ] || echo '$(debtmpdir)$(configdir)/*' ; \
	  [ ! -d $(debtmpdir)$(initrddir) ] || echo '$(debtmpdir)$(initrddir)/*' ) \
	| sed -r -e 's,^($(debtmpdir)/(.*))$$,\1 \2,;s,/[^/]*$$,,' > $@

control	+= debian/$(PACKAGE_LCNAME)-init.modules

debian/$(PACKAGE_LCNAME)-init.modules:
	( echo 'prune modules.$(PACKAGE_LCNAME)' ; \
	  echo 'if -f /lib/modules/`uname -r`/modules.$(PACKAGE_LCNAME)' ; \
	  echo 'include /lib/modules/`uname -r`/modules.$(PACKAGE_LCNAME)' ; \
	  echo 'endif' ) > $@

pkg_control_indep	+= debian/$(PACKAGE_LCNAME)-init.strace.sh
pkg_control_indep	+= debian/$(PACKAGE_LCNAME)-init.strerr.sh
pkg_control_indep	+= debian/$(PACKAGE_LCNAME)-init.strlogd.sh

debian/$(PACKAGE_LCNAME)-init.%.sh:
	[ ! -f src/util/init/$*.sh ] || cp -f -- src/util/init/$*.sh $@

cache_file=$(debbuilddir)/$(DEB_HOST_ARCH)-$(kversion)-config.cache
csite_file=$(debbuilddir)/$(DEB_HOST_ARCH)-config.site
mpost_file=$(debbuilddir)/$(DEB_HOST_ARCH)-$(kversion)-modpost.cache

build:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	dh_testdir -v
	rm -fr $(PACKAGE)-$(VERSION)
	[ ! -f Makefile ] || $(MAKE) distclean
	rm -f $(control)
	./configure \
		`test -z '$(CC)' || CC='$(CC)'` \
		`test -z '$(CPP)' || CPP='$(CPP)'` \
		`test -z '$(CFLAGS)' || CFLAGS='$(CFLAGS)'` \
		`test -z '$(LDFLAGS)' || LDFLAGS='$(LDFLAGS)'` \
		`test -z '$(CPPFLAGS)' || CPPFLAGS='$(CPPFLAGS)'` \
		`test -z '$(CXX)' || CXX='$(CXX)'` \
		`test -z '$(CXXCPP)' || CXXCPP='$(CXXCPP)'` \
		`test -z '$(CXXFLAGS)' || CXXFLAGS='$(CXXFLAGS)'` \
		CONFIG_SITE="$(csite_file)" \
		MODPOST_CACHE="$(mpost_file)" \
		--cache-file="$(cache_file)" \
		--host="$(DEB_HOST_GNU_ARCH)" \
		--prefix=$(prefix) \
		--exec_prefix=$(exec_prefix) \
		--bindir=$(bindir) \
		--sbindir=$(sbindir) \
		--sysconfdir=$(sysconfdir) \
		--datadir=$(datadir) \
		--includedir=$(includedir) \
		--libdir=$(libdir) \
		--libexecdir=$(libexecdir) \
		--localstatedir=$(localstatedir) \
		--sharedstatedir=$(sharedstatedir) \
		--mandir=$(mandir) \
		--infodir=$(infodir) \
		--datarootdir=$(datarootdir) \
		--docdir=$(docdir) \
		--htmldir=$(htmldir) \
		--dvidir=$(dvidir) \
		--pdfdir=$(pdfdir) \
		--psdir=$(psdir) \
		--localedir=$(localedir) \
		--disable-maintainer-mode \
		--disable-dependency-tracking \
		--with-gnu-ld \
		--with-k-release=$(kversion) \
		--with-k-modules=$(kmoduledir) \
		--with-base-major=$(majbase) \
		$(PACKAGE_DEBOPTIONS) \
		$(BUILD_CFGOPTIONS) \
		|| { rm -f $(cache_file) ; exit 1 ; }
	$(MAKE)
	mkdir -p $(PACKAGE)-$(VERSION)
	tar cf - --exclude=$(debtmpdir) --exclude=$(PACKAGE)-$(VERSION) . | \
	tar xf - -C $(PACKAGE)-$(VERSION)
	$(MAKE) check check-clean
	chmod +x debian/rules

clean:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	dh_testdir -v
	dh_testroot -v
	rm -fr $(PACKAGE)-$(VERSION)
	[ ! -f Makefile ] || $(MAKE) distclean
	rm -f $(control)
	rm -fr $(debtmpdir)
	dh_clean -v -k

install:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	dh_testdir -v
	dh_testroot -v
	dh_clean -v -k
	dh_installdirs -v
	[ -d $(debtmpdir) ] || mkdir -p -- $(debtmpdir)
	$(MAKE) DESTDIR=`pwd`/$(debtmpdir) install
	$(MAKE) -f debian/rules $(control)
	dh_install -v --list-missing

binary-common:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	dh_testdir -v
	dh_testroot -v
	dh_installmodules -v
	dh_installchangelogs -v
	dh_installdocs -v debian/README.Debian debian/TODO.Debian
	dh_installdebconf -v
	dh_installinit -v --init-script=strace.sh -- stop 20 0 1 6 .
	dh_installinit -v --init-script=strerr.sh -- stop 20 0 1 6 .
	dh_installinit -v --init-script=strlogd.sh -- stop 20 0 1 6 .
	dh_installman -v
	dh_installinfo -v
	dh_strip -v
	dh_link -v
	dh_compress -v -X$(PACKAGE_LCNAME).macros -X$(PACKAGE_LCNAME).refs
	dh_fixperms -v
	dh_makeshlibs -v
	dh_installdeb -v
	dh_shlibdeps -v -X.ko -X.o
	dh_gencontrol -v
	dh_md5sums -v
	dh_builddeb -v

binary-lis:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-lis-$(core_name) binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-lis-$(info_name) binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-lis-util binary-common
#	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-lis-lib binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-devel binary-common

binary-lfs:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-streams-$(core_name) binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-streams-$(info_name) binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-streams-util binary-common
#	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-streams-lib binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-devel binary-common

binary-nos:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"

#
#  dkpg-buildpackage invoke this makefile in one of two ways: with the -b flag,
#  the 'binary' target is invoked to build both arch and indep binary packages;
#  with the -B flag, the 'binary-arch' target is invoked to build only the arch
#  binary packages and not the indep binary packages.  We further distinguish
#  arch packages as being for lis, for lfs, or we don't care based on the
#  setting of the passed in BUILD_CFGOPTIONS environment variable.
#
binary-indep: DH_OPTIONS = -i
binary-indep: install
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-init binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-dev binary-common
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-doc binary-common
#	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-source binary-common
#	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common

binary-arch: DH_OPTIONS = -s
binary-arch: install
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	@case " $(BUILD_CFGOPTIONS) " in \
		(*" --with-lfs "*)  targ=binary-lfs ;; \
		(*" --with-lis "*)  targ=binary-lis ;; \
		(*)		    targ=binary-nos ;; \
	esac ; \
	echo "$(MAKE) -f debian/rules $$targ" ; \
	$(MAKE) -f debian/rules $$targ

binary: DH_OPTIONS = -i -s
binary:
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	$(MAKE) -f debian/rules binary-indep
	case " $(BUILD_CFGOPTIONS) " in (*" --disable-arch "*) exit 0 ;; esac
	$(MAKE) -f debian/rules binary-arch

#
#   Another way that we can be invoked is with a specific package name.  Again,
#   we distinguish between lis and lfs package names.
#

binary-$(PACKAGE_LCNAME)-%: DH_OPTIONS = -p$(PACKAGE_LCNAME)-$*
binary-$(PACKAGE_LCNAME)-%: install
	@echo "Target $@ invoked in `pwd` with DH_OPTIONS='$(DH_OPTIONS)'"
	$(MAKE) -f debian/rules DH_OPTIONS=-p$(PACKAGE_LCNAME)-$* binary-common

get-orig-source:
	wget http://www.openss7.org/tarballs/$(PACKAGE)-$(VERSION).tar.bz2

.PHONY: build clean \
	binary-indep binary-arch binary binary-lis binary-lfs binary-indep \
	install-indep install-arch install install-lis install-lfs install-indep \
	get-orig-source

# =============================================================================
# rules.in,v
# Revision 0.9.2.15  2007/03/07 11:36:32  brian
# - make source package optional
#
# Revision 0.9.2.14  2007/03/06 21:24:19  brian
# - final updates and corrections to build process for release
#
# Revision 0.9.2.13  2007/03/04 10:03:32  brian
# - updates for release, do not propagate empty flags, build improvements
#
# Revision 0.9.2.12  2007/03/03 12:06:00  brian
# - do not propagate empty flags
#
# Revision 0.9.2.11  2007/03/03 11:39:46  brian
# - pass user flags along
#
# Revision 0.9.2.10  2007/03/03 11:31:31  brian
# - pass flags along
#
# Revision 0.9.2.9  2007/02/12 16:56:48  brian
# - more autoconf 2.61 support
#
# Revision 0.9.2.8  2007/02/12 10:41:13  brian
# - added support for autoconf 2.61
#
# Revision 0.9.2.7  2006/12/14 02:42:38  brian
# - debian script corrections
#
# Revision 0.9.2.6  2006/10/01 21:56:36  brian
# - get debian rules working better
#
# Revision 0.9.2.5  2006/07/08 07:23:21  brian
# - clean master deb package build
#
# Revision 0.9.2.4  2006/07/07 21:48:12  brian
# - first full package build on Ubuntu
#
# Revision 0.9.2.3  2006/07/01 11:52:12  brian
# - changes for Ubuntu dpkg build
#
# Revision 0.9.2.2  2006/03/08 11:58:28  brian
# - updates for release
#
# Revision 0.9.2.1  2005/07/09 21:59:37  brian
# - added base files
#
# Revision 0.9.2.12  2005/03/29 17:18:21  brian
# - Updated lsms and added LSM to distribution.
#
# Revision 0.9.2.11  2005/03/28 11:05:55  brian
# - export deb host arch
#
# Revision 0.9.2.10  2005/03/28 07:41:38  brian
# - correct multiple streams targets
#
# Revision 0.9.2.9  2005/03/27 12:24:23  brian
# - slimmer build of lis and lfs components
#
# Revision 0.9.2.8  2005/03/26 04:06:24  brian
# - corrections to multiple targets
#
# Revision 0.9.2.7  2005/03/24 14:05:28  brian
# - improved master build
#
# Revision 0.9.2.6  2005/03/24 02:09:16  brian
# - improved debian build
#
# Revision 0.9.2.5  2005/03/22 12:42:13  brian
# - good debian builds with dependencies
#
# Revision 0.9.2.4  2005/03/22 02:28:45  brian
# - a workable set of debian rules
#
# Revision 0.9.2.3  2005/03/21 11:50:36  brian
# - updating debian packaging
#
# =============================================================================
# vim: ft=make
