mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
95efab5ba0
The file acinclude.m4 is now considered a source code file.
29 lines
631 B
Makefile
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
|
|
|