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
dcb11203
Commit
dcb11203
authored
13 years ago
by
rivers
Browse files
Options
Downloads
Patches
Plain Diff
Fixes to allow dxp to build on Cygwin, win32-x86, and windows-x64
parent
d6f76d71
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
+10
-5
10 additions, 5 deletions
xxxApp/src/Makefile
with
10 additions
and
5 deletions
xxxApp/src/Makefile
+
10
−
5
View file @
dcb11203
...
...
@@ -35,7 +35,7 @@ PROD_IOC = xxx
# doesn't matter, but the order of libraries does.
# <name>.dbd will be created from <name>Include.dbd
ifeq
(
$(T_A),
win32-x86)
ifeq
(
win32-x86,$(findstring
win32-x86
, $(T_A))
)
DBD
+=
iocxxxWin32.dbd
iocxxxWin32_DBD
+=
xxxCommonInclude.dbd
...
...
@@ -46,7 +46,9 @@ ifeq ($(T_A), win32-x86)
# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
# then uncomment the following lines
iocxxxWin32_DBD
+=
dxpSupport.dbd
iocxxxWin32_DBD
+=
ADSupport.dbd NDFileNetCDF.dbd
xxx_LIBS_WIN32
+=
dxp handel
xxx_LIBS_WIN32
+=
ADBase NDPlugin netCDF
xxx_LIBS_WIN32
+=
DLPORTIO PlxApi
xxx_SYS_LIBS_WIN32
+=
setupapi
...
...
@@ -55,13 +57,13 @@ ifeq ($(T_A), win32-x86)
endif
endif
ifeq
(
$(T_A),
windows-x64)
ifeq
(
windows-x64,$(findstring
windows-x64
, $(T_A))
)
DBD
+=
iocxxxWin64.dbd
iocxxxWin64_DBD
+=
xxxCommonInclude.dbd
# If your host supports libpcap and libnet and you want to build Canberra network
# support uncomment the following line
#
iocxxxWin32_DBD += mcaCanberraSupport.dbd
iocxxxWin32_DBD
+=
mcaCanberraSupport.dbd
ifdef
DEVIOCSTATS
iocxxxWin32_DBD
+=
devIocStats.dbd iocAdmin.dbd
...
...
@@ -73,12 +75,16 @@ ifeq ($(EPICS_HOST_ARCH), cygwin-x86)
iocxxxCygwin_DBD
+=
xxxCommonInclude.dbd
# If you want to build parallel port or USB interfaces to Saturn and/or xMAP DXP
# then uncomment the following
two
lines
# then uncomment the following
six
lines
iocxxxCygwin_DBD
+=
dxpSupport.dbd
iocxxxCygwin_DBD
+=
ADSupport.dbd NDFileNetCDF.dbd
xxx_LIBS_cygwin32
+=
dxp handel
xxx_LIBS_cygwin32
+=
ADBase NDPlugin netCDF
xxx_SYS_LIBS_cygwin32
+=
DLPORTIO PlxApi
xxx_SYS_LIBS_cygwin32
+=
setupapi
xxx_SYS_LIBS_cygwin32
+=
$(
CYGWIN_RPC_LIB
)
ifdef
DEVIOCSTATS
iocxxxCygwin_DBD
+=
devIocStats.dbd iocAdmin.dbd
endif
...
...
@@ -194,7 +200,6 @@ xxx_Common_LIBS += ip
xxx_Common_LIBS
+=
Acs acsTech80 Aerotech Attocube Faulhaber Ims KohzuMotor Mclennan
xxx_Common_LIBS
+=
Micos MicroMo NewFocus Newport Oriel PI PIJena Parker SmartMotor
xxx_Common_LIBS
+=
ThorLabs softMotor motorSimSupport motor
#xxx_Common_LIBS += simDetector NDPlugin netCDF ADBase
xxx_Common_LIBS
+=
asyn
xxx_Common_LIBS
+=
stream streamSynApps
xxx_Common_LIBS
+=
seqDev
seq
pv
...
...
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