summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-aa
blob: f4cec22d027c90b6ac39ab934fe8b3720e126af4 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
*** Makefile.orig	Tue Oct 27 11:07:42 1992
--- Makefile	Sun Dec 14 15:04:04 1997
***************
*** 55,61 ****
  #               lvr.o lvr_io.o  sony laser video disk recorder controller
  #               dq.o            diaquest controller          
  
! DRV_FLAGS = -Dincps -Dinctek -Dinccgmc -Dinccgmb 
  
  CTR_FLAGS = -O -Dinctty
  CTR_OBJ = tty.o
--- 55,61 ----
  #               lvr.o lvr_io.o  sony laser video disk recorder controller
  #               dq.o            diaquest controller          
  
! DRV_FLAGS = -Dincps -Dinctek -Dinccgmc -Dinccgmb
  
  CTR_FLAGS = -O -Dinctty
  CTR_OBJ = tty.o
***************
*** 87,94 ****
  
  # To build this software on a Sun workstation, uncomment the next lines.
  #AR = ar ru
! #F_LINK = f77
! #RANLIB = ranlib
  # To include the Sunview driver and gplottool interface, uncomment SVLIBS.
  # To include the Sun CGI B&W driver, uncomment SLIBS.
  # NOTE: Uncomment only one of the following two lines.
--- 87,94 ----
  
  # To build this software on a Sun workstation, uncomment the next lines.
  #AR = ar ru
! F_LINK = f77
! RANLIB = ranlib
  # To include the Sunview driver and gplottool interface, uncomment SVLIBS.
  # To include the Sun CGI B&W driver, uncomment SLIBS.
  # NOTE: Uncomment only one of the following two lines.
***************
*** 141,147 ****
  #CFLAGS = -g
  # To build Gplot on the IRIS, uncomment the next line.
  #CFLAGS = -cckr
! CFLAGS =
  
  #  ******************************************************************
  #
--- 141,147 ----
  #CFLAGS = -g
  # To build Gplot on the IRIS, uncomment the next line.
  #CFLAGS = -cckr
! #CFLAGS =
  
  #  ******************************************************************
  #
***************
*** 309,315 ****
  # (1000 implies 10 point fonts at 300 pt/in), e.g.,
  # /usr/staff/andrews/pk/1000/cmr10.pk
  pkras.o: pkras.c defs.h
! 	cc -c -DUNIXFONTS=\"/usr/staff/andrews/pk\" pkras.c
  
  #TTY controller
  tty.o: tty.c defs.h
--- 309,315 ----
  # (1000 implies 10 point fonts at 300 pt/in), e.g.,
  # /usr/staff/andrews/pk/1000/cmr10.pk
  pkras.o: pkras.c defs.h
! 	cc -c -DUNIXFONTS=\"/usr/local/share/texmf/fonts/pk\" pkras.c
  
  #TTY controller
  tty.o: tty.c defs.h
***************
*** 366,408 ****
  
  xws_setup.o:	/usr/include/stdio.h \
  		/usr/include/strings.h \
! 		/usr/include/X11/Intrinsic.h \
! 		/usr/include/X11/StringDefs.h \
! 		/usr/include/X11/Xutil.h \
! 		/usr/include/X11/cursorfont.h \
  		defs.h xws_defs.h
  
  xws_delim.o:    /usr/include/stdio.h \
  		/usr/include/strings.h \
! 		/usr/include/X11/Intrinsic.h \
! 		/usr/include/X11/Xutil.h \
  		defs.h xws_defs.h
  
  xws_color.o:	/usr/include/stdio.h \
  		/usr/include/math.h \
! 		/usr/include/X11/Intrinsic.h \
! 		/usr/include/X11/Xutil.h \
! 		/usr/include/X11/Xatom.h \
  		defs.h xws_defs.h xws_color.h
  
! xws_polyline.o:/usr/include/X11/Intrinsic.h \
  		defs.h xws_defs.h
  
  xws_polygon.o:	/usr/include/stdio.h \
! 		/usr/include/X11/Intrinsic.h \
  		defs.h xws_defs.h xws_fill.h
  
! xws_marker.o:	/usr/include/X11/Intrinsic.h \
  		defs.h xws_defs.h
  
  xws_text.o:	/usr/include/strings.h \
! 		/usr/include/X11/Intrinsic.h \
! 		/usr/include/X11/Xatom.h \
  		defs.h xws_defs.h
  
  xws_cla.o:      /usr/include/stdio.h \
  		/usr/include/math.h \
! 		/usr/include/X11/Intrinsic.h \
  		defs.h xws_defs.h xws_color.h
  #-----------------------------------------------------------------------------
  # DrawCGM and CGMGen, and test routines
--- 366,408 ----
  
  xws_setup.o:	/usr/include/stdio.h \
  		/usr/include/strings.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
! 		$(X11BASE)/include/X11/StringDefs.h \
! 		$(X11BASE)/include/X11/Xutil.h \
! 		$(X11BASE)/include/X11/cursorfont.h \
  		defs.h xws_defs.h
  
  xws_delim.o:    /usr/include/stdio.h \
  		/usr/include/strings.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
! 		$(X11BASE)/include/X11/Xutil.h \
  		defs.h xws_defs.h
  
  xws_color.o:	/usr/include/stdio.h \
  		/usr/include/math.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
! 		$(X11BASE)/include//X11/Xutil.h \
! 		$(X11BASE)/include/X11/Xatom.h \
  		defs.h xws_defs.h xws_color.h
  
! xws_polyline.o:$(X11BASE)/include/X11/Intrinsic.h \
  		defs.h xws_defs.h
  
  xws_polygon.o:	/usr/include/stdio.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
  		defs.h xws_defs.h xws_fill.h
  
! xws_marker.o:	$(X11BASE)/include/X11/Intrinsic.h \
  		defs.h xws_defs.h
  
  xws_text.o:	/usr/include/strings.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
! 		$(X11BASE)/include/X11/Xatom.h \
  		defs.h xws_defs.h
  
  xws_cla.o:      /usr/include/stdio.h \
  		/usr/include/math.h \
! 		$(X11BASE)/include/X11/Intrinsic.h \
  		defs.h xws_defs.h xws_color.h
  #-----------------------------------------------------------------------------
  # DrawCGM and CGMGen, and test routines