cc -c -I../include -o div.o ../div.c
cc -c -I../include -o env.o ../env.c
cc -c -I../include -o expr.o ../expr.c
cc -c -I../include -o extern.o ../extern.c
cc -c -I../include -o getf.o ../getf.c
../getf.c: In function `getf':
../getf.c:61: warning: comparison is always 1 due to limited range of data type
../getf.c:61: warning: comparison is always 1 due to limited range of data type
../getf.c:70: warning: comparison is always 1 due to limited range of data type
../getf.c:70: warning: comparison is always 1 due to limited range of data type
../getf.c:92: warning: comparison is always 1 due to limited range of data type
../getf.c:92: warning: comparison is always 1 due to limited range of data type
cc -c -I../include -o hyphen.o ../hyphen.c
cc -c -I../include -o hyptab.o ../hyptab.c
cc -c -I../include -o main.o ../main.c
cc -c -I../include -o misc.o ../misc.c
cc -c -I../include -o process.o ../process.c
cc -c -I../include -o reg.o ../reg.c
cc -c -I../include -o req1.o ../req1.c
cc -c -I../include -o req2.o ../req2.c
cc -c -I../include -o request.o ../request.c
cc -c -I../include -o table.o ../table.c
cc -c -I../include -o tty.o ../tty.c
cc -c -I../include -o path.o ../lib/path.c
cc  -o nroff div.o env.o expr.o extern.o getf.o hyphen.o hyptab.o main.o misc.o process.o reg.o req1.o req2.o request.o table.o tty.o path.o
cc -c -I../include -o fonts.o ../fonts.c
../fonts.c: In function `load_font':
../fonts.c:96: warning: assignment from incompatible pointer type
cc -c -I../include -o output.o ../output.c
cc  -o troff div.o env.o expr.o extern.o getf.o hyphen.o hyptab.o main.o misc.o process.o reg.o req1.o req2.o request.o table.o fonts.o output.o path.o
cc -c -I../include -o fwtable.o ../fwtable.c
cc -c -I../include -o fwt_PS.o ../fwt_PS.c
cc -c -I../include -o fwt_TFM.o ../fwt_TFM.c
cc -o fwtable fwtable.o fwt_PS.o fwt_TFM.o -f
: Done.
