home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / IPL / HP700 / IPL. next >
Encoding:
Text File  |  1998-07-24  |  504 b   |  21 lines

  1. *** src/Makefile.orig    Sun Dec  6 20:25:21 1992
  2. --- src/Makefile    Sun Dec  6 20:25:22 1992
  3. ***************
  4. *** 1,7 ****
  5.   # Makefile for IPL source    1-21-90 scg
  6.   #
  7.   #
  8. ! CC=gcc -DNOSUNVIEW
  9.   
  10.   IPL_OBJ = areadef.o areadress.o arrow.o bargraph.o boxplot.o \
  11.   distribution.o draw.o errorbars.o exit.o \
  12. --- 1,8 ----
  13.   # Makefile for IPL source    1-21-90 scg
  14.   #
  15.   #
  16. ! CC=cc -DNOSUNVIEW
  17. ! CFLAGS=
  18.   
  19.   IPL_OBJ = areadef.o areadress.o arrow.o bargraph.o boxplot.o \
  20.   distribution.o draw.o errorbars.o exit.o \
  21.