Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Makefile @ 88:626560624d55
added the simple script to create directories
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 06 Jun 2011 18:06:01 -0400 |
| parents | 731df2fa0010 |
| children | 45a426552aaa |
comparison
equal
deleted
inserted
replaced
| 87:f234154207d4 | 88:626560624d55 |
|---|---|
| 1 BUILD_DIR=../bin | 1 BUILD_DIR=../bin |
| 2 SCRIPTS_DIR=../scripts | |
| 2 | 3 |
| 3 CXX = g++ | 4 CXX = g++ |
| 4 | 5 |
| 5 INCLUDE = -I../include | 6 INCLUDE = -I../include |
| 6 | 7 |
| 54 default: builddir all | 55 default: builddir all |
| 55 | 56 |
| 56 all: test-pixels optical-flow track-features | 57 all: test-pixels optical-flow track-features |
| 57 | 58 |
| 58 builddir: | 59 builddir: |
| 59 @createdirectory.sh $(BUILD_DIR) | 60 @$(SCRIPTS_DIR)/createdirectory.sh $(BUILD_DIR) |
| 60 | 61 |
| 61 track-features.o: track-features.cpp | 62 track-features.o: track-features.cpp |
| 62 $(CXX) -I../../klt $(INCLUDE) $^ -c | 63 $(CXX) -I../../klt $(INCLUDE) $^ -c |
| 63 | 64 |
| 64 track-features: track-features.o $(OBJS) | 65 track-features: track-features.o $(OBJS) |
