mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
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:
parent
6988e11a44
commit
eb84dca0b4
7
Makefile
7
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user