Merge from vendor branch TCPDUMP:
[dragonfly.git] / contrib / groff / Makefile.sub
1 DISTCLEANFILES=\
2   config.status \
3   config.log \
4   config.cache \
5   stamp-h \
6   Makefile \
7   src/xditview/Imakefile \
8   src/include/config.h
9 CLEANADD=Makefile.cfg conftest*
10
11 distfiles: configure
12
13 $(scrdir)/configure: configure.ac aclocal.m4
14         cd $(srcdir) && autoconf
15
16 config.status: configure
17         $(SHELL) config.status --recheck
18
19 # autoheader might not change config.hin, so touch a stamp file.
20 $(srcdir)/config.hin: stamp-h.in
21 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
22         cd $(srcdir) && autoheader
23         echo timestamp > $(srcdir)/stamp-h.in
24      
25 config.h: stamp-h
26 stamp-h: config.hin config.status
27         $(SHELL) config.status