mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-11 15:20:01 +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:
|
lib:
|
||||||
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
|
cd $(LIBRARYDIR) && $(MAKE) lib FLAGS=$(FLAGS)
|
||||||
|
|
||||||
slsDetectorClient: lib
|
slsDetectorClient_static: lib
|
||||||
cd $(CLIENTDIR) && $(MAKE) FLAGS=$(FLAGS)
|
cd $(CLIENTDIR) && $(MAKE) FLAGS=$(FLAGS)
|
||||||
$(shell test -d bin || mkdir -p bin)
|
$(shell test -d bin || mkdir -p bin)
|
||||||
mv $(CLIENTDIR)/bin/* 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
|
slsDetectorGUI: lib
|
||||||
cd $(GUIDIR) && $(MAKE) FLAGS=$(FLAGS)
|
cd $(GUIDIR) && $(MAKE) FLAGS=$(FLAGS)
|
||||||
$(shell test -d bin || mkdir -p bin)
|
$(shell test -d bin || mkdir -p bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user