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