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.18 1997/04/21 16:57:12 hseom
8 # added support for trace data (in a byte array)
10 # Revision 1.1.1.3 1997/04/01 20:36:53 buck
11 # Update Maryland repository with latest from Wisconsin.
13 # Revision 1.17 1997/01/14 23:50:21 tamches
14 # added debugOstream.C
16 # Revision 1.16 1996/10/31 07:35:21 tamches
19 # Revision 1.15 1996/05/31 23:38:26 tamches
20 # removed libpdutilPVM since not used any more
22 # Revision 1.14 1996/02/22 18:39:13 karavan
23 # added circularBuffer class
25 # Revision 1.13 1996/02/16 20:09:08 tamches
28 # Revision 1.12 1996/01/11 03:43:53 tamches
31 # Revision 1.11 1995/12/20 18:33:00 newhall
34 # Revision 1.10 1995/12/09 05:06:19 tamches
37 # Revision 1.9 1995/12/08 05:51:16 tamches
40 # Revision 1.8 1995/11/06 19:21:43 tamches
41 # added dictionaryLite
47 SRCS += ../src/String.C \
49 ../src/DictionaryLite.C \
52 ../src/aggregateSample.C \
59 ../src/PriorityQueue.C \
61 ../src/CircularBuffer.C \
65 OBJS += String.o ByteArray.o DictionaryLite.o \
66 lprintf.o rpcUtil.o aggregateSample.o \
67 stringPool.o hist.o timing.o \
68 makenan.o pathName.o \
69 PriorityQueue.o CircularBuffer.o \