]> Creatis software - creaCLI.git/blob - ModuleCall/Makefile
All Slicer modules succesfully compiled into BBTK boxes :P
[creaCLI.git] / ModuleCall / Makefile
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 2.8
3
4 # Default target executed when no arguments are given to make.
5 default_target: all
6 .PHONY : default_target
7
8 #=============================================================================
9 # Special targets provided by cmake.
10
11 # Disable implicit rules so canonical targets will work.
12 .SUFFIXES:
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/local/bin/cmake
34
35 # The command to remove a file.
36 RM = /usr/local/bin/cmake -E remove -f
37
38 # The program to use to edit the cache.
39 CMAKE_EDIT_COMMAND = /usr/local/bin/ccmake
40
41 # The top-level source directory on which CMake was run.
42 CMAKE_SOURCE_DIR = /home/riveros/NetBeansProjects/ModuleCall
43
44 # The top-level build directory on which CMake was run.
45 CMAKE_BINARY_DIR = /home/riveros/NetBeansProjects/ModuleCall
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/local/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/local/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/riveros/NetBeansProjects/ModuleCall/CMakeFiles /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles/progress.marks
73         $(MAKE) -f CMakeFiles/Makefile2 all
74         $(CMAKE_COMMAND) -E cmake_progress_start /home/riveros/NetBeansProjects/ModuleCall/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 interoperating_Baby
103
104 # Build rule for target.
105 interoperating_Baby: cmake_check_build_system
106         $(MAKE) -f CMakeFiles/Makefile2 interoperating_Baby
107 .PHONY : interoperating_Baby
108
109 # fast build rule for target.
110 interoperating_Baby/fast:
111         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/build
112 .PHONY : interoperating_Baby/fast
113
114 CreationTool.o: CreationTool.cxx.o
115 .PHONY : CreationTool.o
116
117 # target to build an object file
118 CreationTool.cxx.o:
119         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.o
120 .PHONY : CreationTool.cxx.o
121
122 CreationTool.i: CreationTool.cxx.i
123 .PHONY : CreationTool.i
124
125 # target to preprocess a source file
126 CreationTool.cxx.i:
127         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.i
128 .PHONY : CreationTool.cxx.i
129
130 CreationTool.s: CreationTool.cxx.s
131 .PHONY : CreationTool.s
132
133 # target to generate assembly for a file
134 CreationTool.cxx.s:
135         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.s
136 .PHONY : CreationTool.cxx.s
137
138 main.o: main.cpp.o
139 .PHONY : main.o
140
141 # target to build an object file
142 main.cpp.o:
143         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.o
144 .PHONY : main.cpp.o
145
146 main.i: main.cpp.i
147 .PHONY : main.i
148
149 # target to preprocess a source file
150 main.cpp.i:
151         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.i
152 .PHONY : main.cpp.i
153
154 main.s: main.cpp.s
155 .PHONY : main.s
156
157 # target to generate assembly for a file
158 main.cpp.s:
159         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.s
160 .PHONY : main.cpp.s
161
162 # Help Target
163 help:
164         @echo "The following are some of the valid targets for this Makefile:"
165         @echo "... all (the default if no target is provided)"
166         @echo "... clean"
167         @echo "... depend"
168         @echo "... edit_cache"
169         @echo "... interoperating_Baby"
170         @echo "... rebuild_cache"
171         @echo "... CreationTool.o"
172         @echo "... CreationTool.i"
173         @echo "... CreationTool.s"
174         @echo "... main.o"
175         @echo "... main.i"
176         @echo "... main.s"
177 .PHONY : help
178
179
180
181 #=============================================================================
182 # Special targets to cleanup operation of make.
183
184 # Special rule to run CMake to check the build system integrity.
185 # No rule that depends on this can have commands that come from listfiles
186 # because they might be regenerated.
187 cmake_check_build_system:
188         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
189 .PHONY : cmake_check_build_system
190