From aa9b36d7f98adb3d86f32ac4a7800084811ead46 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 23 Sep 2008 20:23:30 +0000 Subject: [PATCH] Cosmetic. --- src/catools/Makefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/catools/Makefile b/src/catools/Makefile index e4f115d3f..966515c14 100644 --- a/src/catools/Makefile +++ b/src/catools/Makefile @@ -1,12 +1,11 @@ #************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. # Copyright (c) 2002 Berliner Elektronenspeicherringgesellschaft fuer # Synchrotronstrahlung. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found +# EPICS BASE is distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* TOP=../.. @@ -14,21 +13,18 @@ TOP=../.. include $(TOP)/configure/CONFIG SHARED_LIBRARIES = NO -#STATIC_BUILD=YES +# Build but don't install catools as a static library LIBRARY_HOST += catools +INSTALL_LIBS = catools_SRCS += tool_lib.c - catools_LIBS += ca Com -#Remove LIBNAME from the library names to be installed (make it a local library) -INSTALL_LIBS= $(addprefix $(INSTALL_LIB)/,$(filterout $(TESTLIBNAME),$(LIBNAME))) - +# Build and link programs against the catools library PROD_HOST += caget camonitor cainfo caput PROD_LIBS += catools ca Com - -catools_DIR=. +catools_DIR = . include $(TOP)/configure/RULES