Skip to content
Snippets Groups Projects
Commit 63642562 authored by mooney's avatar mooney
Browse files

Added areaDetector for Linux

parent dcb11203
No related branches found
No related tags found
No related merge requests found
...@@ -135,9 +135,11 @@ endif ...@@ -135,9 +135,11 @@ endif
endif endif
endif endif
ifeq ($(OS_CLASS), Linux) ifeq (linux-x86,$(findstring linux-x86, $(T_A)))
DBD += iocxxxLinux.dbd DBD += iocxxxLinux.dbd
iocxxxLinux_DBD += xxxCommonInclude.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 # 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. # support, set LINUX_NET_INSTALLED to YES in <synApps>/configure/CONFIG_SITE.
...@@ -252,7 +254,7 @@ ifneq ("",$(findstring linux, $(T_A))) ...@@ -252,7 +254,7 @@ ifneq ("",$(findstring linux, $(T_A)))
endif endif
# areaDetector provides a Makefile for things it needs and supplies # areaDetector provides a Makefile for things it needs and supplies
# -include $(AREA_DETECTOR)/ADApp/commonDriverMakefile -include $(AREA_DETECTOR)/ADApp/commonDriverMakefile
#=========================== #===========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment