=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/makefile.unx,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.1 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/makefile.unx 2000/01/09 17:00:53 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/makefile.unx 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,5 @@ # -# $Id: makefile.unx,v 1.1.1.1 2000/01/09 17:00:53 maekawa Exp $ +# $Id: makefile.unx,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ # # ############################################################ @@ -63,9 +63,9 @@ INSTALL=install # gnuplot prompts have been noted when this feature is selected # on IBM RS/6000 AIX, and compile errors are encountered on # Sequent Dynix 3 and Convex OS 9.0. If seems to work with ConvexOS 10.1. -# GNU_READLINE +# HAVE_LIBREADLINE # If you want to use the more complex gnu version of readline, you can -# define GNU_READLINE as well as READLINE and add the appropriate library +# define HAVE_LIBREADLINE as well as READLINE and add the appropriate library # file(s) to LIBS below. # NOCWDRC: # If NOCWDRC is defined, then any .gnuplot in the current directory @@ -479,9 +479,10 @@ CSOURCE5 = term/ai.trm term/amiga.trm term/aed.trm ter term/apollo.trm term/gpr.trm term/hppj.trm term/compact.c CSOURCE6 = term/impcodes.h term/imagen.trm term/next.trm term/object.h \ term/iris4d.trm term/kyo.trm term/latex.trm term/mif.trm \ - term/pbm.trm term/pslatex.trm term/gpic.trm term/gnugraph.trm + term/pbm.trm term/pdf.trm term/pslatex.trm term/gpic.trm \ + term/gnugraph.trm CSOURCE7 = term/post.trm term/pstricks.trm term/qms.trm term/regis.trm \ - term/rgip.trm term/sun.trm\ + term/rgip.trm term/sun.trm term/svg.trm \ term/t410x.trm term/tek.trm term/texdraw.trm \ term/tgif.trm term/tpic.trm \ term/unixpc.trm term/unixplot.trm \