home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume34 / hpcdtoppm / part01 / Makefile.standalone < prev    next >
Makefile  |  1992-12-19  |  215b  |  10 lines

  1. CC=     gcc
  2. COPTS=  -O4 
  3.  
  4. # if you get problems with compilation of "signed",
  5. # read the README.TOO and try something like -DsBYTE=char
  6.  
  7.  
  8. hpcdtoppm: hpcdtoppm.c 
  9.     ${CC} ${COPTS} -DOWN_WRITE -o hpcdtoppm hpcdtoppm.c
  10.