From 89c09e37254d3b8c01b6602f46c3a26b5d1f18fe Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Thu, 8 Jan 2009 20:35:00 +0000
Subject: [PATCH] switch to 3.14.10 makeBaseApp.pl structure

---
 configure/CONFIG_APP | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 configure/CONFIG_APP

diff --git a/configure/CONFIG_APP b/configure/CONFIG_APP
deleted file mode 100644
index b1f4ba1..0000000
--- a/configure/CONFIG_APP
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_APP
-
-include $(TOP)/configure/RELEASE
--include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
--include $(TOP)/configure/RELEASE.Common.$(T_A)
--include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A)
-
-CONFIG=$(EPICS_BASE)/configure
-include $(CONFIG)/CONFIG
-
-INSTALL_LOCATION = $(TOP)
-ifdef INSTALL_LOCATION_APP
-INSTALL_LOCATION = $(INSTALL_LOCATION_APP)
-endif
-
-ifdef T_A
--include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE
-endif
-
-# dbst based database optimization (default: NO)
-DB_OPT = NO
-- 
GitLab