Switch to automake 1.15.
[libiconv.git] / preload / Makefile.devel
blob15781d9a1dd2a58415a4561d32b6755c5e2ad9f1
1 # This is the developer's makefile, not the user's makefile.
2 # Don't use it unless you know exactly what you do!
4 SHELL = /bin/sh
5 MAKE = make
6 AUTOCONF = autoconf-2.69
7 ACLOCAL = aclocal-1.15
8 CP = cp
9 RM = rm -f
11 all : configures
13 aclocal.m4 : $(wildcard ../m4/*.m4)
14         $(ACLOCAL) -I ../m4 -I ../srcm4 --output=$@
16 configures : configure
18 configure : configure.ac aclocal.m4
19         $(AUTOCONF)
21 force :