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

Comparing ray/src/common/Rmakefile (file contents):
Revision 2.26 by gregl, Mon Dec 1 09:54:59 1997 UTC vs.
Revision 2.28 by gwlarson, Tue Jun 9 16:18:49 1998 UTC

# Line 1 | Line 1
1   #
2 < # SCCSid "$SunId$ LBL"
2 > # SCCSid "$SunId$ SGI"
3   # Makefile for ray tracing library routines
4   #
5  
# Line 7 | Line 7 | OPT = -O
7   MACH = -DBSD
8   CFLAGS = $(MACH) $(OPT)
9   CC = cc
10 + SPECIAL =
11  
12   COMPAT = bmalloc.o erf.o strcmp.o # frexp.o fwrite.o random.o
13  
# Line 27 | Line 28 | STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv
28  
29   SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT)
30  
31 + OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o
32 +
33 + all:    librt.a $(SPECIAL)
34 +
35   librt.a:        $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
36          ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
37          -ranlib librt.a
38  
39 < install:        librt.a
39 > install:        all
40          mv librt.a ../lib/librt.a
41  
42   clean:
43          rm -f *.o librt.a
44  
45 + ogl:    $(OGLOBJ)
46 +        ar rc librgl.a $(OGLOBJ)
47 +        -ranlib librgl.a
48 +        mv librgl.a ../lib/librgl.a
49 +
50 + x10:
51 +
52 + aed:
53 +
54 + sgi:
55 +
56 + sun:
57 +
58   calexpr.o:      calexpr.c calcomp.h
59          $(CC) $(CFLAGS) -DVARIABLE -DFUNCTION -DRCONST -c calexpr.c
60  
# Line 96 | Line 114 | loadvars.o:    vars.h
114   tonemap.o tmapcolrs.o:  tmprivat.h tonemap.h color.h
115  
116   tonemap.o:      tmerrmsg.h
117 +
118 + rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o:     radogl.h \
119 + standard.h mat4.h fvect.h color.h object.h otypes.h lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines