Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 204 | chris | 1 | all: |
| 2 | (cd graphicsTest; make -f Makefile) |
||
| 3 | (cd videoTest; make -f Makefile) |
||
| 4 | (cd calib_distortion; make -f Makefile) |
||
| 5 | (cd calib_cparam; make -f Makefile) |
||
| 6 | (cd mk_patt; make -f Makefile) |
||
| 7 | (cd calib_camera2; make -f Makefile) |
||
| 8 | |||
| 9 | clean: |
||
| 10 | (cd graphicsTest; make -f Makefile clean) |
||
| 11 | (cd videoTest; make -f Makefile clean) |
||
| 12 | (cd calib_distortion; make -f Makefile clean) |
||
| 13 | (cd calib_cparam; make -f Makefile clean) |
||
| 14 | (cd mk_patt; make -f Makefile clean) |
||
| 15 | (cd calib_camera2; make -f Makefile clean) |
||
| 16 | |||
| 17 | allclean: |
||
| 18 | (cd graphicsTest; make -f Makefile allclean) |
||
| 19 | (cd videoTest; make -f Makefile allclean) |
||
| 20 | (cd calib_distortion; make -f Makefile allclean) |
||
| 21 | (cd calib_cparam; make -f Makefile allclean) |
||
| 22 | (cd mk_patt; make -f Makefile allclean) |
||
| 23 | (cd calib_camera2; make -f Makefile allclean) |
||
| 24 | rm -f Makefile |