2002-10-11 08:52:17 +00:00
|
|
|
DISTCLEANFILES=\
|
|
|
|
config.status \
|
|
|
|
config.log \
|
|
|
|
config.cache \
|
|
|
|
stamp-h \
|
|
|
|
Makefile \
|
|
|
|
src/xditview/Imakefile \
|
2003-05-01 13:09:50 +00:00
|
|
|
$(srcdir)/src/xditview/gxditview._man \
|
2002-10-11 08:52:17 +00:00
|
|
|
src/include/config.h
|
1996-09-07 16:18:32 +00:00
|
|
|
CLEANADD=Makefile.cfg conftest*
|
|
|
|
|
|
|
|
distfiles: configure
|
|
|
|
|
2002-10-11 08:52:17 +00:00
|
|
|
$(scrdir)/configure: configure.ac aclocal.m4
|
|
|
|
cd $(srcdir) && autoconf
|
|
|
|
|
|
|
|
config.status: configure
|
|
|
|
$(SHELL) config.status --recheck
|
|
|
|
|
|
|
|
# autoheader might not change config.hin, so touch a stamp file.
|
|
|
|
$(srcdir)/config.hin: stamp-h.in
|
|
|
|
$(srcdir)/stamp-h.in: configure.ac aclocal.m4
|
|
|
|
cd $(srcdir) && autoheader
|
|
|
|
echo timestamp > $(srcdir)/stamp-h.in
|
|
|
|
|
|
|
|
config.h: stamp-h
|
|
|
|
stamp-h: config.hin config.status
|
|
|
|
$(SHELL) config.status
|