view Makefile @ 557:b91f33e098ee

refactored some more code in compute crossing and collisions (parallel code works)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 14 Jul 2014 17:33:43 -0400
parents 7d051afcb22d
children 5b534ad95bfb
line wrap: on
line source


cexe:
	@cd c && make feature-based-tracking

doc:
	doxygen

clean:
	@cd c && make clean
	@cd python && rm *.pyc

install: cexe
	@echo "========================================="
	@echo "Copying feature-based tracking executable"
	@cp bin/feature-based-tracking /usr/local/bin
	@echo "========================================="
	@echo "Copying Python scripts"
	@cp scripts/* /usr/local/bin