2007-04-16 13:11:07 -05:00
|
|
|
SUBDIRS = win32
|
2000-06-02 04:00:31 -05:00
|
|
|
|
2000-06-05 00:51:39 -05:00
|
|
|
EXTRA_DIST = \
|
2007-04-28 17:06:58 -05:00
|
|
|
gnucash-2.1.x.ebuild \
|
2003-08-10 18:59:59 -05:00
|
|
|
gnucash.spec.in \
|
|
|
|
gnucash.spec
|
2000-06-05 00:51:39 -05:00
|
|
|
|
2000-06-02 04:00:31 -05:00
|
|
|
all-local: gnucash.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*
|
2003-08-10 18:59:59 -05:00
|
|
|
gnucash.spec: gnucash.spec.in Makefile ${top_builddir}/config.status
|
2000-06-02 04:00:31 -05:00
|
|
|
rm -f $@.tmp
|
2002-02-28 02:31:32 -06:00
|
|
|
sed < $< > $@.tmp \
|
2000-06-02 04:00:31 -05:00
|
|
|
-e 's:@-VERSION-@:${VERSION}:'
|
|
|
|
mv $@.tmp $@
|
|
|
|
|
2003-08-10 18:59:59 -05:00
|
|
|
DISTCLEANFILES = gnucash.spec
|