ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/Rmakefile
Revision: 1.3
Committed: Mon Jul 15 12:00:34 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.2: +6 -2 lines
Log Message:
added fropen.o to library

File Contents

# User Rev Content
1 greg 1.1 #
2     # SCCSid "$SunId$ LBL"
3     # Makefile for ray tracing library routines
4     #
5    
6     OPT = -O -pipe
7     MACH = -DSTRUCTASSIGN -DBSD -DIEEE -f68881 /usr/lib/libm.il
8     CFLAGS = $(MACH) $(OPT)
9    
10 greg 1.3 LIBDIR = /usr/local/lib/ray
11    
12 greg 1.1 RTOBJ = cone.o face.o instance.o readobj.o readoct.o otypes.o objset.o \
13     octree.o
14    
15     PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
16     colrops.o
17    
18 greg 1.3 STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o misc.o fvect.o \
19 greg 1.1 savestr.o urand.o cputs.o wputs.o eputs.o quit.o
20    
21     SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o random.o bcopy.o
22    
23     librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
24     ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
25     @ ranlib librt.a
26 greg 1.3
27     fropen.o: fropen.c
28     cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c
29 greg 1.1
30     color.o colrops.o resolu.o spec_rgb.o: color.h
31    
32     cone.o: cone.h
33    
34     face.o: face.h
35    
36     fvect.o: fvect.h
37    
38     instance.o: instance.h
39    
40     linregr.o: linregr.h
41    
42 greg 1.2 mat4.o: mat4.h fvect.h
43 greg 1.1
44     cone.o face.o instance.o objset.o otypes.o \
45     readobj.o readoct.o: object.h
46    
47     objset.o octree.o readoct.o: octree.h
48    
49     cone.o objset.o otypes.o readobj.o readoct.o: otypes.h
50    
51     urand.o: random.h
52    
53     cone.o face.o image.o instance.o misc.o objset.o octree.o \
54     otypes.o readobj.o readoct.o xf.o: standard.h mat4.h fvect.h
55    
56     image.o: view.h