view Makefile @ 555:f13220f765e0

added static methods to create trajectories and moving objects
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 13 Jul 2014 23:34:00 -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