fix build after reorg

This commit is contained in:
Michael Davidsaver
2012-04-27 13:25:25 -04:00
parent ceabe74653
commit cb175516d6
3 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -55,7 +55,7 @@ menuGlobal_DBD += menuSimm.dbd
DBDINC += $(basename $(menuGlobal_DBD))
DBDINC += dbCommon
DBD_INSTALLS += filters.dbd
DBD_INSTALLS += ../db/filters/filters.dbd
dbCore_SRCS += dbLock.c
@@ -88,6 +88,8 @@ dbCore_SRCS += dbIocRegister.c
dbCore_SRCS += chfPlugin.c
dbCore_SRCS += dbState.c
SRC_DIRS += $(IOCDIR)/db/filters
dbCore_SRCS += ts.c
dbCore_SRCS += dbnd.c
dbCore_SRCS += arr.c
+2 -2
View File
@@ -6,11 +6,11 @@
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
TOP=../../../..
TOP=../../../../..
include $(TOP)/configure/CONFIG
PROD_LIBS += dbIoc miscIoc registryIoc ca Com
PROD_LIBS += dbCore ca Com
TESTPROD_HOST += tsTest
tsTest_SRCS += tsTest.c
+4 -4
View File
@@ -22,25 +22,25 @@ TESTSPEC_vxWorks = callbackTest.munch; callbackTest
TESTPROD_HOST += dbChannelTest
dbChannelTest_SRCS += dbChannelTest.c
dbChannelTest_LIBS += dbIoc dbStaticHost
dbChannelTest_LIBS += dbCore
OBJS_IOC_vxWorks += dbChannelTest
TESTS += dbChannelTest
TESTPROD_HOST += chfPluginTest
chfPluginTest_SRCS += chfPluginTest.c
chfPluginTest_LIBS += dbIoc dbStaticHost
chfPluginTest_LIBS += dbCore
OBJS_IOC_vxWorks += chfPluginTest
TESTS += chfPluginTest
TESTPROD_HOST += arrShorthandTest
arrShorthandTest_SRCS += arrShorthandTest.c
arrShorthandTest_LIBS += dbIoc dbStaticHost
arrShorthandTest_LIBS += dbCore
OBJS_IOC_vxWorks += arrShorthandTest
TESTS += arrShorthandTest
TESTPROD_HOST += dbStateTest
dbStateTest_SRCS += dbStateTest.c
dbStateTest_LIBS += dbIoc dbStaticHost
dbStateTest_LIBS += dbCore
OBJS_IOC_vxWorks += dbStateTest
TESTS += dbStateTest