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.15 1996/05/31 23:38:26 tamches
8 # removed libpdutilPVM since not used any more
10 # Revision 1.14 1996/02/22 18:39:13 karavan
11 # added circularBuffer class
13 # Revision 1.13 1996/02/16 20:09:08 tamches
16 # Revision 1.12 1996/01/11 03:43:53 tamches
19 # Revision 1.11 1995/12/20 18:33:00 newhall
22 # Revision 1.10 1995/12/09 05:06:19 tamches
25 # Revision 1.9 1995/12/08 05:51:16 tamches
28 # Revision 1.8 1995/11/06 19:21:43 tamches
29 # added dictionaryLite
35 SRCS += ../src/String.C \
36 ../src/DictionaryLite.C \
39 ../src/aggregateSample.C \
46 ../src/PriorityQueue.C \
48 ../src/CircularBuffer.C
50 OBJS += String.o DictionaryLite.o \
51 lprintf.o rpcUtil.o aggregateSample.o \
52 stringPool.o hist.o timing.o \
53 makenan.o pathName.o \
54 PriorityQueue.o CircularBuffer.o