Commit in LCDetectors on MAIN
Makefile+6-21.3 -> 1.4


LCDetectors
Makefile 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Makefile	29 Aug 2006 23:24:10 -0000	1.3
+++ Makefile	29 Aug 2006 23:37:58 -0000	1.4
@@ -3,6 +3,10 @@
 # build shell scripts.
 #
 
+ifndef GEOMCONVERTER
+	GEOMCONVERTER=$(PRJ_DIST)/GeomConverter/pro/bin/GeomConverter
+endif
+
 update_www: taglist update
 
 build_all: cvs_update lcdd_all zip_all
@@ -27,7 +31,7 @@
 
 ifdef DETECTOR
 
-build: detector_lcdd detector_zip 
+build: lcdd zip
 
 update:
 	cd detectors && ./update_detector.sh $(DETECTOR)
@@ -39,6 +43,6 @@
 	cd detectors && ./make_lcdd.sh $(DETECTOR)
 
 cvs_commit:
-    if [ -d detectors/$(DETECTOR) ]; then cd detectors/$(DETECTOR) && cvs commit -m "Updates to $(DETECTOR) detector."; fi
+	if [ -d detectors/$(DETECTOR) ]; then cd detectors/$(DETECTOR) && cvs commit -m "Updates to $(DETECTOR) detector."; fi
 
 endif
CVSspam 0.2.8