From: hadaq Date: Wed, 22 Feb 2012 13:05:20 +0000 (+0000) Subject: local version to RELEASE X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f05b782ec15a68ad34da9ff618f4a8a259b1679a;p=daqdata.git local version to RELEASE --- diff --git a/ebctrl/ioc/configure/RELEASE.hadesdaq02 b/ebctrl/ioc/configure/RELEASE.hadesdaq02 new file mode 100644 index 0000000..4c6a193 --- /dev/null +++ b/ebctrl/ioc/configure/RELEASE.hadesdaq02 @@ -0,0 +1,30 @@ +#RELEASE Location of external products +# +# IF YOU MAKE ANY CHANGES to this file you MUST at least run +# "gnumake" in this directory afterwards; you usually need +# to run "gnumake rebuild" in the application's top level +# directory each time this file is changed. +# +# NOTE: The build does not check dependencies against files +# that are outside this application, thus you should run +# "gnumake distclean install" in the top directory each time +# EPICS_BASE, SNCSEQ, or any other external module defined +# in the RELEASE file is rebuilt. +# +# Host/target specific settings can be specified in files named +# RELEASE.$(EPICS_HOST_ARCH).Common +# RELEASE.Common.$(T_A) +# RELEASE.$(EPICS_HOST_ARCH).$(T_A) + +TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top + +#If using the sequencer, point SNCSEQ at its top directory: +#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq + +# EPICS_BASE usually appears last so other apps can override stuff: +EPICS_BASE=/home/scs/EPICS/gcc-4.4/EPICS-3.14.10_linux-x86_64_cris/base + +#Capfast users may need the following definitions +#CAPFAST_TEMPLATES= +#SCH2EDIF_PATH= +