home *** CD-ROM | disk | FTP | other *** search
- #
- # MSDOS makefile for ellf.exe
- #
- ellf.obj: ellf.c
- cl /c ellf.c
-
- ellik.obj: ellik.c
- cl /c ellik.c
-
- ellpj.obj: ellpj.c
- cl /c ellpj.c
-
- ellpk.obj: ellpk.c mconf.h
- cl /c ellpk.c
-
- mtherr.obj: mtherr.c mconf.h
- cl /c mtherr.c
-
- ellf.exe: ellf.obj ellik.obj ellpj.obj ellpk.obj mtherr.obj
- link ellf ellik ellpj ellpk mtherr;
-