blob: 785f5701f0e9f83a7752c79196dcac0b0b63e97a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk
--- tracer/Makefile.aimk Fri Apr 10 04:40:22 1998
+++ tracer/Makefile.aimk Thu Apr 1 13:39:33 2004
@@ -47,7 +47,7 @@
# Libraries
#
-PVMLIBDIR = -L$(PVMDIR)/lib/$(PVM_ARCH)
+PVMLIBDIR = -L$(LOCALBASE)/lib
TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH)
@@ -71,7 +71,7 @@
# Include Directories
#
-PVMINCL = -I$(PVMDIR)/include
+PVMINCL = -I$(LOCALBASE)/include
TRCINCL = -I$(TRCDIR)
@@ -90,12 +90,12 @@
HEADERS = $(SRCDIR)/tracer.h $(SRCDIR)/trcglob.h \
$(TRCDIR)/trcdef.h $(TRCDIR)/trctype.h \
$(TRCDIR)/trcproto.h \
- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h
+ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h
TRCHEADERS = $(TRCDIR)/trclib.h $(TRCDIR)/trctype.h \
$(TRCDIR)/trcproto.h \
$(TRCDIR)/trccompat.h $(TRCDIR)/trccompatrev.h \
- $(PVMDIR)/include/pvm3.h $(PVMDIR)/include/pvmtev.h
+ $(LOCALBASE)/include/pvm3.h $(LOCALBASE)/include/pvmtev.h
PROGS = $(PVMXDIR)/tracer$(EXESFX) $(PVMXDIR)/trcsort$(EXESFX)
|