From 636425626af50f8c1ab97848fbe4435cd870d6df Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Thu, 8 Sep 2011 19:05:06 +0000 Subject: [PATCH] Added areaDetector for Linux --- xxxApp/src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xxxApp/src/Makefile b/xxxApp/src/Makefile index a19abd7..f867e74 100644 --- a/xxxApp/src/Makefile +++ b/xxxApp/src/Makefile @@ -135,9 +135,11 @@ endif endif endif -ifeq ($(OS_CLASS), Linux) +ifeq (linux-x86,$(findstring linux-x86, $(T_A))) DBD += iocxxxLinux.dbd iocxxxLinux_DBD += xxxCommonInclude.dbd + iocxxxLinux_DBD += ADSupport.dbd NDFileNetCDF.dbd + xxx_LIBS_Linux += ADBase NDPlugin netCDF # If your host supports libpcap and libnet and you want to build Canberra network # support, set LINUX_NET_INSTALLED to YES in <synApps>/configure/CONFIG_SITE. @@ -252,7 +254,7 @@ ifneq ("",$(findstring linux, $(T_A))) endif # areaDetector provides a Makefile for things it needs and supplies -# -include $(AREA_DETECTOR)/ADApp/commonDriverMakefile + -include $(AREA_DETECTOR)/ADApp/commonDriverMakefile #=========================== -- GitLab