=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/makefile.os2,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/makefile.os2 2000/01/09 17:00:53 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/makefile.os2 2000/01/22 14:15:53 1.1.1.2 @@ -1,10 +1,10 @@ # -# $Id: makefile.os2,v 1.1.1.1 2000/01/09 17:00:53 maekawa Exp $ +# $Id: makefile.os2,v 1.1.1.2 2000/01/22 14:15:53 maekawa Exp $ # -# Makefile for use with emx (and above) and GNUMake +# Makefile for use with emx and GNUMake # on OS/2 3.0 and above (might also work for OS/2 2.x) # -# last modification date: 19981205 +# last modification date: 19991027 # # We depend on using cmd.exe (or a compatible one) @@ -118,7 +118,7 @@ OS2FLAGS = -DOS2 -DHELPFILE=\"$(HELPFILE)\" EMXSPECIFIC = -ffloat-store -DREADLINE -DHAVE_STRNICMP -DPIPES -DHAVE_STRERROR -DHAVE_SYS_SELECT_H -DHAVE_SYS_STAT_H LIBS = ifdef GNU_RL - EMXSPECIFIC += -DGNU_READLINE + EMXSPECIFIC += -DHAVE_LIBREADLINE LIBS += -lreadline -ltermcap endif @@ -235,7 +235,7 @@ gnupmdrv.hlp: $(OS2DIR)\gnupmdrv.ipf X11LIBS = -lX11 -lsocket -Zcrtdll # X11 includes X11INCLUDES = -I$(X11ROOT)/xfree86/include -X11FLAGS= -D__ST_MT_ERRNO -Zmtd -Zsysv-signals +X11FLAGS= -Zmtd -Zsysv-signals gnuplot_x11.exe: gplt_x11.o stdfn.o $(CC) $(LFLAGS) $(X11FLAGS) $(EMXSPECIFIC) -o $@ $^ $(X11LIBS) @@ -250,7 +250,7 @@ gplt_x11.o: gplt_x11.c # (and don't care about the strange way it's implemented ...) gnuplot.dvi: gnuplot.tex copy gnuplot.tex $(DOCDIR)\gnuplot_2.tex - cd $(DOCDIR) & latex2e gnuplot_2.tex + cd $(DOCDIR) & latex gnuplot_2.tex & latex gnuplot_2.tex move $(DOCDIR)\gnuplot_2.dvi gnuplot.dvi del $(DOCDIR)\gnuplot_2* gnuplot.tex: $(DOCDIR)\gnuplot.doc doc2tex.exe