--- ray/src/hd/Rmakefile 2006/03/10 19:40:12 3.27 +++ ray/src/hd/Rmakefile 2007/11/21 17:52:05 3.28 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 3.27 2006/03/10 19:40:12 schorsch Exp $ +# RCSid: $Id: Rmakefile,v 3.28 2007/11/21 17:52:05 greg Exp $ # # Radiance makefile for holodeck programs # @@ -7,7 +7,7 @@ MACH = -DBSD OPT = -O -CFLAGS = -I../common -L../lib $(OPT) $(MACH) +CFLAGS = -I../common -L../lib $(OPT) $(MACH) -DDEVPATH=\"$(DEVDIR)\" CC = cc @@ -28,7 +28,7 @@ install: all $(DEVS) $(SPECIAL) cp $(PROGS) $(INSTDIR) clean: - set nonomatch; rm -f *.o $(PROGS) core + set nonomatch; rm -f *.o $(PROGS) core Version.c ogl: $(DEVDIR)/ogl.hdi $(DEVDIR)/oglh.hdi \ $(DEVDIR)/oglo.hdi $(DEVDIR)/ogloh.hdi \