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.28 by gregl, Sat Jan 3 20:07:30 1998 UTC vs.
Revision 2.32 by gwlarson, Fri Dec 4 18:02:07 1998 UTC

# Line 1 | Line 1
1   #
2 < # SCCSid "$SunId$ LBL"
2 > # SCCSid "$SunId$ SGI"
3   # Compiles for ray tracing programs.
4   #
5  
# Line 76 | Line 76 | MATSRC = aniso.c normal.c dielectric.c m_clip.c glass.
76   MODOBJS = p_func.o t_func.o p_data.o t_data.o text.o mx_func.o mx_data.o
77   MODSRC = p_func.c t_func.c p_data.c t_data.c text.c mx_func.c mx_data.c
78  
79 < SUPPOBJS = zeroes.o calexpr.o caldefn.o func.o noise3.o malloc.o data.o \
80 <        readfargs.o
81 < SUPPSRC = zeroes.c calexpr.c caldefn.c func.c noise3.c data.c malloc.c \
82 <        readfargs.c
79 > SUPPOBJS = calexpr.o caldefn.o func.o noise3.o malloc.o data.o readfargs.o
80 > SUPPSRC = calexpr.c caldefn.c func.c noise3.c data.c malloc.c readfargs.c
81  
82   HEADERS = ambient.h ray.h data.h otspecial.h source.h
83  
# Line 89 | Line 87 | HEADERS = ambient.h ray.h data.h otspecial.h source.h
87  
88   PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rview $(DESTDIR)/lookamb
89  
90 < all:    $(PROGS) $(SPECIAL)
90 > all:    $(PROGS)
91  
92   install:        $(PROGS) $(SPECIAL) rayinit.cal
93          $(INSTALL) $(PROGS) $(INSTDIR)
# Line 104 | Line 102 | aed:   $(DEVDIR)/aed
102  
103   sgi:    $(DEVDIR)/news
104  
105 < tiff:  
105 > ogl:    
106  
107   clean:
108          set nonomatch; rm -f $(PROGS) *.o core
# Line 126 | Line 124 | $(DESTDIR)/rview:      $(RVOBJS)
124          $(CC) $(CFLAGS) -o $(DESTDIR)/rview $(RVOBJS) $(DLIBS) $(LIBS)
125  
126   $(DESTDIR)/lookamb:     lookamb.o ambio.o
127 <        $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o -lrt
127 >        $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o $(LIBS)
128  
129   $(DEVDIR)/sun:  sundev.o devmain.o colortab.o editline.o
130          $(CC) $(CFLAGS) -s -o $(DEVDIR)/sun devmain.o sundev.o colortab.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines