7 src/xditview/Imakefile \
8 src/xditview/Makefile \
10 src/xditview/gxditview src/xditview/xtotroff \
11 $(srcdir)/src/xditview/gxditview._man \
13 CLEANADD=Makefile.cfg conftest*
17 $(scrdir)/configure: configure.ac aclocal.m4
18 cd $(srcdir) && autoconf
20 config.status: configure
21 $(SHELL) config.status --recheck
23 # autoheader might not change config.hin, so touch a stamp file.
24 $(srcdir)/config.hin: stamp-h.in
25 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
26 cd $(srcdir) && autoheader
27 echo timestamp > $(srcdir)/stamp-h.in
30 stamp-h: config.hin config.status
31 $(SHELL) config.status