13 |
|
|
14 |
|
LIBDIR = /usr/local/lib/ray |
15 |
|
|
16 |
< |
PROGS = genbox gensky xform genblinds genrev genworm gendaylit \ |
16 |
> |
PROGS = genbox gensky xform genblinds genrev genworm gendaylit gendaymtx \ |
17 |
|
gensurf genprism replmarks mkillum mksource genclock |
18 |
|
|
19 |
|
LIBFILES = illum.cal rev.cal skybright.cal surf.cal clockface.hex \ |
20 |
< |
glaze1.cal glaze2.cal perezlum.cal coeff_perez.dat defangle.dat |
20 |
> |
glaze1.cal glaze2.cal perezlum.cal |
21 |
|
|
22 |
|
all: $(PROGS) |
23 |
|
|
29 |
|
cp $(LIBFILES) $(LIBDIR) |
30 |
|
|
31 |
|
clean: |
32 |
< |
set nonomatch; rm -f $(PROGS) *.o core |
32 |
> |
set nonomatch; rm -f $(PROGS) *.o |
33 |
|
|
34 |
|
genbeads: genbeads.o hermite3.o |
35 |
|
$(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB) |
46 |
|
gendaylit: gendaylit.o sun.o |
47 |
|
$(CC) $(CFLAGS) -o gendaylit gendaylit.o sun.o -lrtrad $(MLIB) |
48 |
|
|
49 |
< |
# gendaylit: H32_gendaylit.o |
50 |
< |
# $(CC) $(CFLAGS) -o gendaylit H32_gendaylit.o $(MLIB) |
49 |
> |
gendaymtx: gendaymtx.o sun.o |
50 |
> |
$(CC) $(CFLAGS) -o gendaymtx gendaymtx.o sun.o -lrtrad $(MLIB) |
51 |
|
|
52 |
|
genblinds: genblinds.o |
53 |
|
$(CC) $(CFLAGS) -o genblinds genblinds.o $(MLIB) |
118 |
|
gensky.o: ../common/color.h |
119 |
|
|
120 |
|
gensurf.o genworm.o genrev.o: ../common/calcomp.h |
121 |
+ |
|
122 |
+ |
sun.o: sun.h |