blob: 7bf6420c1c82c22e68d9cf0e4005878dde2d71c0 [file] [log] [blame]
The Android Open Source Project2949f582009-03-03 19:30:46 -08001#
2# Auto-regenerate configure script or Makefile when things change.
3# From autoconf.info . Works best with GNU Make.
4#
JP Abgrall53f17a92014-02-12 14:02:41 -08005${srcdir}/configure: configure.in aclocal.m4
The Android Open Source Project2949f582009-03-03 19:30:46 -08006 cd ${srcdir} && autoconf
7
8# autoheader might not change config.h.in, so touch a stamp file.
9${srcdir}/config.h.in: ${srcdir}/stamp-h.in
JP Abgrall53f17a92014-02-12 14:02:41 -080010${srcdir}/stamp-h.in: configure.in aclocal.m4
The Android Open Source Project2949f582009-03-03 19:30:46 -080011 cd ${srcdir} && autoheader
12 echo timestamp > ${srcdir}/stamp-h.in
13
14config.h: stamp-h
15stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
17
18Makefile: Makefile.in config.status
19 ./config.status
20
21config.status: ${srcdir}/configure
22 ./config.status --recheck