[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/appsupport -
Makefile.in.in:1.1
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 15 15:13:24 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/appsupport
In directory cvs.zope.org:/tmp/cvs-serv8054
Added Files:
Makefile.in.in
Log Message:
add a template for the Makefile.in used by configure
=== Added File Packages/zpkgtools/zpkgtools/appsupport/Makefile.in.in ===
# Makefile.in for @PACKAGE_FULL_NAME@ @PACKAGE_VERSION@
#
# This makefile provides two interesting targets:
#
# build build the software
# install install the software
default: build
PYTHON=@PYTHON@
prefix=@prefix@
build:
$(PYTHON) install.py build
install: build
$(PYTHON) install.py install --home "$(prefix)"
More information about the Zope-CVS
mailing list