summaryrefslogtreecommitdiff
path: root/net/xpvm/files/patch-tracer_Makefile.aimk
blob: 40ffde65a452eb7f59becb934ffe1dd5e5b9dd86 (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
--- tracer/Makefile.aimk.orig	1998-04-09 20:40:22 UTC
+++ tracer/Makefile.aimk
@@ -47,7 +47,7 @@ PVMLDIR		=	$(PVMDIR)/lib/$(PVM_ARCH)
 # Libraries
 #
 
-PVMLIBDIR	=	-L$(PVMDIR)/lib/$(PVM_ARCH)
+PVMLIBDIR	=	-L$(LOCALBASE)/lib
 
 TRCLIBDIR	=	-L$(TRCDIR)/$(PVM_ARCH)
 
@@ -71,7 +71,7 @@ LIBS		=	$(LIBDIRS) -l$(TRCLIB) -l$(PVMLI
 # Include Directories
 #
 
-PVMINCL		=	-I$(PVMDIR)/include
+PVMINCL		=	-I$(LOCALBASE)/include
 
 TRCINCL		=	-I$(TRCDIR)
 
@@ -90,12 +90,12 @@ TRCOBJS		=	trcmess.o trcfile.o trccompat
 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)