--- ray/src/util/Rmakefile 1991/03/18 12:15:51 1.3 +++ ray/src/util/Rmakefile 1991/03/19 14:12:32 1.4 @@ -10,7 +10,7 @@ CFLAGS = $(MACH) $(OPT) INSTDIR = /lumen/lumen/ray/bin.sun3 -PROGS = makedist swaprasheader findglare +PROGS = makedist swaprasheader findglare xglaresrc all: $(PROGS) @@ -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,7 +56,7 @@ 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