blob: fea63bbce3a7b81ed0f6f96f30e877a9a972fe43 [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#
Elliott Hughes820eced2021-08-20 18:00:50 -07005${srcdir}/configure: configure.ac 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
Elliott Hughes820eced2021-08-20 18:00:50 -070010${srcdir}/stamp-h.in: configure.ac 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