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
c6b7c39e
Commit
c6b7c39e
authored
11 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
areaDetector for vxWorks, sscanProgressSupport.dbd, ifdef CAMAC
parent
bbc583eb
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
+13
-7
13 additions, 7 deletions
xxxApp/src/Makefile
with
13 additions
and
7 deletions
xxxApp/src/Makefile
+
13
−
7
View file @
c6b7c39e
...
...
@@ -102,6 +102,12 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
iocxxxVX_DBD
+=
xxxCommonInclude.dbd
iocxxxVX_DBD
+=
NDFileNetCDF.dbd
iocxxxVX_DBD
+=
simDetectorSupport.dbd ADSupport.dbd NDPluginSupport.dbd
xxx_LIBS_vxWorks
+=
ADBase NDPlugin netCDF ADBase
xxx_LIBS_vxWorks
+=
simDetector
iocxxxVX_DBD
+=
vmeVXSupport.dbd
iocxxxVX_DBD
+=
stdVXSupport.dbd
iocxxxVX_DBD
+=
ipVXSupport.dbd
...
...
@@ -109,9 +115,10 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
iocxxxVX_DBD
+=
ipUnidigSupport.dbd
iocxxxVX_DBD
+=
dac128VSupport.dbd
iocxxxVX_DBD
+=
ip330Support.dbd
ifdef
CAMAC
iocxxxVX_DBD
+=
camacSupport.dbd
iocxxxVX_DBD
+=
devCamacSupport.dbd
endif
ifdef
ALLEN_BRADLEY
iocxxxVX_DBD
+=
allenBradley.dbd
endif
...
...
@@ -200,7 +207,7 @@ xxx_SRCS_Darwin += iocxxxDarwin_registerRecordDeviceDriver.cpp xxxMain.cpp
xxx_Common_LIBS
+=
mca
xxx_Common_LIBS
+=
calc
xxx_Common_LIBS
+=
busy
xxx_Common_LIBS
+=
sscan
xxx_Common_LIBS
+=
sscan
scanProgress
xxx_Common_LIBS
+=
autosave
xxx_Common_LIBS
+=
optics
xxx_Common_LIBS
+=
std
...
...
@@ -225,7 +232,9 @@ xxx_LIBS_vxWorks += mcaCanberra
xxx_LIBS_vxWorks
+=
ip330
xxx_LIBS_vxWorks
+=
ipUnidig
xxx_LIBS_vxWorks
+=
dac128V
ifdef
CAMAC
xxx_LIBS_vxWorks
+=
camac devCamac
endif
xxx_LIBS_vxWorks
+=
love
ifndef
DEVIOCSTATS
xxx_LIBS_vxWorks
+=
vxStats
...
...
@@ -247,11 +256,8 @@ xxx_LIBS_Darwin += $(xxx_Common_LIBS)
# areaDetector provides a Makefile for things it needs and supplies
ifneq
(solaris,$(findstring solaris, $(T_A)))
ifneq
(vxWorks,$(findstring vxWorks, $(T_A)))
-include
$(AREA_DETECTOR)/ADApp/commonDriverMakefile
endif
endif
-include
$(AREA_DETECTOR)/ADApp/commonDriverMakefile
#===========================
include
$(TOP)/configure/RULES
...
...
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