[Zope-CVS] CVS: Packages/WinBuilders - Makefile.spread:1.1.2.2
Tim Peters
tim.one at comcast.net
Mon Feb 2 21:20:57 EST 2004
Update of /cvs-repository/Packages/WinBuilders
In directory cvs.zope.org:/tmp/cvs-serv16734
Modified Files:
Tag: tim-zrs-branch
Makefile.spread
Log Message:
Make the Spread build act more like the others. This sure is a lot of
delicate typing for such a trivial thing <0.5 wink>.
=== Packages/WinBuilders/Makefile.spread 1.1.2.1 => 1.1.2.2 ===
--- Packages/WinBuilders/Makefile.spread:1.1.2.1 Mon Feb 2 20:22:51 2004
+++ Packages/WinBuilders/Makefile.spread Mon Feb 2 21:20:56 2004
@@ -4,27 +4,13 @@
# See README.txt for system requirements.
-# Download the binary distribution of Spread, from http://www.spread.org/.
-# Unpack into the root of your drive.
-# Run this to repackage for distribution.
+# See spread.mk for the input files required in tmp/.
-SPREAD_VERSION=3.17.1
-SPREAD_DIR=$(CYGROOT)/spread-bin-$(SPREAD_VERSION)
+default: install_spread
-default: install
+build: build_spread
-build: install
-
-install: $(BUILD_DIR)/bin/spread.exe
-
-$(BUILD_DIR)/bin/spread.exe:
- $(MKDIR) "$(BUILD_DIR)"
- $(MKDIR) "$(BUILD_DIR)/bin"
- $(CP) "$(SPREAD_DIR)/win/spread.exe" \
- "$(SPREAD_DIR)/win/sprecv.exe" \
- "$(SPREAD_DIR)/win/spsend.exe" \
- "$(SPREAD_DIR)/win/sptuser.exe" \
- "$(SPREAD_DIR)/win/spflooder.exe" \
- "$(BUILD_DIR)/bin"
+install: install_spread
include mk/common.mk
+include mk/spread.mk
More information about the Zope-CVS
mailing list