avoided embedded TOP for non sub-modules
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ..
|
||||
TOP = ../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# PDB Tools
|
||||
|
||||
@@ -6,12 +6,14 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
TOP=../..
|
||||
IOCDIR := $(or $(dir $(lastword $(MAKEFILE_LIST))), .)
|
||||
TOP=../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
SRC = $(TOP)/src
|
||||
IOCDIR = $(SRC)/ioc
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
SHRLIB_VERSION = 3.17.0
|
||||
|
||||
LIBRARY_IOC += dbCore
|
||||
dbCore_LIBS += ca Com
|
||||
|
||||
@@ -6,11 +6,13 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../..
|
||||
STDDIR := $(or $(dir $(lastword $(MAKEFILE_LIST))), .)
|
||||
TOP = ../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
STDDIR=$(TOP)/src/std
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
SHRLIB_VERSION = 3.17.0
|
||||
|
||||
LIBRARY_IOC += dbRecStd
|
||||
dbRecStd_LIBS = dbCore ca Com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
TOP=../..
|
||||
TOP=../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
TOP=../..
|
||||
TOP=../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user