| # | Line 28 | Line 28 | all: $(PROGS) | |
|---|---|---|
| 28 | ||
| 29 | install: $(PROGS) $(LIBFILES) | |
| 30 | cp $(PROGS) $(INSTDIR) | |
| 31 | < | cd $(LIBDIR) ; rm -f $(LIBFILES) |
| 31 | > | cd $(LIBDIR) && rm -f $(LIBFILES) |
| 32 | cp $(LIBFILES) $(LIBDIR) | |
| 33 | ||
| 34 | clean: | |
| # | Line 96 | Line 96 | ies2rad.o lampcolor.o: ../common/color.h | |
| 96 | ies2rad.o: ../common/paths.h | |
| 97 | ||
| 98 | obj2rad.o tmesh2rad.o: ../common/tmesh.h \ | |
| 99 | < | ../common/standard.h ../common/mat4.h ../common/fvect.h |
| 99 | > | ../common/standard.h ../common/rtmisc.h ../common/rtio.h \ |
| 100 | > | ../common/rtmath.h ../common/rterror.h ../common/mat4.h ../common/fvect.h |
| 101 | ||
| 102 | obj2rad.o: trans.h | |
| 103 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |