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.27 by gwlarson, Tue Jun 9 11:37:52 1998 UTC vs.
Revision 2.28 by gwlarson, Tue Jun 9 16:18:49 1998 UTC

# Line 30 | Line 30 | SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMP
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:
# Line 44 | Line 46 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines