Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opensilecs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s.kupiecki
opensilecs
Commits
bcb25400
Commit
bcb25400
authored
8 years ago
by
al.schwinn
Browse files
Options
Downloads
Patches
Plain Diff
fixed makefile paths for asl744 installation
parent
a149f886
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
silecs-communication-cpp/Makefile
+7
-2
7 additions, 2 deletions
silecs-communication-cpp/Makefile
silecs-diagnostic-cpp/Makefile
+5
-0
5 additions, 0 deletions
silecs-diagnostic-cpp/Makefile
silecs-diagnostic-cpp/Makefile.dep
+6
-2
6 additions, 2 deletions
silecs-diagnostic-cpp/Makefile.dep
with
18 additions
and
4 deletions
silecs-communication-cpp/Makefile
+
7
−
2
View file @
bcb25400
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
silecs-diagnostic-cpp/Makefile
+
5
−
0
View file @
bcb25400
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
silecs-diagnostic-cpp/Makefile.dep
+
6
−
2
View file @
bcb25400
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment