mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
make also takes care of the calibration wizards
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@18 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
9
Makefile
9
Makefile
@ -15,7 +15,7 @@ LIBDOCDIR=$(WD)/slsDetectorSoftware
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
all: lib slsDetectorClient slsDetectorGUI
|
all: lib slsDetectorClient
|
||||||
|
|
||||||
lib:
|
lib:
|
||||||
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
|
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
|
||||||
@ -30,11 +30,18 @@ slsDetectorGUI: lib
|
|||||||
$(shell test -d bin || mkdir -p bin)
|
$(shell test -d bin || mkdir -p bin)
|
||||||
mv $(GUIDIR)/bin/* bin/
|
mv $(GUIDIR)/bin/* bin/
|
||||||
|
|
||||||
|
calWiz:
|
||||||
|
cd calibrationWizards && $(MAKE) FLAGS=$(FLAGS)
|
||||||
|
$(shell test -d bin || mkdir -p bin)
|
||||||
|
mv calibrationWizards/energyCalibrationWizard calibrationWizards/angularCalibrationWizard bin/
|
||||||
|
cp calibrationWizards/manual/*.pdf manual/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin/sls_detector_*
|
rm -rf bin/sls_detector_*
|
||||||
cd $(LIBRARYDIR) && $(MAKE) clean
|
cd $(LIBRARYDIR) && $(MAKE) clean
|
||||||
cd $(CLIENTDIR) && $(MAKE) clean
|
cd $(CLIENTDIR) && $(MAKE) clean
|
||||||
cd $(GUIDIR) && $(MAKE) clean
|
cd $(GUIDIR) && $(MAKE) clean
|
||||||
|
cd calibrationWizards && $(MAKE) clean
|
||||||
|
|
||||||
install_lib:
|
install_lib:
|
||||||
cd $(LIBRARYDIR) && $(MAKE) install_lib DESTDIR=$(INSTALLROOT)/$(LIBDIR)
|
cd $(LIBRARYDIR) && $(MAKE) install_lib DESTDIR=$(INSTALLROOT)/$(LIBDIR)
|
||||||
|
Reference in New Issue
Block a user