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

Comparing ray/src/rt/Rmakefile (file contents):
Revision 1.58 by greg, Thu Aug 22 08:59:23 1991 UTC vs.
Revision 1.59 by greg, Thu Aug 22 09:25:22 1991 UTC

# Line 5 | Line 5
5  
6   OPT = -O -pipe
7   MACH = -DSTRUCTASSIGN -DBSD -DIEEE -f68881 /usr/lib/libm.il
8 < CFLAGS = $(MACH) $(OPT) -I../common
8 > CFLAGS = $(MACH) $(OPT) -I../common -L../lib
9   CC = cc
10   LINT = lint
11   LINTFLAGS = -DSTRUCTASSIGN -DBSD -DIEEE -DVARIABLE -DFUNCTION \
# Line 27 | Line 27 | LIBDIR = /usr/local/lib/ray
27   #
28   # Library routines:
29   #
30 < LIBS = ../common/librt.a -lm
30 > LIBS = -lrt -lm
31  
32   #
33   # Device drivers for rview (see also devtable.c):
# Line 106 | Line 106 | lint:  $(RVSRC)
106   # Links:
107   #
108  
109 < $(DESTDIR)/rtrace:      $(RTOBJS) ../common/librt.a
109 > $(DESTDIR)/rtrace:      $(RTOBJS)
110          $(CC) $(CFLAGS) -o $(DESTDIR)/rtrace $(RTOBJS) $(LIBS)
111  
112 < $(DESTDIR)/rpict:       $(RPOBJS) ../common/librt.a
112 > $(DESTDIR)/rpict:       $(RPOBJS)
113          $(CC) $(CFLAGS) -o $(DESTDIR)/rpict $(RPOBJS) $(LIBS)
114  
115 < $(DESTDIR)/rview:       $(RVOBJS) ../common/librt.a
115 > $(DESTDIR)/rview:       $(RVOBJS)
116          $(CC) $(CFLAGS) -o $(DESTDIR)/rview $(RVOBJS) $(DLIBS) $(LIBS)
117  
118   $(DESTDIR)/lookamb:     lookamb.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines