Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
e1e2e49c
Commit
e1e2e49c
authored
14 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Build dbd file for vxWorks here
Add areaDetector libs for vxWorks
parent
4b45505c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xxxApp/src/Makefile
+40
-2
40 additions, 2 deletions
xxxApp/src/Makefile
with
40 additions
and
2 deletions
xxxApp/src/Makefile
+
40
−
2
View file @
e1e2e49c
...
...
@@ -60,9 +60,42 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
endif
ifeq
(
$(OS_CLASS), vxWorks
)
ifeq
(
vxWorks,$(findstring vxWorks, $(T_A))
)
DBD
+=
iocxxxVX.dbd
iocxxxVX_DBD
+=
iocxxxVXInclude.dbd
#iocxxxVX_DBD += iocxxxVXInclude.dbd
iocxxxVX_DBD
+=
xxxCommonInclude.dbd
iocxxxVX_DBD
+=
vmeVXSupport.dbd
iocxxxVX_DBD
+=
stdVXSupport.dbd
iocxxxVX_DBD
+=
ipVXSupport.dbd
iocxxxVX_DBD
+=
mcaSISSupport.dbd
iocxxxVX_DBD
+=
ipUnidigSupport.dbd
iocxxxVX_DBD
+=
dac128VSupport.dbd
iocxxxVX_DBD
+=
ip330Support.dbd
iocxxxVX_DBD
+=
camacSupport.dbd
iocxxxVX_DBD
+=
devCamacSupport.dbd
iocxxxVX_DBD
+=
dxpSupport.dbd
iocxxxVX_DBD
+=
allenBradley.dbd
iocxxxVX_DBD
+=
quadEMSupport.dbd
iocxxxVX_DBD
+=
mcaCanberraSupport.dbd
iocxxxVX_DBD
+=
devLove.dbd
# from ipac
iocxxxVX_DBD
+=
tyGSOctal.dbd
iocxxxVX_DBD
+=
drvIpac.dbd
# from asyn
iocxxxVX_DBD
+=
drvGsIP488.dbd
iocxxxVX_DBD
+=
vxStats.dbd
iocxxxVX_DBD
+=
softGlueSupport.dbd
# from motor
iocxxxVX_DBD
+=
devDeltaTau.dbd
iocxxxVX_DBD
+=
devOms.dbd
# from areaDetector
iocxxxVX_DBD
+=
ADSupport.dbd
iocxxxVX_DBD
+=
simDetectorSupport.dbd
#iocxxxVX_DBD += pluginSupport.dbd
iocxxxVX_DBD
+=
AD_pluginSupportVX.dbd
endif
ifeq
($(OS_CLASS), Linux)
...
...
@@ -132,6 +165,11 @@ xxx_LIBS_vxWorks += vme
xxx_LIBS_vxWorks
+=
TyGSOctal Ipac
xxx_LIBS_vxWorks
+=
oms DeltaTau
xxx_LIBS_vxWorks
+=
softGlue
# areaDetector stuff
xxx_LIBS_vxWorks
+=
simDetector
xxx_LIBS_vxWorks
+=
NDPlugin
xxx_LIBS_vxWorks
+=
netCDF
xxx_LIBS_vxWorks
+=
ADBase
#The following adds support from base/src/vxWorks
xxx_OBJS_vxWorks
+=
$(
EPICS_BASE_BIN
)
/vxComLibrary
...
...
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