| 20 |
|
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ |
| 21 |
|
greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 ra_avs \ |
| 22 |
|
ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \ |
| 23 |
< |
ra_rgbe ra_pict ra_ps pextrem |
| 23 |
> |
ra_rgbe ra_pict ra_ps pextrem ra_gif |
| 24 |
|
|
| 25 |
|
all: $(PROGS) $(SPECIAL) |
| 26 |
|
|
| 100 |
|
d48c: d48c.o |
| 101 |
|
$(CC) $(CFLAGS) -o d48c d48c.o -lrt |
| 102 |
|
|
| 103 |
+ |
ra_gif: ra_gif.o clrtab.o |
| 104 |
+ |
$(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB) |
| 105 |
+ |
|
| 106 |
|
ra_pr: ra_pr.o ciq.o cut.o closest.o biq.o |
| 107 |
|
$(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \ |
| 108 |
|
biq.o -lrt $(MLIB) |
| 168 |
|
ra_tiff: ra_tiff.o ../lib/libtiff.a |
| 169 |
|
$(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB) |
| 170 |
|
|
| 168 |
– |
psign.o: psign.c ../common/font.h |
| 169 |
– |
$(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c |
| 170 |
– |
|
| 171 |
|
ra_tiff.o: ra_tiff.c |
| 172 |
|
$(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c |
| 173 |
|
|
| 220 |
|
ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ |
| 221 |
|
ra_tiff.o ttyimage.o ximage.o x11image.o: ../common/resolu.h |
| 222 |
|
|
| 223 |
< |
pfilt.o psign.o: ../common/paths.h |
| 223 |
> |
pfilt.o: ../common/paths.h |
| 224 |
> |
|
| 225 |
> |
psign.o: ../common/font.h |