home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
Viewers
/
pCD0.3.4
/
Source
/
hpcdtoppm.0.3
/
Makefile.use_ppm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-12-16
|
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