># The command to invoke this buildfile is:
>#		build -i > mout >& merr
>#
># Buildfile for REGULUS 2.1
>cd clib; build -b Build.m68; build -b Makelib.reg; mv libc68.a ..
>#	@(#)Build.m68	2.1	7/10/84
>c68 -c cputc.c
>c68 -c fopen.c
>c68 -c getc.c
>c68 -c maketask.c
>c68 -c seek.c
>c68 -c v6fflush.c
>c68 -c fcreat.c
>c68 -c printf.c
>c68 -c putc.c
>c68 -c putchar.c
>c68 -c getchar.c
>c68 -DMC68000 -c getarhd.c
>c68 -DMC68000 -c libread.c
>c68 -DMC68000 -c libwrite.c
>c68 -DMC68000 -c putarhd.c
>c68 -DMC68000 -c getchd.c
>c68 -DMC68000 -c libget.c
>c68 -DMC68000 -c libput.c
>c68 -DMC68000 -c putchd.c
># Makelib for CC compiler library 2.1
>rm -f libc68.a
>ar68 r libc68.a  	fcreat.o  	fopen.o  	getarhd.o  	getc.o  	getchar.o  	getchd.o  	libget.o  	libput.o  	libread.o  	libwrite.o  	printf.o  	cputc.o  	putarhd.o  	putc.o  	putchar.o  	putchd.o  	v6fflush.o
>ranlib libc68.a
>cd as; build -b Build.m68
># @(#)Build.m68	2.2	7/11/84
>mkver -e "assembler 4.9 -"
>c68 -L -r -DMC68000 -DREGULUS -c dir.c
>c68 -L -r -DMC68000 -DREGULUS -c expr.c
>c68 -L -r -DMC68000 -DREGULUS -c main.c
>c68 -L -r -DMC68000 -DREGULUS -c misc.c
>c68 -L -r -DMC68000 -DREGULUS -c pass1a.c
>c68 -L -r -DMC68000 -DREGULUS -c pass2.c
>c68 -L -r -DMC68000 -DREGULUS -c symt.c
"symt.c", * 399: (warning) integral type expected
"symt.c", * 929: (warning) pointer subtraction yields a long result
>c68 -L -r -DMC68000 -DREGULUS -c version.c
>c68 -n -r dir.o expr.o misc.o pass1a.o pass2.o symt.o main.o version.o  ../libc68.a -o as68.4k
>setstack as68.4k 8192 8192
>rm *.o
>cd cc; build -b Build.m68
># Main Driver Buildfile (target Regulus) 2.3
>mkver -e "c68 Main Driver 4.9 -"
>c68 -L -r -DMC68000 -n version.c main.c ../libc68.a -o c68.4k
"main.c", * 310: (warning) integral type expected
"main.c", * 341: (warning) integral type expected
"main.c", * 355: (warning) integral type expected
"main.c", * 381: (warning) integral type expected
"main.c", * 391: (warning) integral type expected
"main.c", * 418: (warning) integral type expected
"main.c", * 426: (warning) integral type expected
"main.c", * 435: (warning) integral type expected
"main.c", * 451: (warning) integral type expected
"main.c", * 464: (warning) integral type expected
"main.c", * 482: (warning) integral type expected
"main.c", * 523: (warning) integral type expected
>setstack c68.4k 8000 8000
>rm *.o
>cd cgen; build -b Build.m68
># @(#)Build.m68	2.3	8/21/84
>mkver -e "Code Generator 4.9 -"
>c68 -L -r -DMC68000 -c canon.c
>c68 -L -r -DMC68000 -c codegen.c
"codegen.c", * 925: (warning) integral type expected
>c68 -L -r -DMC68000 -c interf.c
>c68 -L -r -DMC68000 -c main.c
"main.c", * 263: (warning) integral type expected
"main.c", * 265: (warning) integral type expected
>c68 -L -r -DMC68000 -c optab.c
>c68 -L -r -DMC68000 -c putexpr.c
>c68 -L -r -DMC68000 -c smatch.c
>c68 -L -r -DMC68000 -c sucomp.c
>c68 -L -r -DMC68000 -c tabl.c
>c68 -L -r -DMC68000 -c util.c
>c68 -L -r -DMC68000 -c cskels.c
>c68 -L -r -DMC68000 -c version.c
>c68 -n -r -DMC68000 version.o canon.o codegen.o interf.o main.o optab.o  putexpr.o smatch.o sucomp.o tabl.o util.o cskels.o ../libc68.a -o c168.4k
>setstack c168.4k 8000 8000
>mv c168.4k ../../../../bin/xxxx
>rm -f *.o
>cd cpp; build -b Build.m68
>#	Preprocessor Buildfile (target Regulus) 2.2
>mkver -e "c68 Preprocessor 4.9 -"
>c68 -L -r -DREGULUS -DMC68000 -c cexpr.c
>c68 -L -r -DREGULUS -DMC68000 -c lex.c
"lex.c", * 201: (warning) integral type expected
>c68 -L -r -DREGULUS -DMC68000 -c macro.c
>c68 -L -r -DREGULUS -DMC68000 -c main.c
>c68 -L -r -DREGULUS -DMC68000 -n version.c cexpr.o lex.o macro.o main.o  ../libc68.a -o cpp68.4k
>setstack cpp68.4k 8000 8000
>rm *.o
>cd lx; build -b Build.m68
># Buildfile for the lx loader (target 68000) 2.2
>c68 -c -DMC68000 main.c
>c68 -c -DMC68000 libes.c
>c68 -c -DMC68000 passone.c
>c68 -c -DMC68000 relocate.c
>c68 -c -DMC68000 resolve.c
>c68 -c -DMC68000 symbols.c
>c68 -c -DMC68000 doread.c
>mkver -e "lx68 4.9 (2.2) -"
>c68 -n -r main.o libes.o passone.o relocate.o resolve.o symbols.o doread.o  version.c -l7 -o lx68.4k
>mkver -e "ranlib 4.9 (2.2) -"
>c68 -n -r -DMC68000 ranlib.c version.c -l7 -o ranlib.4k
>rm *.o
>cd parser; build -b Build.m68
>#	@(#)Build.m68	2.2	7/10/84
>mkver "parser 4.9 -"
>c68 -L -r -f -DMC68000 -c decl.c
"decl.c", * 145: (warning) short assigned to pointer
"decl.c", * 818: (warning) integral type expected
>c68 -L -r -f -DMC68000 -c expr.c
"expr.c", * 119: (warning) integral type expected
"expr.c", * 178: (warning) integral type expected
"expr.c", * 178: (warning) integral type expected
>c68 -L -r -f -DMC68000 -c icode.c
>c68 -L -r -f -DMC68000 -c init.c
"init.c", * 286: (warning) integral type expected
"init.c", * 401: (warning) integral type expected
>c68 -L -r -f -DMC68000 -c interf.c
"interf.c", * 58: (warning) integral type expected
"interf.c", * 70: (warning) integral type expected
>c68 -L -r -f -DMC68000 -c lex.c
>c68 -L -r -f -DMC68000 -c main.c
>c68 -L -r -f -DMC68000 -c stmt.c
>c68 -L -r -f -DMC68000 -c tabl.c
>#c68 -L -r -f -DMC68000 -c putexpr.c Don't compile or load if not -DDEBUG
>c68 -L -r -f -DMC68000 -c misc.c
>c68 -L -r -f -DMC68000 -c node.c
>c68 -L -r -f -DMC68000 -c symt.c
"symt.c", * 179: (warning) integral type expected
>c68 -L -r -f -DMC68000 -c tree.c
"tree.c", * 35: (warning) integral type expected
"tree.c", * 42: (warning) integral type expected
"tree.c", * 298: (warning) integral type expected
>c68 -L -c version.c
>c68 -f -r -n decl.o expr.o icode.o init.o interf.o lex.o main.o stmt.o  tabl.o misc.o node.o symt.o tree.o version.o ../libc68.a -o c068.4k
>setstack c068.4k 8192 8192
>rm *.o
