mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-09 03:20:42 +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
|
PROG= $(DESTDIR)/slsDetectorGui
|
||||||
#DIR= $(shell ls src/* slsDetectorPlotting/include/* slsDetectorPlotting/src/* include/ forms/*)
|
|
||||||
DESTDIR?=bin
|
DESTDIR?=bin
|
||||||
DOCDIR?=docs
|
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
|
all: $(PROG) Makefile.gui guiclient
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user