| 10 |
|
|
| 11 |
|
INSTDIR = /lumen/lumen/ray/bin.sun3 |
| 12 |
|
|
| 13 |
< |
PROGS = makedist swaprasheader |
| 13 |
> |
PROGS = makedist swaprasheader findglare |
| 14 |
|
|
| 15 |
|
all: $(PROGS) |
| 16 |
|
|
| 29 |
|
makedist: makedist.o fvect.o setscan.o |
| 30 |
|
cc $(CFLAGS) -o makedist makedist.o fvect.o setscan.o -lm |
| 31 |
|
|
| 32 |
+ |
findglare: findglare.o glareval.o glaresrc.o color.o fvect.o image.o \ |
| 33 |
+ |
header.o resolu.o setscan.o |
| 34 |
+ |
cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \ |
| 35 |
+ |
color.o fvect.o image.o header.o resolu.o setscan.o -lm |
| 36 |
+ |
|
| 37 |
|
contour: contour.o |
| 38 |
|
cc $(CFLAGS) -o contour contour.o -lm |
| 39 |
|
|
| 47 |
|
|
| 48 |
|
t16anim.o pranim.o: client/clnt.h |
| 49 |
|
|
| 50 |
< |
makedist.o: setscan.h |
| 50 |
> |
setscan.o makedist.o: setscan.h |
| 51 |
> |
|
| 52 |
> |
findglare.o glareval.o \ |
| 53 |
> |
glaresrc.o: glare.h standard.h mat4.h fvect.h view.h color.h setscan.h |
| 54 |
> |
|
| 55 |
> |
image.o: view.h |
| 56 |
> |
|
| 57 |
> |
fvect.o: fvect.h |
| 58 |
> |
|
| 59 |
> |
resolu.o: color.h |