From 9df75bb11cf2da4db683b72dc9ddde1a3054e712 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 24 Jul 2012 11:17:08 -0500 Subject: [PATCH] Drop the catools static library. --- src/ca/client/tools/Makefile | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/ca/client/tools/Makefile b/src/ca/client/tools/Makefile index 93132fe06..0e14c72c9 100644 --- a/src/ca/client/tools/Makefile +++ b/src/ca/client/tools/Makefile @@ -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