[Commits] (markie) Non-hardhat Makefile for new build

commits at osafoundation.org commits at osafoundation.org
Tue Apr 20 15:11:21 PDT 2004


Commit by: markie
Modified files:
osaf/chandler/Chandler/Makefile 1.2 1.3

Log message:
Non-hardhat Makefile for new build


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3

Index: osaf/chandler/Chandler/Makefile
diff -u osaf/chandler/Chandler/Makefile:1.2 osaf/chandler/Chandler/Makefile:1.3
--- osaf/chandler/Chandler/Makefile:1.2	Tue Apr 20 12:31:29 2004
+++ osaf/chandler/Chandler/Makefile	Tue Apr 20 15:10:50 2004
@@ -1,7 +1,5 @@
 # Make file for new chandler
 
-VERSION=0.3-2
-
 include ../external/Makefile.inc
 
 DEPS =../external/persistence/db/db-4.2.52.tar.gz \
@@ -18,11 +16,12 @@
 	  ../external/egenix-mx/egenix-mx-base-2.1.0.tar.gz \
 	  ../external/jabber-py/jabberpy0.4-0.tar.gz \
 	  ../external/SOAPpy/SOAPpy-0.10.2.tar.gz \
-	  ../external/pychecker/pychecker-0.8.13.tar.gz
+	  ../external/pychecker/pychecker-0.8.13.tar.gz \
+	  ../external/openssl/openssl0.9.7c.tar.gz
 
 .PHONY: $(DEPS)
 
-all: env $(DEPS) ../external/sources-$(VERSION).tar
+all: env $(DEPS) 
 	cd ../external; \
 	make expand; \
 	make



More information about the Commits mailing list