mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
included cal lib
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@69 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
5
Makefile
5
Makefile
@ -1,6 +1,6 @@
|
|||||||
# do not change below this line
|
# do not change below this line
|
||||||
|
|
||||||
INCS='-I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(ASM)'
|
INCS='-I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(CALIBDIR) -I$(ASM)'
|
||||||
|
|
||||||
WD=$(shell pwd)
|
WD=$(shell pwd)
|
||||||
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
LIBRARYDIR=$(WD)/slsDetectorSoftware
|
||||||
@ -9,6 +9,7 @@ GUIDIR=$(WD)/slsDetectorGui
|
|||||||
RECEIVERDIR=$(LIBRARYDIR)/slsReceiver
|
RECEIVERDIR=$(LIBRARYDIR)/slsReceiver
|
||||||
CALWIZDIR=$(WD)/calibrationWizards
|
CALWIZDIR=$(WD)/calibrationWizards
|
||||||
MANDIR=$(WD)/manual
|
MANDIR=$(WD)/manual
|
||||||
|
CALIBDIR=$(WD)/slsDetectorCalibration
|
||||||
|
|
||||||
INSTALLROOT?=$(PWD)
|
INSTALLROOT?=$(PWD)
|
||||||
BINDIR?=$(INSTALLROOT)/bin
|
BINDIR?=$(INSTALLROOT)/bin
|
||||||
@ -24,7 +25,7 @@ ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
INCLUDES='-I. -I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(LIBRARYDIR)/slsReceiver -I$(ASM)'
|
INCLUDES='-I. -I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(LIBRARYDIR)/slsReceiver -I$(CALIBDIR) -I$(ASM)'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user