File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / preload / Makefile.devel
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 09:29:43 2012 UTC (12 years, 1 month ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_14p0, v1_14, HEAD
libiconv v1.14

    1: # This is the developer's makefile, not the user's makefile.
    2: # Don't use it unless you know exactly what you do!
    3: 
    4: SHELL = /bin/sh
    5: MAKE = make
    6: AUTOCONF = autoconf-2.68
    7: ACLOCAL = aclocal-1.11
    8: CP = cp
    9: RM = rm -f
   10: 
   11: all : configures
   12: 
   13: aclocal.m4 : $(wildcard ../m4/*.m4)
   14: 	$(ACLOCAL) -I ../m4 -I ../srcm4 --output=$@
   15: 
   16: configures : configure
   17: 
   18: configure : configure.ac aclocal.m4
   19: 	$(AUTOCONF)
   20: 
   21: force :

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