CC=	gcc
COPTS=	-O -g



# if you get problems with compilation of "signed",
# read the README.TOO and try something like -DsBYTE=char



hpcdtoppm: hpcdtoppm.o 
	${CC} -o hpcdtoppm hpcdtoppm.o -lm libppm.a libpgm.a libpbm.a

hpcdtoppm.o: hpcdtoppm.c
	${CC} ${COPTS}  -c hpcdtoppm.c
