home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-17 | 282 b | 16 lines |
- 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
-