third_party_libsnd/reconfigure.mk
Erik de Castro Lopo 95efab5ba0 Removed autogeneration of acinclude.
The file acinclude.m4 is now considered a source code file.
2004-01-24 04:56:35 +00:00

29 lines
631 B
Makefile

#!/usr/bin/make -f
Makefile.am: configure
automake --copy --add-missing
configure: configure.ac src/config.h.in libtool ltmain.sh
autoconf
src/config.h.in: configure.ac libtool
autoheader
libtool ltmain.sh: aclocal.m4
libtoolize --copy --force
# Need to re-run aclocal whenever acinclude.m4 is modified.
aclocal.m4: acinclude.m4
aclocal
clean:
rm -f libtool ltmain.sh aclocal.m4 Makefile.in src/config.h.in config.cache
# Do not edit or modify anything in this comment block.
# The arch-tag line is a file identity tag for the GNU Arch
# revision control system.
#
# arch-tag: 2b02bfd0-d5ed-489b-a554-2bf36903cca9