Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Makefile @ 401:b829ebdc18e6
simplified input of directories of video frames (simply use the video filename parameter to point at the directory)
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 29 Jul 2013 18:58:05 -0400 |
| parents | 7ef1071e3cc3 |
| children | 27f14b99f5a8 |
comparison
equal
deleted
inserted
replaced
| 400:7ef1071e3cc3 | 401:b829ebdc18e6 |
|---|---|
| 8 | 8 |
| 9 LIBS = -L../../klt -L$(TRAJECTORYMANAGEMENT_DIR) | 9 LIBS = -L../../klt -L$(TRAJECTORYMANAGEMENT_DIR) |
| 10 | 10 |
| 11 LDFLAGS = -lm | 11 LDFLAGS = -lm |
| 12 LDFLAGS += -lTrajectoryManagementAndAnalysis -lsqlite3 | 12 LDFLAGS += -lTrajectoryManagementAndAnalysis -lsqlite3 |
| 13 LDFLAGS += -lboost_program_options | 13 LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_system |
| 14 # -lboost_filesystem-mt -lboost_system-mt | |
| 15 #LDFLAGS += -lfltk | 14 #LDFLAGS += -lfltk |
| 16 | 15 |
| 17 CFLAGS = -Wall -W -Wextra | 16 CFLAGS = -Wall -W -Wextra |
| 18 UNAME = $(shell uname) | 17 UNAME = $(shell uname) |
| 19 | 18 |
