mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +02:00
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:
parent
10e47581e0
commit
d56b2b480b
@ -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
|
||||
|
||||
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user