Commit in LCDetectors on MAIN
Makefile+39added 1.1
JM: First version of LCDetectors makefile.

LCDetectors
Makefile added at 1.1
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	29 Aug 2006 20:29:46 -0000	1.1
@@ -0,0 +1,39 @@
+#
+# A simple Makefile executing detector
+# build shell scripts.
+#
+
+build_all: cvs_update taglist detectors_lcdd detectors_zip detectors_update
+
+taglist:
+	cd detectors && ./make_taglist.sh
+
+taglist_commit:
+	cd detectors && cvs commit -m "Update taglist." taglist.txt
+
+cvs_update:
+	cd detectors && cvs update -d
+
+detectors_update:
+	cd detectors && ./update_detectors.sh
+
+detectors_lcdd:
+	cd detectors && ./make_all_lcdd.sh
+
+detectors_zip:
+	cd detectors && ./make_zips.sh
+
+ifdef DETECTOR
+
+detector_update:
+	cd detectors && ./update_detector.sh $(DETECTOR)
+
+detector_zip:
+	cd detectors && ./make_detector_zip.sh $(DETECTOR)
+
+detector_lcdd:
+	cd detectors && ./make_lcdd.sh $(DETECTOR)
+
+build_detector: detector_lcdd detector_zip detector_update
+
+endif
\ No newline at end of file
CVSspam 0.2.8