home *** CD-ROM | disk | FTP | other *** search
- .c.obj:
- cl -AL -Lp -W3 -c $*.c > $*.err
-
- lex.obj: lex.c system.h
-
- out1.obj: out1.c lexlex.h system.h
-
- out2.obj: out2.c lexlex.h system.h
-
- ytab.obj: ytab.c ytab.h lexlex.h system.h
-
- dfa.obj: dfa.c lexlex.h system.h
-
- min.obj: min.c lexlex.h system.h
-
- base.obj: base.c lexlex.h system.h
-
- eclosu.obj: eclosu.c lexlex.h system.h
-
- lex.exe: lex.obj out1.obj out2.obj ytab.obj dfa.obj min.obj base.obj eclosu.obj
- cl -AL -Lp -Fb lex out1 out2 ytab dfa min base eclosu -link /st:32768 >link.err
-