--- ray/src/util/Rmakefile 1991/03/14 17:38:42 1.2 +++ ray/src/util/Rmakefile 1991/04/22 13:41:52 1.8 @@ -10,7 +10,7 @@ CFLAGS = $(MACH) $(OPT) INSTDIR = /lumen/lumen/ray/bin.sun3 -PROGS = makedist swaprasheader +PROGS = makedist swaprasheader findglare xglaresrc glarendx all: $(PROGS) @@ -21,7 +21,7 @@ install: all objview.csh objpict.csh proj.csh chmod 755 $(INSTDIR)/objview $(INSTDIR)/objpict clean: - rm -f *.o $(PROGS) core + set nonomatch; rm -f *.o $(PROGS) core scanner: scanner.o cc $(CFLAGS) -o scanner scanner.o -lm @@ -29,6 +29,19 @@ scanner: scanner.o makedist: makedist.o fvect.o setscan.o cc $(CFLAGS) -o makedist makedist.o fvect.o setscan.o -lm +findglare: findglare.o glareval.o glaresrc.o color.o fvect.o image.o \ +header.o resolu.o setscan.o + cc $(CFLAGS) -o findglare findglare.o glareval.o glaresrc.o \ +color.o fvect.o image.o header.o resolu.o setscan.o -lm + +glarendx: glarendx.o image.o header.o erf.o fvect.o resolu.o + cc $(CFLAGS) -o glarendx glarendx.o image.o header.o fvect.o \ +erf.o resolu.o -lm + +xglaresrc: xglaresrc.o fvect.o image.o resolu.o header.o x11findwind.o + cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \ +header.o resolu.o x11findwind.o -lm -lX11 + contour: contour.o cc $(CFLAGS) -o contour contour.o -lm @@ -42,4 +55,15 @@ client/libclient.a -lrpcsvc t16anim.o pranim.o: client/clnt.h -makedist.o: setscan.h +setscan.o makedist.o: setscan.h + +findglare.o glareval.o \ +glaresrc.o: glare.h standard.h mat4.h fvect.h view.h color.h setscan.h + +image.o xglaresrc.o: standard.h mat4.h fvect.h view.h + +fvect.o: fvect.h + +resolu.o: color.h + +swaprasheader.o: rasterfile.h