freebsd_amp_hwpstate/contrib/libpcap/Makefile-devel-adds

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
618 B
Plaintext
Raw Normal View History

2015-01-06 18:58:31 +00:00
#
# Auto-regenerate configure script or Makefile when things change.
# From autoconf.info . Works best with GNU Make.
#
2017-02-12 07:04:44 +00:00
${srcdir}/configure: configure.ac aclocal.m4
(cd ${srcdir} && autoconf)
2015-01-06 18:58:31 +00:00
# autoheader might not change config.h.in, so touch a stamp file.
${srcdir}/config.h.in: ${srcdir}/stamp-h.in
2017-02-12 07:04:44 +00:00
${srcdir}/stamp-h.in: configure.ac aclocal.m4
(cd ${srcdir} && autoheader)
2015-01-06 18:58:31 +00:00
echo timestamp > ${srcdir}/stamp-h.in
config.h: stamp-h
stamp-h: ${srcdir}/config.h.in config.status
./config.status
Makefile: Makefile.in config.status
./config.status
config.status: ${srcdir}/configure
./config.status --recheck