From eb84dca0b4a68c260ff9ae01840bc02912f03fd9 Mon Sep 17 00:00:00 2001 From: bergamaschi Date: Tue, 25 Sep 2012 12:23:49 +0000 Subject: [PATCH] make also takes care of the calibration wizards git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@19 08cae9ef-cb74-4d14-b03a-d7ea46f178d7 --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5a53ca8c7..f58f08a03 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ WD=$(shell pwd) LIBRARYDIR=$(WD)/slsDetectorSoftware -TLIBRARYDIR=$(WD)/TMythenDetector CLIENTDIR=$(WD)/slsDetectorClient GUIDIR=$(WD)/slsDetectorGuiOriginal LIBDOCDIR=$(WD)/slsDetectorSoftware @@ -82,12 +81,14 @@ tar: help: @echo "Targets:" - @echo "make all compile library, mythenClient and mythenGUI" + @echo "make all compile library, and text client" @echo "make lib compile library" @echo "make slsDetectorClient compile slsDetectorClient" + @echo "make slsDetectorGUI compile slsDetectorGUI - requires a working Qt4 and Qwt installation" + @echo "make calWiz compile the calibration wizards - requires a working root installation" @echo "make install_client install slsDetectorClient" @echo "make install_lib install detector library and include files" - @echo "make install install library, include files, mythenClient and mythenGUI" + @echo "make install install library, include files, slsDetectorClient" @echo "make install_libdoc install library documentaion" @echo "make install_clientdoc install mythenClient documentation" @echo "make install_doc install all documentation"