edited the gui makefile to be able to compile withot errors from this directory

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@170 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2013-04-04 07:23:19 +00:00
parent 10e47581e0
commit d56b2b480b
2 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,12 @@
PROG= $(DESTDIR)/slsDetectorGui
#DIR= $(shell ls src/* slsDetectorPlotting/include/* slsDetectorPlotting/src/* include/ forms/*)
DESTDIR?=bin
DOCDIR?=docs
LIBDIR?=../slsDetectorSoftware
LIBDIR?=../bin
LIBRARYDIR?=../slsDetectorSoftware
INCLUDES?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYDIR)/slsReceiverInterface -I$(LIBRARYDIR)/slsDetector -I$(LIBRARYDIR)/slsDetectorAnalysis -I$(LIBRARYDIR)/multiSlsDetector -I$(LIBRARYDIR)/usersFunctions
LDFLAG?=-L$(LIBRARYDIR)/bin -lSlsDetector
all: $(PROG) Makefile.gui guiclient

View File

@ -46,14 +46,14 @@ DEPENDPATH += \
INCLUDEPATH = \
$(QWTDIR)/include\
$(QWTDIR) \
$(QWTDIR)/src\
$(QWT3D)/include\
$(QWTDIR)/src\
$(QWT3D)/include\
slsDetectorPlotting/include\
include\
forms/include\
$(INCLUDES)
$(INCLUDES)
# $(shell echo "/lib/modules/`uname -r`/build/include") \
# $(shell echo "/lib/modules/`uname -r`/build/include") \
# ../slsDetectorSoftware/commonFiles\
# ../slsDetectorSoftware/MySocketTCP\
# ../slsDetectorSoftware/slsReceiverInterface\