Drop the catools static library.

This commit is contained in:
Andrew Johnson
2012-07-24 11:17:08 -05:00
parent 4ee3628b2b
commit 9df75bb11c

View File

@@ -12,21 +12,18 @@ TOP=../../../..
include $(TOP)/configure/CONFIG
SHARED_LIBRARIES = NO
# Build but don't install catools as a static library
TESTLIBRARY += catools
catools_SRCS += tool_lib.c
catools_LIBS += ca Com
# Build and link programs against the catools library
PROD_DEFAULT += caget camonitor cainfo caput
PROD_vxWorks = -nil-
PROD_RTEMS = -nil-
PROD_iOS = -nil-
PROD_LIBS += catools ca Com
catools_DIR = .
PROD_SRCS = tool_lib.c
caget_SRCS = caget.c
caput_SRCS = caput.c
camonitor_SRCS = camonitor.c
cainfo_SRCS = cainfo.c
PROD_LIBS = ca Com
include $(TOP)/configure/RULES