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
dd2f2014
Commit
dd2f2014
authored
13 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
if linux now doesn't require -x86 suffix
net and pcap if LINUX_NET_INSTALLED usb if LINUX_USB_INSTALLED
parent
7bd5f1fa
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
+3
-11
3 additions, 11 deletions
xxxApp/src/Makefile
with
3 additions
and
11 deletions
xxxApp/src/Makefile
+
3
−
11
View file @
dd2f2014
...
...
@@ -132,7 +132,7 @@ endif
endif
endif
ifeq
(
linux-x86
,$(findstring linux
-x86
, $(T_A)))
if
n
eq
(
""
,$(findstring linux, $(T_A)))
DBD
+=
iocxxxLinux.dbd
iocxxxLinux_DBD
+=
xxxCommonInclude.dbd
iocxxxLinux_DBD
+=
ADSupport.dbd NDFileNetCDF.dbd
...
...
@@ -145,12 +145,14 @@ ifeq (linux-x86,$(findstring linux-x86, $(T_A)))
ifeq
($(LINUX_NET_INSTALLED), YES)
iocxxxLinux_DBD
+=
mcaCanberraSupport.dbd
xxx_LIBS_Linux
+=
mcaCanberra
xxx_SYS_LIBS_Linux
+=
net pcap
endif
# If your host supports parallel port or USB interfaces to Saturn DXP, set
# LINUX_USB_INSTALLED to YES in <synApps>/configure/CONFIG_SITE.
ifeq
($(LINUX_USB_INSTALLED), YES)
iocxxxLinux_DBD
+=
dxpSupport.dbd
xxx_LIBS_Linux
+=
dxp handel
xxx_SYS_LIBS_Linux
+=
usb
endif
ifdef
DEVIOCSTATS
...
...
@@ -238,16 +240,6 @@ xxx_LIBS_cygwin32 += $(xxx_Common_LIBS)
xxx_LIBS_WIN32
+=
$(
xxx_Common_LIBS
)
xxx_LIBS_Darwin
+=
$(
xxx_Common_LIBS
)
# If the host has libnet and libpcap for mca/Canberra support
# uncomment the following line.
#xxx_SYS_LIBS_Linux += net pcap
# For USB support on Saturn uncomment the following:
ifneq
("",$(findstring linux, $(T_A)))
ifeq
($(LINUX_USB_INSTALLED), YES)
xxx_SYS_LIBS_Linux
+=
usb
endif
endif
# areaDetector provides a Makefile for things it needs and supplies
ifneq
(solaris,$(findstring solaris, $(T_A)))
...
...
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