=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/makefile.vms,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/makefile.vms 2000/01/22 14:15:53 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/makefile.vms 2003/09/15 07:09:23 1.1.1.3 @@ -1,5 +1,5 @@ # -# $Id: makefile.vms,v 1.1.1.2 2000/01/22 14:15:53 maekawa Exp $ +# $Id: makefile.vms,v 1.1.1.3 2003/09/15 07:09:23 ohara Exp $ # # GNUPLOT Makefile for VMS # @@ -78,13 +78,14 @@ CSOURCE5 = [.term]aed.trm [.term]cgi.trm [.term]dumb.t [.term]hp2648.trm [.term]hpgl.trm [.term]hpljii.trm CSOURCE6 = [.term]impcodes.h [.term]imagen.trm [.term]object.h \ [.term]iris4d.trm [.term]kyo.trm [.term]latex.trm [.term]pbm.trm \ - [.term]pc.trm + [.term]pdf.trm [.term]pc.trm CSOURCE7 = [.term]post.trm [.term]qms.trm [.term]regis.trm [.term]sun.trm \ - [.term]t410x.trm [.term]tek.trm [.term]unixpc.trm [.term]unixplot.trm \ - [.term]v384.trm [.term]x11.trm gplt_x11.c + [.term]cvg.trm [.term]t410x.trm [.term]tek.trm [.term]unixpc.trm \ + [.term]unixplot.trm [.term]v384.trm [.term]x11.trm gplt_x11.c CSOURCE8 = contour.c specfun.c interpol.c vms.c all : gnuplot.$(X) gnuplot_x11.$(X) gnuplot.hlp gnuplot.hlb [.demo]binary1. + @ ! a no-op to suppress a MMS warning gnuplot.$(X) : $(OBJS) $(EXTRAOBJ) link /exe=gnuplot.$(X) vms.$(O),gnuplot.opt/opt$(EXTRAOBJ)$(EXTRALIB)$(CRTL_SHARE) @@ -99,21 +100,35 @@ gplt_x11.o : gplt_x11.c set default [.demo] run [-]bf_test.$(X) set default [-] - + bf_test.$(X) : bf_test.$(O) binary.$(O) alloc.$(O) link /exe=bf_test.exe bf_test.$(O),binary.$(O),alloc.$(O) +gnuplot.hlb : gnuplot.hlp + library/create/help gnuplot.hlb gnuplot.hlp + +.IFDEF OLD_HLP gnuplot.hlp : doc2hlp.$(X) [.docs]gnuplot.doc define/user sys$input [.docs]gnuplot.doc define/user sys$output []gnuplot.hlp run doc2hlp -gnuplot.hlb : gnuplot.hlp - library/create/help gnuplot.hlb gnuplot.hlp - doc2hlp.$(X) : [.docs]doc2hlp.c [.docs]termdoc.c $(CC) /include=([.docs],[],[.term]) [.docs]doc2hlp.c,[.docs]termdoc.c link /exe=doc2hlp.$(X) doc2hlp,termdoc$(CRTL_SHARE) +.ELSE +gnuplot.hlp : [.docs]gnuplot.rnh + RUNOFF $< /OUTPUT=$@ + +[.docs]gnuplot.rnh : [.docs]doc2rnh.$(X) [.docs]gnuplot.doc + MCR $< [.docs]gnuplot.doc $@ + +[.docs]doc2rnh.$(X) : [.docs]doc2rnh.$(O) [.docs]termdoc.$(O) + link /exe=$@ $+ $(CRTL_SHARE) + +[.docs]doc2rnh.$(O) [.docs]termdoc.$(O) : [.docs]termdoc.c ![.docs]allterm.h + $(CC) /OBJ=$@ $(CFLAGS) /INCLUDE=([],[.TERM]) $*.c +.ENDIF term.$(O) : term.h term.c $(CSOURCE5) $(CSOURCE6) $(CSOURCE7) $(CC) $(CFLAGS) $(TERMFLAGS) term.c /object=term.$(O)