sls_detector binaries

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@10 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
bergamaschi 2012-03-15 12:46:16 +00:00
parent 9d903f59ba
commit 50224a3473

View File

@ -10,21 +10,31 @@ GUIDIR=$(WD)/mythenGUI
LIBDOCDIR=$(WD)/slsDetectorSoftware
all: lib mythenClient gotthardClient mythenGUI
#FLAGS=-DVERBOSE
all: lib slsDetectorClient
# mythenGUI
lib:
cd $(LIBRARYDIR) && $(MAKE) lib
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
Tlib:
cd $(TLIBRARYDIR) && $(MAKE) lib
mythenClient: lib
cd $(CLIENTDIR) && $(MAKE) mythen
mv $(CLIENTDIR)/bin/* bin/
#mythenClient: lib
# cd $(CLIENTDIR) && $(MAKE) mythen
# mv $(CLIENTDIR)/bin/* bin/
gotthardClient: lib
cd $(CLIENTDIR) && $(MAKE) gotthard
#gotthardClient: lib
# cd $(CLIENTDIR) && $(MAKE) gotthard
# mv $(CLIENTDIR)/bin/* bin/
slsDetectorClient: lib
cd $(CLIENTDIR) && $(MAKE) FLAGS=$(FLAGS)
mv $(CLIENTDIR)/bin/* bin/
mythenGUI: lib Tlib
@ -33,7 +43,7 @@ mythenGUI: lib Tlib
mv $(GUIDIR)/bin/* bin/
clean:
rm bin/*
rm bin/sls_detector_*
cd $(LIBRARYDIR) && $(MAKE) clean
cd $(TLIBRARYDIR) && $(MAKE) clean
cd $(CLIENTDIR) && $(MAKE) clean