mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-09 14:20:03 +02:00
Makefile adjusted for nonstatic
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@22 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
parent
f3ea217712
commit
de6836493c
12
Makefile
12
Makefile
@ -14,16 +14,24 @@ LIBDOCDIR=$(WD)/slsDetectorSoftware
|
||||
|
||||
|
||||
|
||||
all: lib slsDetectorClient
|
||||
all: lib slsDetectorClient_static #slsDetectorGUI
|
||||
|
||||
nonstatic: lib slsDetectorClient slsDetectorGUI
|
||||
|
||||
lib:
|
||||
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
|
||||
|
||||
slsDetectorClient: lib
|
||||
slsDetectorClient_static: lib
|
||||
cd $(CLIENTDIR) && $(MAKE) FLAGS=$(FLAGS)
|
||||
$(shell test -d bin || mkdir -p bin)
|
||||
mv $(CLIENTDIR)/bin/* bin/
|
||||
|
||||
|
||||
slsDetectorClient: lib
|
||||
cd $(CLIENTDIR) && $(MAKE) nonstatic FLAGS=$(FLAGS)
|
||||
$(shell test -d bin || mkdir -p bin)
|
||||
mv $(CLIENTDIR)/bin/* bin/
|
||||
|
||||
slsDetectorGUI: lib
|
||||
cd $(GUIDIR) && $(MAKE) FLAGS=$(FLAGS)
|
||||
$(shell test -d bin || mkdir -p bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user