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 2.14 by greg, Wed Sep 29 10:41:25 1993 UTC vs.
Revision 2.15 by greg, Thu Dec 9 17:31:10 1993 UTC

# Line 8 | Line 8 | MACH = -DBSD
8   CFLAGS = $(MACH) $(OPT) -I../common -L../lib
9   SPECIAL = aed
10   CC = cc
11 + MLIB = -lm
12   LINT = lint
13   LINTFLAGS = -DBSD -DVARIABLE -DFUNCTION \
14   -DINCHAN -DRCONST -DREDEFW
# Line 28 | Line 29 | LIBDIR = /usr/local/lib/ray
29   #
30   # Library routines:
31   #
32 < LIBS = -lrt -lm
32 > LIBS = -lrt $(MLIB)
33  
34   #
35   # Device drivers for rview (see also devtable.c):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines