Reorganized iocsh command registration to untangle the build order.

The iocsh core is now part of libCom, and commands are registered locally
with a Register routine for each IOC library.
This commit is contained in:
Andrew Johnson
2007-03-13 17:54:23 +00:00
parent bc01dca042
commit 70cc7eaab9
59 changed files with 1055 additions and 1372 deletions
+4 -5
View File
@@ -11,16 +11,15 @@ TOP=../..
include $(TOP)/configure/CONFIG
#YACCOPT := -l
#LEXOPT := -L
INC += dbLoadTemplate.h
INC += dbtoolsIocRegister.h
LIBSRCS += dbLoadTemplate.c
LIB_SRCS += dbLoadTemplate.c
LIB_SRCS += dbtoolsIocRegister.c
LIBRARY_IOC = dbtoolsIoc
dbtoolsIoc_LIBS = dbIoc Com
dbtoolsIoc_LIBS = dbIoc dbStaticIoc Com
dbtoolsIoc_RCS_WIN32 = dbtoolsIoc.rc