2 # Common makefile template for paradynd. This file is not intended to
3 # be a useful Makefile in isolation; instead, it should be included
4 # from within an architecture-specific Makefile.
7 # Revision 1.5 1995/05/30 22:16:30 krisna
8 # moved arch-os specific sources to appropriate directory
10 # Revision 1.4 1995/05/18 10:46:08 markc
11 # Added new source files
13 # Revision 1.3 1995/03/11 06:03:52 krisna
16 # Revision 1.2 1995/02/16 08:26:31 markc
17 # New support for templates
19 # Revision 1.1 1995/01/30 18:10:31 jcargill
20 # Major build system reorganization
26 VPATH += ../../paradynd/src:../../paradyn/h
28 SRCS += ../src/association.C \
38 ../src/costmetrics.C \
39 ../src/metricDefs-critPath.C \
40 ../src/perfStream-def.C \
54 SRCS += ../src/pvm_support.C \
55 ../src/host_support.C \
56 ../src/task_support.C \
59 CXXFLAGS += -DPARADYND_PVM
64 IGEN_GEN_SRCS = dyninstRPC.xdr.SRVR.C \
67 IGEN_ISRCS = dyninstRPC.I
72 IFLAGS += -I../$(PLATFORM) -I../src
73 # CXXFLAGS += $(USEFULWARNINGS)
77 templates.o: ../src/templates.C
78 $(CXX) $(TFLAGS) -c ../src/templates.C