home *** CD-ROM | disk | FTP | other *** search
- SRCS = src/plabv.c src/pladv.c src/plbeg.c src/plbin.c src/plbox.c \
- src/plccal.c src/plclr.c src/plcntr.c src/plcol.c src/plcont.c \
- src/plcvec.c src/pldeco.c src/pldtik.c src/plend.c src/plenv.c \
- src/plerrx.c src/plerry.c src/plerx1.c src/plery1.c src/plfont.c \
- src/plform.c src/plgra.c src/plgspa.c src/plhist.c src/plhrsh.c \
- src/pljoin.c src/pllab.c src/pllclp.c src/plline.c src/plmtex.c \
- src/plnxtv.c src/plpoi1.c src/plpoin.c src/plptex.c src/plr135.c \
- src/plr45.c src/plschr.c src/plsmaj.c src/plsmin.c src/plssym.c \
- src/plstar.c src/plstik.c src/plstr.c src/plstrl.c src/plstyl.c \
- src/plsvpa.c src/plsym.c src/plsym1.c src/pltext.c src/plvpor.c \
- src/plvsta.c src/plwind.c src/plxtik.c src/plxybx.c src/plxytx.c \
- src/plytik.c src/plzbx.c src/plztx.c src/pl3cut.c src/plbox3.c \
- src/plgrid3.c src/plot3d.c src/plside3.c src/plt3zz.c src/plw3d.c \
- src/define.c src/fatal.c src/fcnvrt.c src/genlin.c src/global.c \
- src/icnvrt.c src/movphy.c src/movwor.c src/round.c src/setphy.c \
- src/setpxl.c src/setsub.c src/stindex.c src/strpos.c src/xform.c \
- src/impress.c src/laserjetii.c src/tektronix.c src/Amiga.c \
- src/font01.c src/font02.c src/font03.c src/font04.c src/font05.c \
- src/font06.c src/font07.c src/font08.c src/font09.c src/font10.c \
- src/font11.c
-
- # I had trouble using the lformat option of the list command here so I
- # moved the command needed to update the library into the exec file
- # UpdateLib. I also had trouble with the R option of lc (using 5.0) hence
- # the need for updating the library myself. I have not tryed this option
- # with version 5.02.
-
- lib/plplot.lib: $(SRCS)
- @makedir ram:pltemp
- @echo "Compiling Updated Routines"
- -@lc -oram:pltemp/ -b0 -iinclude $?
- @echo "Updating Library"
- @execute UpdateLib
- @echo "Finished"
-