From 11925a7168a7b47aa3e858de3a17d0ae1b5b2bb4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 14 Aug 1996 14:33:48 +0000 Subject: [PATCH] Added sch2edif and e2db and flags. --- config/CONFIG_SITE | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/CONFIG_SITE b/config/CONFIG_SITE index 9be3964b4..13d4a95ed 100644 --- a/config/CONFIG_SITE +++ b/config/CONFIG_SITE @@ -95,3 +95,15 @@ UNIX_WARN=YES # must be either YES or NO VX_WARN=YES +# sch2edif compiler and flags +SCH2EDIF = sch2edif +SCH2EDIF_PATH = +SCH2EDIF_SYSFLAGS = -n -ap -p.+..+$(SCH2EDIF_PATH)+$(EPICS_EXTENSIONS)/templates/capfast/sym+ +SCH2EDIF_FLAGS = + +# e2db and flags +# - again there is an assumption where edb.def is installed. +E2DB = $(EPICS_EXTENSIONS)/bin/$(HOST_ARCH)/e2db +E2DB_SYSFLAGS = -ate -d $(EPICS_EXTENSIONS)/templates/capfast/edb.def +E2DB_FLAGS = +