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
a9253471
Commit
a9253471
authored
20 years ago
by
Ron Sluiter
Browse files
Options
Downloads
Patches
Plain Diff
Make building mcaCanberra from a Linux host an option.
parent
203f9f37
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
+5
-2
5 additions, 2 deletions
xxxApp/src/Makefile
with
5 additions
and
2 deletions
xxxApp/src/Makefile
+
5
−
2
View file @
a9253471
...
...
@@ -78,14 +78,17 @@ xxx_vxWorks_LIBS += TyGSOctal Ipac
xxx_OBJS_vxWorks
+=
$(
EPICS_BASE_BIN
)
/vxComLibrary
xxx_Linux_LIBS
+=
dxp handel
xxx_Linux_LIBS
+=
mcaCanberra
# If libnet IS installed on your HOST Linux system;
# uncomment the following line.
#xxx_Linux_LIBS += mcaCanberra
xxx_LIBS_DEFAULT
=
$(
xxx_Common_LIBS
)
xxx_LIBS_vxWorks
=
$(
xxx_vxWorks_LIBS
)
$(
xxx_Common_LIBS
)
xxx_LIBS_Linux
=
$(
xxx_Linux_LIBS
)
$(
xxx_Common_LIBS
)
# If the host has libnet and libpcap for mca/Canberra support
xxx_SYS_LIBS_Linux
+=
net pcap
# uncomment the following line.
#xxx_SYS_LIBS_Linux += net pcap
xxx_SYS_LIBS_vxWorks
+=
-nil-
#===========================
...
...
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