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.8 1995/11/06 19:21:43 tamches
10 # Revision 1.7 1995/07/16 03:28:31 tamches
11 # Split string class into a .h and .C component; strings can now
12 # automatically convert numerical representations.
14 # Revision 1.6 1995/04/06 22:19:28 jcargill
15 # Moved setting of INSTANTIATE_TEMPLATES down into arch-specific Makefiles,
16 # since it must be set before make.config is read.
18 # Revision 1.5 1995/04/05 20:24:12 jcargill
19 # Removed CXXFLAGS brokenness; added INSTANTIATE_TEMPLATES instead
21 # Revision 1.4 1995/03/11 06:02:19 krisna
22 # library name change to include pd- prefix
24 # Revision 1.3 1995/02/27 18:17:39 tamches
25 # Removed tunable constant files from the util-lib
27 # Revision 1.2 1995/02/16 09:21:22 markc
28 # Added template support
30 # Revision 1.1 1995/01/30 18:11:52 jcargill
31 # Major build system reorganization
36 TARGET2 = libpdutilPVM.a
38 SRCS += ../src/String.C \
39 ../src/DictionaryLite.C \
42 ../src/aggregateSample.C \
47 OBJS += String.o DictionaryLite.o \
48 lprintf.o rpcUtil.o aggregateSample.o \
49 stringPool.o hist.o timing.o
54 all: $(TARGET) $(TARGET2)