Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Makefile @ 136:0f790de9437e
renamed Feature to Motion files and added code to test blob db
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 18 Aug 2011 22:25:21 -0400 |
| parents | 63dd4355b6d1 |
| children | 445e773c9be3 |
comparison
equal
deleted
inserted
replaced
| 135:32d2722d4028 | 136:0f790de9437e |
|---|---|
| 62 @$(SCRIPTS_DIR)/createdirectory.sh $(BUILD_DIR) | 62 @$(SCRIPTS_DIR)/createdirectory.sh $(BUILD_DIR) |
| 63 | 63 |
| 64 test: | 64 test: |
| 65 echo "coucou $(HOME)" | 65 echo "coucou $(HOME)" |
| 66 | 66 |
| 67 feature-based-tracking: feature-based-tracking.o cvutils.o Feature.o | 67 feature-based-tracking: feature-based-tracking.o cvutils.o Motion.o |
| 68 $(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS) | 68 $(CXX) $(CFLAGS) $(LIBS) $^ -o $(BUILD_DIR)/$@ $(LDFLAGS) |
| 69 | 69 |
| 70 track-features.o: track-features.cpp | 70 track-features.o: track-features.cpp |
| 71 $(CXX) -I../../klt $(INCLUDE) $^ -c | 71 $(CXX) -I../../klt $(INCLUDE) $^ -c |
| 72 | 72 |
