mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
changed client makefile since its directory has changed relatively
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@410 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
3d6530f043
commit
2f058c89a6
@ -7,10 +7,10 @@ CFLAGS= -DC_ONLY
|
||||
|
||||
|
||||
|
||||
INCLUDES?= -I../slsDetectorSoftware/commonFiles -I../slsDetectorSoftware/slsDetector -I ../slsDetectorSoftware/MySocketTCP -I../slsDetectorSoftware/usersFunctions -I../slsDetectorSoftware/multiSlsDetector -I../slsDetectorSoftware/slsDetectorAnalysis -I../slsDetectorSoftware/slsReceiverInterface -I$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||
INCLUDES?= -I../commonFiles -I../slsDetector -I ../MySocketTCP -I../usersFunctions -I../multiSlsDetector -I../slsDetectorAnalysis -I../slsReceiverInterface -I$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||
|
||||
|
||||
LIBDIR?=../slsDetectorSoftware/
|
||||
LIBDIR?=../
|
||||
LIBS?= -L$(LIBDIR) -lSlsDetector
|
||||
|
||||
LDFLAG= -L/usr/lib64/ -lpthread
|
||||
@ -36,7 +36,7 @@ nonstatic: clients
|
||||
|
||||
|
||||
lib:
|
||||
cd ../slsDetectorSoftware && $(MAKE) DESTDIR=$(LIBDIR)
|
||||
cd ../ && $(MAKE) DESTDIR=$(LIBDIR)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user