2 # Common makefile template for util library. This file is not
3 # intended to be a useful Makefile in isolation; instead, it should be
4 # included from within an architecture-specific Makefile.
6 # $Log: make.module.tmpl,v $
7 # Revision 1.6 1995/04/06 22:19:28 jcargill
8 # Moved setting of INSTANTIATE_TEMPLATES down into arch-specific Makefiles,
9 # since it must be set before make.config is read.
11 # Revision 1.5 1995/04/05 20:24:12 jcargill
12 # Removed CXXFLAGS brokenness; added INSTANTIATE_TEMPLATES instead
14 # Revision 1.4 1995/03/11 06:02:19 krisna
15 # library name change to include pd- prefix
17 # Revision 1.3 1995/02/27 18:17:39 tamches
18 # Removed tunable constant files from the util-lib
20 # Revision 1.2 1995/02/16 09:21:22 markc
21 # Added template support
23 # Revision 1.1 1995/01/30 18:11:52 jcargill
24 # Major build system reorganization
29 TARGET2 = libpdutilPVM.a
31 SRCS += ../src/lprintf.C \
33 ../src/aggregateSample.C \
38 OBJS += lprintf.o rpcUtil.o aggregateSample.o \
39 stringPool.o hist.o timing.o
44 all: $(TARGET) $(TARGET2)