ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/Rmakefile
Revision: 1.9
Committed: Mon Jul 22 14:33:05 1991 UTC (32 years, 9 months ago) by greg
Branch: MAIN
Changes since 1.8: +2 -2 lines
Log Message:
created words.c for manipulating words in strings

File Contents

# Content
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 LIBDIR = /usr/local/lib/ray
11
12 RTOBJ = cone.o face.o instance.o readobj.o readoct.o otypes.o objset.o \
13 octree.o readfargs.o
14
15 PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
16 colrops.o
17
18 STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fvect.o urand.o \
19 calexpr.o caldefn.o calfunc.o calprnt.o \
20 process.o getpath.o error.o savestr.o savqstr.o \
21 fgetword.o words.o cputs.o wputs.o eputs.o quit.o
22
23 SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o random.o bcopy.o
24
25 librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
26 ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
27 @ ranlib librt.a
28
29 install: librt.a
30
31 clean:
32 rm -f $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)
33
34 fropen.o: fropen.c
35 cc $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c fropen.c
36
37 calexpr.o: calexpr.c calcomp.h
38 cc $(CFLAGS) -DVARIABLE -DFUNCTION -DRCONST -c calexpr.c
39
40 caldefn.o: caldefn.c calcomp.h
41 cc $(CFLAGS) -DFUNCTION -c caldefn.c
42
43 calfunc.o: calfunc.c calcomp.h
44 cc $(CFLAGS) -DVARIABLE -DBIGLIB -c calfunc.c
45
46 color.o colrops.o resolu.o spec_rgb.o: color.h
47
48 cone.o: cone.h
49
50 face.o: face.h
51
52 fvect.o: fvect.h
53
54 instance.o: instance.h
55
56 linregr.o: linregr.h
57
58 mat4.o: mat4.h fvect.h
59
60 cone.o face.o instance.o objset.o otypes.o \
61 readobj.o readoct.o: object.h
62
63 objset.o octree.o readoct.o: octree.h
64
65 cone.o objset.o otypes.o readobj.o readoct.o: otypes.h
66
67 urand.o: random.h
68
69 cone.o face.o image.o instance.o error.o objset.o octree.o \
70 otypes.o readobj.o readoct.o xf.o: standard.h mat4.h fvect.h
71
72 image.o: view.h
73
74 calprnt.o: calcomp.h