--- ray/src/util/Rmakefile 1991/03/18 12:15:51 1.3 +++ ray/src/util/Rmakefile 1991/04/11 09:21:35 1.6 @@ -10,7 +10,7 @@ CFLAGS = $(MACH) $(OPT) INSTDIR = /lumen/lumen/ray/bin.sun3 -PROGS = makedist swaprasheader findglare +PROGS = makedist swaprasheader findglare xglaresrc 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 @@ -34,6 +34,10 @@ 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 +xglaresrc: xglaresrc.o fvect.o image.o resolu.o header.o + cc $(CFLAGS) -o xglaresrc xglaresrc.o fvect.o image.o \ +header.o resolu.o -lm -lX11 + contour: contour.o cc $(CFLAGS) -o contour contour.o -lm @@ -52,8 +56,10 @@ 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: view.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