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
This commit is contained in:
bergamaschi 2012-09-25 12:23:49 +00:00
parent 6988e11a44
commit eb84dca0b4

View File

@ -3,7 +3,6 @@
WD=$(shell pwd) WD=$(shell pwd)
LIBRARYDIR=$(WD)/slsDetectorSoftware LIBRARYDIR=$(WD)/slsDetectorSoftware
TLIBRARYDIR=$(WD)/TMythenDetector
CLIENTDIR=$(WD)/slsDetectorClient CLIENTDIR=$(WD)/slsDetectorClient
GUIDIR=$(WD)/slsDetectorGuiOriginal GUIDIR=$(WD)/slsDetectorGuiOriginal
LIBDOCDIR=$(WD)/slsDetectorSoftware LIBDOCDIR=$(WD)/slsDetectorSoftware
@ -82,12 +81,14 @@ tar:
help: help:
@echo "Targets:" @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 lib compile library"
@echo "make slsDetectorClient compile slsDetectorClient" @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_client install slsDetectorClient"
@echo "make install_lib install detector library and include files" @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_libdoc install library documentaion"
@echo "make install_clientdoc install mythenClient documentation" @echo "make install_clientdoc install mythenClient documentation"
@echo "make install_doc install all documentation" @echo "make install_doc install all documentation"