| 20 |  |  | 
| 21 |  | MGF_LIB = ../lib/libmgf.a | 
| 22 |  |  | 
| 23 | < | PROGS = thf2rad ies2rad arch2rad nff2rad lampcolor tmesh2rad obj2rad \ | 
| 23 | > | PROGS = ies2rad arch2rad nff2rad lampcolor tmesh2rad obj2rad \ | 
| 24 |  | mgf2rad rad2mgf mgf2meta mgfilt mgf2inv | 
| 25 |  |  | 
| 26 |  | LIBFILES = source.cal tilt.cal lamp.tab | 
| 36 |  | set nonomatch; rm -f $(PROGS) *.o core | 
| 37 |  | cd mgflib ; make clean | 
| 38 |  |  | 
| 39 | – | thf2rad:        thf2rad.o | 
| 40 | – | $(CC) $(CFLAGS) -o thf2rad thf2rad.o | 
| 41 | – |  | 
| 39 |  | ies2rad:        ies2rad.o | 
| 40 |  | $(CC) $(CFLAGS) -o ies2rad ies2rad.o -lrt -lm | 
| 41 |  |  | 
| 95 |  |  | 
| 96 |  | obj2rad.o tmesh2rad.o:  ../common/tmesh.h \ | 
| 97 |  | ../common/standard.h ../common/rtmisc.h ../common/rtio.h \ | 
| 98 | < | ../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h | 
| 98 | > | ../common/rtmath.h ../common/rterror.h ../common/mat4.h \ | 
| 99 | > | ../common/fvect.h ../common/tifftypes.h | 
| 100 |  |  | 
| 101 |  | obj2rad.o:      trans.h | 
| 102 |  |  |