edited Makefile to allow compiling from this folder

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@499 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2013-04-03 08:33:41 +00:00
parent 8c06405622
commit b0870216a1

View File

@ -5,7 +5,7 @@ DFLAGS= -DDACS_INT -DTHIS_PATH='"$(shell pwd)"'
#ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
#INCLUDES= -IcommonFiles -IslsDetector -IMySocketTCP -IusersFunctions -ImultiSlsDetector -IslsDetectorUtils -IslsDetectorCommand -IslsDetectorAnalysis -IslsReceiverInterface -I$(ASM)
INCLUDES?= -IcommonFiles -IslsDetector -IMySocketTCP -IusersFunctions -ImultiSlsDetector -IslsDetectorUtils -IslsDetectorCommand -IslsDetectorAnalysis -IslsReceiverInterface -I$(ASM)
#EPICSFLAGS=-D EPICS -I/usr/local/epics/base/include/ -I /usr/local/epics/base/include/os/Linux/ -L /usr/local/epics/base/lib/SL5-x86/ -Wl,-R/usr/local/epics/base/lib/SL5-x86 -lca -lCom
CC=g++