File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / preload / Makefile.devel
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:57:48 2012 UTC (13 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# This is the developer's makefile, not the user's makefile.
# Don't use it unless you know exactly what you do!

SHELL = /bin/sh
MAKE = make
AUTOCONF = autoconf-2.63
ACLOCAL = aclocal-1.11
CP = cp
RM = rm -f

all : configures

aclocal.m4 : $(wildcard ../m4/*.m4)
	$(ACLOCAL) -I ../m4 -I ../srcm4 --output=$@

configures : configure

configure : configure.ac aclocal.m4
	$(AUTOCONF)

force :

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>