Mercurial > hg > nsaunier > traffic-intelligence
comparison Makefile @ 120:46b166523bf8
added CMakeLists.txt for feature-based-tracking
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 15 Aug 2011 11:56:34 -0400 |
| parents | fea680fb03ee |
| children | 5e09583275a4 |
comparison
equal
deleted
inserted
replaced
| 119:45a426552aaa | 120:46b166523bf8 |
|---|---|
| 1 # put test for platform | 1 # CMAKE generated file: DO NOT EDIT! |
| 2 # Generated by "Unix Makefiles" Generator, CMake Version 2.8 | |
| 2 | 3 |
| 3 INCLUDE=./include | 4 # Default target executed when no arguments are given to make. |
| 5 default_target: all | |
| 6 .PHONY : default_target | |
| 4 | 7 |
| 5 clibrary: | 8 #============================================================================= |
| 6 @cd $(PWD)/c && make | 9 # Special targets provided by cmake. |
| 7 | 10 |
| 8 doc: | 11 # Disable implicit rules so canoncical targets will work. |
| 9 doxygen | 12 .SUFFIXES: |
| 10 | 13 |
| 14 # Remove some rules from gmake that .SUFFIXES does not remove. | |
| 15 SUFFIXES = | |
| 16 | |
| 17 .SUFFIXES: .hpux_make_needs_suffix_list | |
| 18 | |
| 19 # Suppress display of executed commands. | |
| 20 $(VERBOSE).SILENT: | |
| 21 | |
| 22 # A target that is always out of date. | |
| 23 cmake_force: | |
| 24 .PHONY : cmake_force | |
| 25 | |
| 26 #============================================================================= | |
| 27 # Set environment variables for the build. | |
| 28 | |
| 29 # The shell in which to execute make rules. | |
| 30 SHELL = /bin/sh | |
| 31 | |
| 32 # The CMake executable. | |
| 33 CMAKE_COMMAND = /usr/bin/cmake | |
| 34 | |
| 35 # The command to remove a file. | |
| 36 RM = /usr/bin/cmake -E remove -f | |
| 37 | |
| 38 # The program to use to edit the cache. | |
| 39 CMAKE_EDIT_COMMAND = /usr/bin/ccmake | |
| 40 | |
| 41 # The top-level source directory on which CMake was run. | |
| 42 CMAKE_SOURCE_DIR = /home/nicolas/Research/Code/traffic-intelligence | |
| 43 | |
| 44 # The top-level build directory on which CMake was run. | |
| 45 CMAKE_BINARY_DIR = /home/nicolas/Research/Code/traffic-intelligence | |
| 46 | |
| 47 #============================================================================= | |
| 48 # Targets provided globally by CMake. | |
| 49 | |
| 50 # Special rule for the target edit_cache | |
| 51 edit_cache: | |
| 52 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." | |
| 53 /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
| 54 .PHONY : edit_cache | |
| 55 | |
| 56 # Special rule for the target edit_cache | |
| 57 edit_cache/fast: edit_cache | |
| 58 .PHONY : edit_cache/fast | |
| 59 | |
| 60 # Special rule for the target rebuild_cache | |
| 61 rebuild_cache: | |
| 62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." | |
| 63 /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
| 64 .PHONY : rebuild_cache | |
| 65 | |
| 66 # Special rule for the target rebuild_cache | |
| 67 rebuild_cache/fast: rebuild_cache | |
| 68 .PHONY : rebuild_cache/fast | |
| 69 | |
| 70 # The main all target | |
| 71 all: cmake_check_build_system | |
| 72 $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolas/Research/Code/traffic-intelligence/CMakeFiles /home/nicolas/Research/Code/traffic-intelligence/CMakeFiles/progress.marks | |
| 73 $(MAKE) -f CMakeFiles/Makefile2 all | |
| 74 $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolas/Research/Code/traffic-intelligence/CMakeFiles 0 | |
| 75 .PHONY : all | |
| 76 | |
| 77 # The main clean target | |
| 11 clean: | 78 clean: |
| 12 @cd $(PWD)/c && make clean | 79 $(MAKE) -f CMakeFiles/Makefile2 clean |
| 80 .PHONY : clean | |
| 81 | |
| 82 # The main clean target | |
| 83 clean/fast: clean | |
| 84 .PHONY : clean/fast | |
| 85 | |
| 86 # Prepare targets for installation. | |
| 87 preinstall: all | |
| 88 $(MAKE) -f CMakeFiles/Makefile2 preinstall | |
| 89 .PHONY : preinstall | |
| 90 | |
| 91 # Prepare targets for installation. | |
| 92 preinstall/fast: | |
| 93 $(MAKE) -f CMakeFiles/Makefile2 preinstall | |
| 94 .PHONY : preinstall/fast | |
| 95 | |
| 96 # clear depends | |
| 97 depend: | |
| 98 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | |
| 99 .PHONY : depend | |
| 100 | |
| 101 #============================================================================= | |
| 102 # Target rules for targets named bin/feature-based-tracking | |
| 103 | |
| 104 # Build rule for target. | |
| 105 bin/feature-based-tracking: cmake_check_build_system | |
| 106 $(MAKE) -f CMakeFiles/Makefile2 bin/feature-based-tracking | |
| 107 .PHONY : bin/feature-based-tracking | |
| 108 | |
| 109 # fast build rule for target. | |
| 110 bin/feature-based-tracking/fast: | |
| 111 $(MAKE) -f CMakeFiles/bin/feature-based-tracking.dir/build.make CMakeFiles/bin/feature-based-tracking.dir/build | |
| 112 .PHONY : bin/feature-based-tracking/fast | |
| 113 | |
| 114 c/feature-based-tracking.o: c/feature-based-tracking.cpp.o | |
| 115 .PHONY : c/feature-based-tracking.o | |
| 116 | |
| 117 # target to build an object file | |
| 118 c/feature-based-tracking.cpp.o: | |
| 119 $(MAKE) -f CMakeFiles/bin/feature-based-tracking.dir/build.make CMakeFiles/bin/feature-based-tracking.dir/c/feature-based-tracking.cpp.o | |
| 120 .PHONY : c/feature-based-tracking.cpp.o | |
| 121 | |
| 122 c/feature-based-tracking.i: c/feature-based-tracking.cpp.i | |
| 123 .PHONY : c/feature-based-tracking.i | |
| 124 | |
| 125 # target to preprocess a source file | |
| 126 c/feature-based-tracking.cpp.i: | |
| 127 $(MAKE) -f CMakeFiles/bin/feature-based-tracking.dir/build.make CMakeFiles/bin/feature-based-tracking.dir/c/feature-based-tracking.cpp.i | |
| 128 .PHONY : c/feature-based-tracking.cpp.i | |
| 129 | |
| 130 c/feature-based-tracking.s: c/feature-based-tracking.cpp.s | |
| 131 .PHONY : c/feature-based-tracking.s | |
| 132 | |
| 133 # target to generate assembly for a file | |
| 134 c/feature-based-tracking.cpp.s: | |
| 135 $(MAKE) -f CMakeFiles/bin/feature-based-tracking.dir/build.make CMakeFiles/bin/feature-based-tracking.dir/c/feature-based-tracking.cpp.s | |
| 136 .PHONY : c/feature-based-tracking.cpp.s | |
| 137 | |
| 138 # Help Target | |
| 139 help: | |
| 140 @echo "The following are some of the valid targets for this Makefile:" | |
| 141 @echo "... all (the default if no target is provided)" | |
| 142 @echo "... clean" | |
| 143 @echo "... depend" | |
| 144 @echo "... bin/feature-based-tracking" | |
| 145 @echo "... edit_cache" | |
| 146 @echo "... rebuild_cache" | |
| 147 @echo "... c/feature-based-tracking.o" | |
| 148 @echo "... c/feature-based-tracking.i" | |
| 149 @echo "... c/feature-based-tracking.s" | |
| 150 .PHONY : help | |
| 151 | |
| 152 | |
| 153 | |
| 154 #============================================================================= | |
| 155 # Special targets to cleanup operation of make. | |
| 156 | |
| 157 # Special rule to run CMake to check the build system integrity. | |
| 158 # No rule that depends on this can have commands that come from listfiles | |
| 159 # because they might be regenerated. | |
| 160 cmake_check_build_system: | |
| 161 $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | |
| 162 .PHONY : cmake_check_build_system | |
| 163 |
