1 1.1 manu EXTRA_DIST = ipsec-tools.spec.in racoon.init sysconfig.racoon 2 1.1 manu 3 1.1 manu all-local: ipsec-tools.spec 4 1.1 manu 5 1.1 manu ## We borrow guile's convention and use @-...-@ as the substitution 6 1.1 manu ## brackets here, instead of the usual @...@. This prevents autoconf 7 1.1 manu ## from substituting the values directly into the left-hand sides of 8 1.1 manu ## the sed substitutions. *sigh* 9 1.1 manu ipsec-tools.spec: ipsec-tools.spec.in Makefile 10 1.1 manu rm -f $@.tmp 11 1.1 manu sed < $< > $@.tmp \ 12 1.1 manu -e 's:@-VERSION-@:${VERSION}:' 13 1.1 manu mv $@.tmp $@ 14 1.1 manu 15 1.1 manu CLEANFILES = ipsec-tools.spec 16