From: alex <bin...@li...> - 2001-10-03 23:55:06
|
alex Wed Oct 3 16:55:01 2001 EDT Added files: /r2/binarycloud/make makefile.in Log: Sample Makefile.in to be generated by configure --- not done Index: r2/binarycloud/make/makefile.in +++ r2/binarycloud/make/makefile.in # {{{ Header # -File $Id: makefile.in,v 1.1 2001/10/03 23:55:01 alex Exp $ # -License LGPL (http://www.gnu.org/copyleft/lesser.html) # -Copyright 2001, The Turing Studio, Inc. # -Author alex black, en...@tu... # }}} # Paths SOURCE_PATH='/home/alex/r2/binarycloud' BUILD_PATH='/home/alex/r2/binarycloud/build' # Apps RM='/bin/rm' INSTALL='/usr/bin/install' MAKE_PATH='/home/alex/r2/binarycloud/make' PHP_PATH='/usr/local/php4/bin/php' INSTALLCODE='/home/alex/r2/binarycloud/make/Install.php' PHPDOC='/home/alex/r2/binarycloud/make/PHPDoc.php' BCC='/home/alex/r2/binarycloud/make/BCC.php' # Excluded Paths EXCLUDE=${MAKE_PATH} \ ${BUILD_PATH} \ ${SOURCE_PATH}/docs \ ${SOURCE_PATH}/ext \ ${EMPTY} |