From a9253471729805b216469d3c409686d310b86618 Mon Sep 17 00:00:00 2001 From: Ron Sluiter <rsluiter@users.noreply.github.com> Date: Thu, 6 Jan 2005 22:56:27 +0000 Subject: [PATCH] Make building mcaCanberra from a Linux host an option. --- xxxApp/src/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index 5bbb254..819b283 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -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- #=========================== -- GitLab