@ -222,7 +222,7 @@ EXTRA_DIST = \
## brackets here, instead of the usual @...@. This prevents autoconf
## from substituting the values directly into the left-hand sides of
## the sed substitutions.
gnc-dir.h : gnc -dir .h .in ${top_builddir }/config .status
gnc-dir.h : gnc -dir .h .in ${top_builddir }/config .status Makefile
rm -f $@ .tmp
sed < $< > $@ .tmp \
-e 's:@-GNC_ACCOUNTS_DIR-@:${GNC_ACCOUNTS_DIR}:g' \
@ -235,7 +235,7 @@ gnc-version.h: _gnc-version.h
-cmp -s _gnc-version.h gnc-version.h || cp _gnc-version.h gnc-version.h
-rm -f _gnc-version.h
_gnc-version.h : gnc -svninfo .h
_gnc-version.h : gnc -svninfo .h Makefile
@echo "/* Autogenerated. Do not change. */" > _gnc-version.h
@echo "#ifndef GNC_VERSION_H" >> _gnc-version.h
@echo "#define GNC_VERSION_H" >> _gnc-version.h
@ -257,7 +257,7 @@ gnc-svninfo.h: _gnc-svninfo.h
-cmp -s _gnc-svninfo.h gnc-svninfo.h || cp _gnc-svninfo.h gnc-svninfo.h
-rm -f _gnc-svninfo.h
_gnc-svninfo.h :
_gnc-svninfo.h : Makefile
@s= ${ srcdir } ; \
if [ -h ${ srcdir } /Makefile.am ] ; then \
d = ` readlink $( srcdir) /Makefile.am` ; \
@ -302,7 +302,7 @@ endif
touch .scm-links
gw-gnome-utils.scm gw-gnome-utils.c gw-gnome-utils.h : \
.scm-links gw-gnome-utils-spec.scm ${ top_builddir } /config.status
.scm-links gw-gnome-utils-spec.scm ${ top_builddir } /config.status Makefile
FLAVOR = gnome $( GUILE) -c \
" (set! %load-path (cons \" ${ G_WRAP_MODULE_DIR } \" %load-path)) \
( set! %load-path ( cons \" ${ PWD } \" %load-path) ) \