mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
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:
parent
9d903f59ba
commit
50224a3473
26
Makefile
26
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user