mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
compiling with and without root defined in makefile.include
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@269 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -13,6 +13,8 @@ INCLUDES ?= $(LIBRARYDIR)/commonFiles -I$(LIBRARYDIR)/MySocketTCP -I$(LIBRARYD
|
||||
|
||||
ifeq ( $(EIGERSLS), yes)
|
||||
LDFLAG += $(EIGERFLAGS)
|
||||
else ifeq ( $(ROOTSLS), yes)
|
||||
LDFLAG += $(ROOTFLAGS)
|
||||
endif
|
||||
|
||||
.PHONY: all lib clean mm doc htmldoc guiclient
|
||||
|
Reference in New Issue
Block a user