mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Gotthard software added to MAkefile and settings directory
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@2 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
11
Makefile
11
Makefile
@ -5,12 +5,12 @@
|
||||
WD=$(shell pwd)
|
||||
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
||||
TLIBRARYDIR=$(WD)/TMythenDetector
|
||||
CLIENTDIR=$(WD)/mythenClient
|
||||
CLIENTDIR=$(WD)/slsDetectorClient
|
||||
GUIDIR=$(WD)/mythenGUI
|
||||
LIBDOCDIR=$(WD)/slsDetectorSoftware
|
||||
|
||||
|
||||
all: lib mythenClient mythenGUI
|
||||
all: lib mythenClient gotthardClient mythenGUI
|
||||
|
||||
|
||||
lib:
|
||||
@ -20,7 +20,11 @@ Tlib:
|
||||
cd $(TLIBRARYDIR) && $(MAKE) lib
|
||||
|
||||
mythenClient: lib
|
||||
cd $(CLIENTDIR) && $(MAKE)
|
||||
cd $(CLIENTDIR) && $(MAKE) mythen
|
||||
mv $(CLIENTDIR)/bin/* bin/
|
||||
|
||||
gotthardClient: lib
|
||||
cd $(CLIENTDIR) && $(MAKE) gotthard
|
||||
mv $(CLIENTDIR)/bin/* bin/
|
||||
|
||||
mythenGUI: lib Tlib
|
||||
@ -88,6 +92,7 @@ help:
|
||||
@echo "make lib compile library"
|
||||
@echo "make tlib compile Root/Qt library"
|
||||
@echo "make mythenClient compile mythenClient"
|
||||
@echo "make gotthardClient compile gotthardClient"
|
||||
@echo "make mythenGUI compile mythenGUI"
|
||||
@echo "make install_client install mythenClient"
|
||||
@echo "make install_gui install mythenGUI"
|
||||
|
Reference in New Issue
Block a user