File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / rpm / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:39:10 2012 UTC (12 years, 3 months ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_2p2, v0_8_1p0, v0_8_1, v0_8_0p0, v0_8_0, HEAD
ipsec-tools

SUBDIRS = suse

EXTRA_DIST = \
  ipsec-tools.spec.in

all-local: ipsec-tools.spec

## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@.  This prevents autoconf
## from substituting the values directly into the left-hand sides of
## the sed substitutions.  *sigh*
ipsec-tools.spec: ipsec-tools.spec.in Makefile
	rm -f $@.tmp
	sed < $< > $@.tmp \
	    -e 's:@-VERSION-@:${VERSION}:'
	mv $@.tmp $@

CLEANFILES = ipsec-tools.spec

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>