| 8 |  | MACH = -DBSD | 
| 9 |  |  | 
| 10 |  | CFLAGS = -I../common -L../lib $(OPT) $(MACH) | 
| 11 | + | METACFLAGS = -I../meta | 
| 12 |  |  | 
| 13 |  | CC = cc | 
| 14 |  |  | 
| 29 |  |  | 
| 30 |  | install:        $(PROGS) $(LIBFILES) | 
| 31 |  | cp $(PROGS) $(INSTDIR) | 
| 32 | < | cd $(LIBDIR) ; rm -f $(LIBFILES) | 
| 32 | > | cd $(LIBDIR) && rm -f $(LIBFILES) | 
| 33 |  | cp $(LIBFILES) $(LIBDIR) | 
| 34 |  |  | 
| 35 |  | clean: | 
| 88 |  | $(CC) $(CFLAGS) -c mgf2rad.c | 
| 89 |  |  | 
| 90 |  | mgf2meta.o:     mgf2meta.c mgflib/parser.h | 
| 91 | < | $(CC) $(CFLAGS) -c mgf2meta.c | 
| 91 | > | $(CC) $(CFLAGS) $(METACFLAGS) -c mgf2meta.c | 
| 92 |  |  | 
| 93 |  | arch2rad.o trans.o:     trans.h | 
| 94 |  |  | 
| 97 |  | ies2rad.o:      ../common/paths.h | 
| 98 |  |  | 
| 99 |  | obj2rad.o tmesh2rad.o:  ../common/tmesh.h \ | 
| 100 | < | ../common/standard.h ../common/mat4.h ../common/fvect.h | 
| 100 | > | ../common/standard.h ../common/rtmisc.h ../common/rtio.h \ | 
| 101 | > | ../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h | 
| 102 |  |  | 
| 103 |  | obj2rad.o:      trans.h | 
| 104 |  |  |