Lines 1-5
Link Here
|
1 |
--- makefile.FreeBSD.orig Sat Nov 6 06:57:30 1999 |
1 |
--- makefile.FreeBSD.orig Thu Sep 20 06:27:49 2001 |
2 |
+++ makefile.FreeBSD Sat Apr 22 02:58:08 2000 |
2 |
+++ makefile.FreeBSD Wed Jul 24 01:12:35 2002 |
3 |
@@ -36,9 +36,9 @@ |
3 |
@@ -36,9 +36,9 @@ |
4 |
# FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of |
4 |
# FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of |
5 |
# the CFLAGS macro below.) |
5 |
# the CFLAGS macro below.) |
Lines 46-48
Link Here
|
46 |
#XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users... |
46 |
#XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users... |
47 |
#F77LIB = -lF77 -lI77 -lU77 |
47 |
#F77LIB = -lF77 -lI77 -lU77 |
48 |
F77LIB = -lf2c |
48 |
F77LIB = -lf2c |
|
|
49 |
@@ -307,7 +307,7 @@ |
50 |
$(MAKE) ARCFILE=$(TAPEDEV) tar |
51 |
|
52 |
|
53 |
-XLIBH = /usr/X11R6/include/X11/Xlib.h /usr/X11R6/include/X11/Xutil.h |
54 |
+XLIBH = ${X11BASE}/include/X11/Xlib.h ${X11BASE}/include/X11/Xutil.h |
55 |
STRUCT = hfiles/struct.h hfiles/buffer.h hfiles/color.h hfiles/control.h \ |
56 |
hfiles/coord.h hfiles/cursor.h hfiles/image.h hfiles/window.h |
57 |
WORKS = $(XLIBH) $(STRUCT) hfiles/constant.h hfiles/extern.h $(WCSH) |
58 |
@@ -419,8 +419,8 @@ |
59 |
defs/dispbox.def defs/magnibox.def defs/panbox.def \ |
60 |
defs/btnbox.def defs/colorbox.def defs/graphbox.def \ |
61 |
defs/desktop.def defs/cursor.def |
62 |
-mainkey.o : $(WORKS) /usr/include/X11/keysym.h \ |
63 |
- /usr/include/X11/keysymdef.h |
64 |
+mainkey.o : $(WORKS) ${X11BASE}/include/X11/keysym.h \ |
65 |
+ ${X11BASE}/include/X11/keysymdef.h |
66 |
#mainkey.o : $(WORKS) # for OpenWindows |
67 |
mainslct.o : $(WORKS) |
68 |
mainutil.o : $(XLIBH) $(STRUCT) hfiles/extern.h |