Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
e3-devlib2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ESS EPICS Environment
wrappers
e3-devlib2
Commits
5cc8d518
Commit
5cc8d518
authored
3 years ago
by
Anders Lindh Olsson
Browse files
Options
Downloads
Patches
Plain Diff
remove commented out code and unmaintained files
parent
d1b03abd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7
E3-268
Pipeline
#86945
passed
3 years ago
Stage: check
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure/CONFIG_MODULE
+3
-11
3 additions, 11 deletions
configure/CONFIG_MODULE
configure/CONFIG_MODULE_DEV
+0
-18
0 additions, 18 deletions
configure/CONFIG_MODULE_DEV
configure/RELEASE_DEV
+0
-11
0 additions, 11 deletions
configure/RELEASE_DEV
devlib2.Makefile
+4
-30
4 additions, 30 deletions
devlib2.Makefile
with
7 additions
and
70 deletions
configure/CONFIG_MODULE
+
3
−
11
View file @
5cc8d518
EPICS_MODULE_NAME:=devlib2
#
EPICS_MODULE_TAG:=tags/2.11
#
E3_MODULE_VERSION:=2.11.0
#
E3_MODULE_NAME:=$(EPICS_MODULE_NAME)
#
E3_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME)
#
E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
#
-include $(TOP)/configure/CONFIG_OPTIONS
# The definitions shown below can also be placed in an untracked CONFIG_MODULE*.local
-include $(TOP)/configure/CONFIG_MODULE.local
#
-include $(TOP)/configure/CONFIG_OPTIONS
# The definitions shown below can also be placed in an untracked CONFIG_MODULE*.local
-include $(TOP)/configure/CONFIG_MODULE.local
#
This diff is collapsed.
Click to expand it.
configure/CONFIG_MODULE_DEV
deleted
100644 → 0
+
0
−
18
View file @
d1b03abd
EPICS_MODULE_NAME:=devlib2
#
EPICS_MODULE_TAG:=master
#
E3_MODULE_VERSION:=develop
#
E3_MODULE_NAME:=$(EPICS_MODULE_NAME)
#
E3_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME)-dev
#
E3_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
#
E3_MODULE_DEV_GITURL:="https://github.com/epics-modules/devlib2"
#
-include $(TOP)/configure/CONFIG_OPTIONS
# The definitions shown below can also be placed in an untracked CONFIG_MODULE*.local
-include $(TOP)/configure/CONFIG_MODULE_DEV.local
#
This diff is collapsed.
Click to expand it.
configure/RELEASE_DEV
deleted
100644 → 0
+
0
−
11
View file @
d1b03abd
#
EPICS_BASE=/epics/base-7.0.5
E3_REQUIRE_NAME:=require
E3_REQUIRE_VERSION:=3.4.0
# The definitions shown below can also be placed in an untracked RELEASE_DEV.local
-include $(TOP)/../../RELEASE_DEV.local
-include $(TOP)/../RELEASE_DEV.local
-include $(TOP)/configure/RELEASE_DEV.local
This diff is collapsed.
Click to expand it.
devlib2.Makefile
+
4
−
30
View file @
5cc8d518
#
# Copyright (c) 2018 - 2019 European Spallation Source ERIC
#
# The program is free software: you can redistribute
# it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 2 of the
# License, or any newer version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see https://www.gnu.org/licenses/gpl-2.0.txt
#
#
# Author : Jeong Han Lee
# email : han.lee@esss.se
# Date : Wednesday, March 20 09:59:26 CET 2019
# version : 0.0.1
#
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include ${E3_REQUIRE_TOOLS}/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
...
...
@@ -77,7 +54,7 @@ DBDS += $(PCIAPP)/epicspci.dbd
# We don't need the following parts in near future
# Remove for build with 2.11.0
# WL - 2021
0
-03-04
# WL - 2021-03-04
VMEAPP:= vmeApp
...
...
@@ -92,11 +69,8 @@ SOURCES += $(VMEAPP)/devlib_compat.c
DBDS += $(VMEAPP)/epicsvme.dbd
# db rule is the default in RULES_E3, so add the empty one
.PHONY: db
db:
#
.PHONY: vlibs
vlibs:
#
.PHONY: vlibs db
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