home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-02 | 953 b | 46 lines | [TEXT/MPS ] |
- #
- # File MakeFile Copyright (C) 1996 by John R. Montbriand. All Rights Reserved.
- #
- # File MakeFile
- #
- # Copyright (C) 1996 by John Montbriand. All Rights Reserved.
- #
- # Distribute freely in areas where the laws of copyright apply.
- #
- # Use at your own risk.
- #
- # Do not distribute modified copies.
- #
- # These various fixmath routines and libraries are for free!
- #
- # See the file fixit.txt for details.
- #
-
- fixit ƒ y.tab.c.o lex.yy.c.o fixit.c.o
- Link -w -o fixit ∂
- -t MPST -c 'MPS ' ∂
- y.tab.c.o ∂
- lex.yy.c.o ∂
- fixit.c.o ∂
- {Libraries}Stubs.o ∂
- {CLibraries}StdCLib.o ∂
- {Libraries}MathLib.o ∂
- {Libraries}Interface.o ∂
- {Libraries}MacRuntime.o ∂
- {Libraries}IntEnv.o
-
- fixit.c.o ƒ fixit.c fixit.h
- SC -w off -b fixit.c -o fixit.c.o
-
- y.tab.c.o ƒ y.tab.c fixit.h
- SC -w off -b y.tab.c -o y.tab.c.o
-
- lex.yy.c.o ƒ lex.yy.c
- SC -w off -b lex.yy.c -o lex.yy.c.o
-
- lex.yy.c ƒ fixit.l y.tab.c
- flex -i fixit.l
-
- y.tab.c ƒ fixit.y
- yacc -d fixit.y
-