add standalone stuff for 3.13 build

This commit is contained in:
2017-01-30 16:41:03 +01:00
parent 146a8c895f
commit 2de8e916b2
27 changed files with 604 additions and 27 deletions

View File

@ -3,20 +3,22 @@ TOP = ..
# Look if we have EPICS R3.13 or R3.14
ifneq ($(wildcard $(TOP)/configure),)
# EPICS R3.14
DIRS = configure
include $(TOP)/configure/CONFIG
else ifneq ($(wildcard $(TOP)/config),)
# EPICS R3.13
include $(TOP)/config/CONFIG_APP
CONFIG = $(TOP)/config
DIRS = config
include $(TOP)/config/CONFIG_APP
else
TOP = .
DIRS = configure
include $(TOP)/configure/CONFIG
endif
DIRS = configure
DIRS += src
src_DEPEND_DIRS = configure
DIRS += streamApp
streamApp_DEPEND_DIRS = src
include $(CONFIG)/RULES_TOP
include $(CONFIG)/RULES_DIRS