Mercurial > hg > nsaunier > traffic-intelligence
comparison Makefile @ 554:7d051afcb22d
added back simple makefile to install the feature-based tracking executable and the scripts in /usr/local/bin so that they are accessible without typing the path to the source folder
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Fri, 11 Jul 2014 16:25:57 -0400 |
| parents | |
| children | 5b534ad95bfb |
comparison
equal
deleted
inserted
replaced
| 553:3622a5653ee9 | 554:7d051afcb22d |
|---|---|
| 1 | |
| 2 cexe: | |
| 3 @cd c && make feature-based-tracking | |
| 4 | |
| 5 doc: | |
| 6 doxygen | |
| 7 | |
| 8 clean: | |
| 9 @cd c && make clean | |
| 10 @cd python && rm *.pyc | |
| 11 | |
| 12 install: cexe | |
| 13 @echo "=========================================" | |
| 14 @echo "Copying feature-based tracking executable" | |
| 15 @cp bin/feature-based-tracking /usr/local/bin | |
| 16 @echo "=========================================" | |
| 17 @echo "Copying Python scripts" | |
| 18 @cp scripts/* /usr/local/bin |
