avoided embedded TOP for non sub-modules

This commit is contained in:
Michael Davidsaver
2018-11-05 15:57:55 -08:00
parent a8fdf2efeb
commit 49b323b93c
63 changed files with 60 additions and 1003 deletions

View File

@@ -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

View File

@@ -8,6 +8,8 @@ TOP=../../..
include $(TOP)/configure/CONFIG
USR_CPPFLAGS += -DUSE_TYPED_RSET
TESTLIBRARY = Recs
Recs_SRCS += ioRecord.c

View File

@@ -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