home *** CD-ROM | disk | FTP | other *** search
- .key lib
- .def lib "FFP"
-
- ; You can use this script to update the library after changing any of the
- ; plplot routines.
-
- if not "<lib>" eq "FFP"
- if not "<lib>" eq "IEEEF"
- if not "<lib>" eq "IEEED"
- echo "usage: execute make-all [FFP | IEEEF | IEEED]"
- skip end
- endif
- endif
- endif
-
- if "<lib>" eq "FFP"
- lmk -f Makefile.inc LFLGS=ff LIB=/pllibs/plpffp.lib
- endif
-
- ; Can't use prototypes here due to Lattice bug :-(
- if "<lib>" eq "IEEEF"
- lmk -f Makefile.inc LFLGS=dNOPROTS LIB=/pllibs/plplcmf.lib
- endif
-
- if "<lib>" eq "IEEED"
- lmk -f Makefile.inc LFLGS=dPLDBL LIB=/pllibs/plplcmd.lib
- endif
-
- lab end
-