mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 15:50:03 +02:00
added the slsDetectorAnalysis folder in include for Makefile for slsDetectorClient
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@12 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
parent
4535deae96
commit
098cd1939d
5
Makefile
5
Makefile
@ -1,7 +1,6 @@
|
||||
# do not change below this line
|
||||
|
||||
|
||||
|
||||
WD=$(shell pwd)
|
||||
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
||||
TLIBRARYDIR=$(WD)/TMythenDetector
|
||||
@ -45,9 +44,9 @@ mythenGUI: lib Tlib
|
||||
clean:
|
||||
rm -rf bin/sls_detector_*
|
||||
cd $(LIBRARYDIR) && $(MAKE) clean
|
||||
cd $(TLIBRARYDIR) && $(MAKE) clean
|
||||
# cd $(TLIBRARYDIR) && $(MAKE) clean
|
||||
cd $(CLIENTDIR) && $(MAKE) clean
|
||||
cd $(GUIDIR) && $(MAKE) clean
|
||||
# cd $(GUIDIR) && $(MAKE) clean
|
||||
# cd $(LIBDOCDIR) && $(MAKE) clean
|
||||
|
||||
install_lib:
|
||||
|
Loading…
x
Reference in New Issue
Block a user