Mercurial > hg > nsaunier > traffic-intelligence
comparison Makefile @ 614:5e09583275a4
Merged Nicolas/trafficintelligence into default
| author | Mohamed Gomaa <eng.m.gom3a@gmail.com> |
|---|---|
| date | Fri, 05 Dec 2014 12:13:53 -0500 |
| parents | 46b166523bf8 5b534ad95bfb |
| children | f3a0b652b590 |
comparison
equal
deleted
inserted
replaced
| 598:11f96bd08552 | 614:5e09583275a4 |
|---|---|
| 1 # CMAKE generated file: DO NOT EDIT! | |
| 2 # Generated by "Unix Makefiles" Generator, CMake Version 2.8 | |
| 3 | 1 |
| 4 # Default target executed when no arguments are given to make. | 2 cexe: |
| 5 default_target: all | 3 @cd c && make feature-based-tracking |
| 6 .PHONY : default_target | |
| 7 | 4 |
| 8 #============================================================================= | 5 doc: |
| 9 # Special targets provided by cmake. | 6 doxygen |
| 10 | 7 |
| 11 # Disable implicit rules so canoncical targets will work. | 8 clean: |
| 12 .SUFFIXES: | 9 @cd c && make clean |
| 10 @cd python && rm *.pyc | |
| 13 | 11 |
| 14 # Remove some rules from gmake that .SUFFIXES does not remove. | 12 install: cexe |
| 15 SUFFIXES = | 13 @echo "=========================================" |
| 14 @echo "Installing for Linux" | |
| 15 @echo "=========================================" | |
| 16 @echo "Copying feature-based tracking executable" | |
| 17 @cp bin/feature-based-tracking /usr/local/bin | |
| 18 @echo "=========================================" | |
| 19 @echo "Copying Python scripts" | |
| 20 @cp scripts/* /usr/local/bin | |
| 16 | 21 |
| 17 .SUFFIXES: .hpux_make_needs_suffix_list | 22 uninstall: |
| 18 | 23 @echo "Uninstalling for Linux" |
| 19 # Suppress display of executed commands. | 24 rm /usr/local/bin/feature-based-tracking |
| 20 $(VERBOSE).SILENT: | 25 @cd scripts && ./uninstall-scripts.sh |
| 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 | |
| 78 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 |
