*** 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
