avoided embedded TOP for non sub-modules
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ..
|
||||
TOP = ../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
DIRS += ioc/db
|
||||
|
||||
@@ -6,12 +6,13 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
CURDIR := $(or $(dir $(lastword $(MAKEFILE_LIST))), .)
|
||||
TOP = ../../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# Allow access to private headers in db/
|
||||
USR_CPPFLAGS = -I $(TOP)/src/ioc/db
|
||||
USR_CPPFLAGS += -I $(CURDIR)/../../../src/ioc/db
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = dbTestIoc
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
|
||||
@@ -7,10 +7,12 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = Recs
|
||||
|
||||
Recs_SRCS += xRecord.c
|
||||
|
||||
@@ -8,6 +8,8 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = Recs
|
||||
|
||||
Recs_SRCS += ioRecord.c
|
||||
|
||||
@@ -7,9 +7,11 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../../..
|
||||
TOP = ../../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
USR_CPPFLAGS += -DUSE_TYPED_RSET
|
||||
|
||||
TESTLIBRARY = dbRecStdTest
|
||||
|
||||
dbRecStdTest_SRCS += asTestLib.c
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# in the file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ../..
|
||||
TOP = ../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user