ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/Rmakefile
(Generate patch)

Comparing ray/src/hd/Rmakefile (file contents):
Revision 3.27 by schorsch, Fri Mar 10 19:40:12 2006 UTC vs.
Revision 3.28 by greg, Wed Nov 21 17:52:05 2007 UTC

# Line 7 | Line 7 | MACH = -DBSD
7  
8   OPT = -O
9  
10 < CFLAGS = -I../common -L../lib $(OPT) $(MACH)
10 > CFLAGS = -I../common -L../lib $(OPT) $(MACH) -DDEVPATH=\"$(DEVDIR)\"
11  
12   CC = cc
13  
# Line 28 | Line 28 | install:       all $(DEVS) $(SPECIAL)
28          cp $(PROGS) $(INSTDIR)
29  
30   clean:
31 <        set nonomatch; rm -f *.o $(PROGS) core
31 >        set nonomatch; rm -f *.o $(PROGS) core Version.c
32  
33   ogl:    $(DEVDIR)/ogl.hdi $(DEVDIR)/oglh.hdi \
34          $(DEVDIR)/oglo.hdi $(DEVDIR)/ogloh.hdi \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines