| 17 |
|
PIXAR_INCLUDE= -I/usr/pixar/include |
| 18 |
|
PIXAR_LIB= -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB) |
| 19 |
|
|
| 20 |
< |
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \ |
| 20 |
> |
PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r 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 ra_gif ra_xyze macbethcal |
| 23 |
> |
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond |
| 24 |
|
|
| 25 |
|
all: $(PROGS) $(SPECIAL) |
| 26 |
|
|
| 56 |
|
pfilt: pfilt.o pf2.o pf3.o |
| 57 |
|
$(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB) |
| 58 |
|
|
| 59 |
+ |
pcond: pcond.o pcond2.o pcond3.o pcond4.o |
| 60 |
+ |
$(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o -lrt $(MLIB) |
| 61 |
+ |
|
| 62 |
|
ttyimage: ttyimage.o |
| 63 |
|
$(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrt $(MLIB) |
| 64 |
|
|
| 84 |
|
mt160r: mt160r.o |
| 85 |
|
$(CC) $(CFLAGS) -o mt160r mt160r.o -lrt $(MLIB) |
| 86 |
|
|
| 84 |
– |
getinfo: getinfo.o |
| 85 |
– |
$(CC) $(CFLAGS) -o getinfo getinfo.o -lrt |
| 86 |
– |
|
| 87 |
|
greyscale: greyscale.o |
| 88 |
|
$(CC) $(CFLAGS) -o greyscale greyscale.o -lrt $(MLIB) |
| 89 |
|
|
| 245 |
|
pfilt.o: ../common/paths.h ../common/view.h |
| 246 |
|
|
| 247 |
|
psign.o: ../common/font.h |
| 248 |
+ |
|
| 249 |
+ |
pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \ |
| 250 |
+ |
../common/mat4.h ../common/fvect.h \ |
| 251 |
+ |
../common/color.h ../common/view.h ../common/resolu.h |