Edit

thodg/libiconv/libcharset/Makefile.devel

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-11-20 18:42:13
    Hash : 9b0205c8
    Message : Corrections and Win32 port.

  • libcharset/Makefile.devel
  • # 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
    CP = cp
    RM = rm -f
    
    all : configures
    
    autoconf/aclocal.m4 : $(wildcard m4/*.m4)
    	aclocal --acdir=m4 --output=$@
    
    configures : configure config.h.in
    
    configure : configure.in autoconf/aclocal.m4
    	autoconf -l autoconf
    
    config.h.in : configure.in autoconf/aclocal.m4
    	autoheader -l autoconf
    
    force :