home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnuplapi.zip / gnuplot-api-os2 / examples / Makefile < prev    next >
Encoding:
Makefile  |  2001-03-07  |  247 b   |  7 lines

  1. all : GnuplotAPI.inf
  2.  
  3. GnuplotAPI.inf : GnuplotAPI.ipf
  4.     ipfc /inf GnuplotAPI.ipf
  5.  
  6. GnuplotAPI.ipf : Gnuplot.pm GnuplotTerminals.pod 
  7.     pod2ipf --head-off=1 --title "Gnuplot low-level plotting API" --by-files Gnuplot.pm GnuplotTerminals.pod > $@