mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
updated makefile for eiger receiver
This commit is contained in:
parent
fd6bf1d34b
commit
b50da5b198
5
Makefile
5
Makefile
@ -11,7 +11,7 @@ INCDIR ?= $(INSTALLROOT)/include
|
|||||||
|
|
||||||
WD = $(shell pwd)
|
WD = $(shell pwd)
|
||||||
LIBRARYDIR = $(WD)/slsDetectorSoftware
|
LIBRARYDIR = $(WD)/slsDetectorSoftware
|
||||||
LIBRARYRXRDIR = $(WD)/slsReceiverSoftware
|
LIBRARYRXRDIR = $(WD)/slsReceiverSoftware
|
||||||
CLIENTDIR = $(LIBRARYDIR)/slsDetectorClient
|
CLIENTDIR = $(LIBRARYDIR)/slsDetectorClient
|
||||||
GUIDIR = $(WD)/slsDetectorGui
|
GUIDIR = $(WD)/slsDetectorGui
|
||||||
RECEIVERDIR = $(LIBRARYRXRDIR)/slsReceiver
|
RECEIVERDIR = $(LIBRARYRXRDIR)/slsReceiver
|
||||||
@ -21,7 +21,8 @@ CALIBDIR = $(LIBRARYRXRDIR)/slsDetectorCalibration
|
|||||||
|
|
||||||
|
|
||||||
INCLUDES=-I. -I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYRXRDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(LIBRARYRXRDIR)/includes -I$(ASM)
|
INCLUDES=-I. -I$(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYRXRDIR)/MySocketTCP -I$(LIBRARYDIR)/usersFunctions -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/slsDetectorUtils -I$(LIBRARYDIR)/slsDetectorCommand -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/slsReceiverInterface -I$(LIBRARYRXRDIR)/includes -I$(ASM)
|
||||||
INCLUDESRXR=-I. -I$(LIBRARYRXRDIR)/MySocketTCP -I$(LIBRARYRXRDIR)/includes -I$(RECEIVERDIR) -I$(RECEIVERDIR)/eigerReceiver -I$(CALIBDIR) -I$(ASM) #-I$(LIBRARYDIR)/slsReceiverInterface
|
|
||||||
|
INCLUDESRXR=-I. -I$(LIBRARYRXRDIR)/MySocketTCP -I$(LIBRARYRXRDIR)/includes -I$(RECEIVERDIR) -I$(RECEIVERDIR)/eigerReceiver -I$(CALIBDIR) -I$(ASM) -I$(LIBRARYDIR)/slsReceiverInterface -I$(WD)/slsDetectorSoftware/commonFiles
|
||||||
|
|
||||||
.PHONY: all nonstatic static lib libreceiver textclient receiver gui stextclient sreceiver
|
.PHONY: all nonstatic static lib libreceiver textclient receiver gui stextclient sreceiver
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user