| 23 |
|
|
| 24 |
|
install: $(PROGS) |
| 25 |
|
cp $(PROGS) $(INSTDIR) |
| 26 |
+ |
cp normpat.csh $(INSTDIR)/normpat |
| 27 |
+ |
chmod 755 $(INSTDIR)/normpat |
| 28 |
|
|
| 29 |
|
pfilt: pfilt.o pf2.o pf3.o resolu.o color.o header.o lamps.o \ |
| 30 |
|
rexpr.o fropen.o spec_rgb.o |
| 152 |
|
cc $(CFLAGS) -o xshowtrace xshowtrace.o image.o resolu.o header.o \ |
| 153 |
|
fvect.o -lm -lX11 |
| 154 |
|
|
| 155 |
< |
xshowtrace.o: view.h standard.h fvect.h |
| 155 |
> |
xshowtrace.o: view.h standard.h mat4.h fvect.h |
| 156 |
|
|
| 157 |
+ |
mat4.o: mat4.h fvect.h |
| 158 |
+ |
|
| 159 |
|
pcomb.o calexpr.o calfunc.o caldefn.o: calcomp.h |
| 160 |
|
|
| 161 |
|
panim.o: client/scan.h color.h random.h |
| 169 |
|
greyscale.o ra_t8.o glimage.o \ |
| 170 |
|
ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: color.h |
| 171 |
|
|
| 172 |
< |
prot.o biq.o ciq.o pinterp.o ximage.o image.o: standard.h fvect.h |
| 172 |
> |
prot.o biq.o ciq.o pinterp.o ximage.o image.o: standard.h mat4.h fvect.h |
| 173 |
|
|
| 174 |
|
ximage.o x11raster.o: xraster.h |
| 175 |
|
|