Skip to content
Snippets Groups Projects
Commit bcb25400 authored by al.schwinn's avatar al.schwinn
Browse files

fixed makefile paths for asl744 installation

parent a149f886
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,13 @@ PRODUCT = communication
VERSION = 1.0.4
SKIP_MANIFEST = TRUE
COMMON_MAKE_PATH ?= /common/home/bel/schwinn/lnx/workspace-silecs-neon/generic-makefiles
#COMMON_MAKE_PATH ?= /opt/cern/buildsystem/generic/2.8.20
#local
#COMMON_MAKE_PATH ?= /common/home/bel/schwinn/lnx/workspace-silecs-neon/generic-makefiles
#old cluster
COMMON_MAKE_PATH ?= /opt/cern/buildsystem/generic/2.8.20
#new cluster
#COMMON_MAKE_PATH ?= /opt/cern/buildsystem/generic/2.9.0
# product configuration
LIB_NAME = comm
......
......@@ -18,8 +18,13 @@ PRODUCT = diagnostic
VERSION = 1.0.2
SKIP_MANIFEST = TRUE
#local
#COMMON_MAKE_PATH ?= /common/home/bel/schwinn/lnx/workspace-silecs-neon/generic-makefiles
#old cluster
COMMON_MAKE_PATH ?= /opt/cern/buildsystem/generic/2.8.20
#new cluster
#COMMON_MAKE_PATH ?= /opt/cern/buildsystem/generic/2.9.0
# product configuration
BIN_NAME = $(PROJECT)-$(PRODUCT)
......
......@@ -5,11 +5,15 @@ SILECS_COMM_VERSION = 1.0.2
BOOST_HOME ?= /acc/local/$(CPU)/3rdparty/boost/$(BOOST_VERSION)
RBACK_HOME ?= /acc/local/$(CPU)/cmw/cmw-rbac/$(RBAC_VERSION)
SILECS_COMM_HOME ?= ../../git/silecs-communication-cpp/build
#for compile out of eclipse
#SILECS_COMM_HOME ?= ../../git/silecs-communication-cpp/build
SILECS_COMM_HOME ?= ../silecs-communication-cpp/build
LIBXML_PATH ?= /usr/include/libxml2/
SNAP7_BASE ?= ../../git/snap7/snap7-full
#for compile out of eclipse
#SNAP7_BASE ?= ../../git/snap7/snap7-full
SNAP7_BASE ?= ../snap7/snap7-full
DEPENDENT_COMPILER_OPTIONS += -I$(RBACK_HOME)/include
DEPENDENT_COMPILER_OPTIONS += -I$(SILECS_COMM_HOME)/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment