File: makefile.win

package info (click to toggle)
original-awk 2002-02-10-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 324 kB
  • ctags: 501
  • sloc: ansic: 4,800; yacc: 407; makefile: 95; sh: 34
file content (9 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# vestigial makefile for microsoft c compiler on WinXX
# run with nmake -f makefile.win
# based on buildwin.bat

awk95.exe:
	set cl=-w -Ox -QIfdiv- -nologo -link -nologo setargv.obj
	cl maketab.c -o maketab.exe
	.\maketab.exe > proctab.c
	cl -o awk95.exe b.c main.c parse.c proctab.c tran.c lib.c run.c lex.c ytab.c missing95.c