Artifact 9db54e0c649a4492fa14caab7f90b91d39d2ea3786f04157e414f2d35d32c019:
- File
r34.1/plot/Intergraph.x11
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 475) [annotate] [blame] [check-ins using] [more...]
#!/bin/sh mv gnuplot_x11.c gnuplot_x11.c_x mv corplot.c corplot.c_pc acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \ -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw *.c \ -lbsd -lplot -lm -o gnuplot.intergraph mv gnuplot_x11.c_x gnuplot_x11.c acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \ -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw gnuplot_x11.c \ -lXaw -lXmu -lXt -lXext -lX11 -lbsd -lm -o gnuplot_x11.intergraph