home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / OS2_LEX.ZIP / LEX < prev    next >
Text File  |  1989-10-25  |  510b  |  22 lines

  1. .c.obj:
  2.   cl -AL -Lp -W3 -c $*.c > $*.err
  3.  
  4. lex.obj: lex.c system.h
  5.  
  6. out1.obj: out1.c lexlex.h system.h
  7.  
  8. out2.obj: out2.c lexlex.h system.h
  9.  
  10. ytab.obj: ytab.c ytab.h lexlex.h system.h
  11.  
  12. dfa.obj: dfa.c lexlex.h system.h
  13.  
  14. min.obj: min.c lexlex.h system.h
  15.  
  16. base.obj: base.c lexlex.h system.h
  17.  
  18. eclosu.obj: eclosu.c lexlex.h system.h
  19.  
  20. lex.exe: lex.obj out1.obj out2.obj ytab.obj dfa.obj min.obj base.obj eclosu.obj
  21.   cl -AL -Lp -Fb lex out1 out2 ytab dfa min base eclosu -link /st:32768 >link.err
  22.