]> Creatis software - creaCLI.git/blob - ModuleCall/Makefile
Simple DL-Open example
[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 # Produce verbose output by default.
20 VERBOSE = 1
21
22 # Suppress display of executed commands.
23 $(VERBOSE).SILENT:
24
25 # A target that is always out of date.
26 cmake_force:
27 .PHONY : cmake_force
28
29 #=============================================================================
30 # Set environment variables for the build.
31
32 # The shell in which to execute make rules.
33 SHELL = /bin/sh
34
35 # The CMake executable.
36 CMAKE_COMMAND = /usr/local/bin/cmake
37
38 # The command to remove a file.
39 RM = /usr/local/bin/cmake -E remove -f
40
41 # The program to use to edit the cache.
42 CMAKE_EDIT_COMMAND = /usr/local/bin/ccmake
43
44 # The top-level source directory on which CMake was run.
45 CMAKE_SOURCE_DIR = /home/riveros/NetBeansProjects/ModuleCall
46
47 # The top-level build directory on which CMake was run.
48 CMAKE_BINARY_DIR = /home/riveros/NetBeansProjects/ModuleCall
49
50 #=============================================================================
51 # Targets provided globally by CMake.
52
53 # Special rule for the target edit_cache
54 edit_cache:
55         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
56         /usr/local/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
57 .PHONY : edit_cache
58
59 # Special rule for the target edit_cache
60 edit_cache/fast: edit_cache
61 .PHONY : edit_cache/fast
62
63 # Special rule for the target rebuild_cache
64 rebuild_cache:
65         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
66         /usr/local/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
67 .PHONY : rebuild_cache
68
69 # Special rule for the target rebuild_cache
70 rebuild_cache/fast: rebuild_cache
71 .PHONY : rebuild_cache/fast
72
73 # The main all target
74 all: cmake_check_build_system
75         $(CMAKE_COMMAND) -E cmake_progress_start /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles/progress.marks
76         $(MAKE) -f CMakeFiles/Makefile2 all
77         $(CMAKE_COMMAND) -E cmake_progress_start /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles 0
78 .PHONY : all
79
80 # The main clean target
81 clean:
82         $(MAKE) -f CMakeFiles/Makefile2 clean
83 .PHONY : clean
84
85 # The main clean target
86 clean/fast: clean
87 .PHONY : clean/fast
88
89 # Prepare targets for installation.
90 preinstall: all
91         $(MAKE) -f CMakeFiles/Makefile2 preinstall
92 .PHONY : preinstall
93
94 # Prepare targets for installation.
95 preinstall/fast:
96         $(MAKE) -f CMakeFiles/Makefile2 preinstall
97 .PHONY : preinstall/fast
98
99 # clear depends
100 depend:
101         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
102 .PHONY : depend
103
104 #=============================================================================
105 # Target rules for targets named interoperating_Baby
106
107 # Build rule for target.
108 interoperating_Baby: cmake_check_build_system
109         $(MAKE) -f CMakeFiles/Makefile2 interoperating_Baby
110 .PHONY : interoperating_Baby
111
112 # fast build rule for target.
113 interoperating_Baby/fast:
114         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/build
115 .PHONY : interoperating_Baby/fast
116
117 CreationTool.o: CreationTool.cxx.o
118 .PHONY : CreationTool.o
119
120 # target to build an object file
121 CreationTool.cxx.o:
122         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.o
123 .PHONY : CreationTool.cxx.o
124
125 CreationTool.i: CreationTool.cxx.i
126 .PHONY : CreationTool.i
127
128 # target to preprocess a source file
129 CreationTool.cxx.i:
130         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.i
131 .PHONY : CreationTool.cxx.i
132
133 CreationTool.s: CreationTool.cxx.s
134 .PHONY : CreationTool.s
135
136 # target to generate assembly for a file
137 CreationTool.cxx.s:
138         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/CreationTool.cxx.s
139 .PHONY : CreationTool.cxx.s
140
141 main.o: main.cpp.o
142 .PHONY : main.o
143
144 # target to build an object file
145 main.cpp.o:
146         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.o
147 .PHONY : main.cpp.o
148
149 main.i: main.cpp.i
150 .PHONY : main.i
151
152 # target to preprocess a source file
153 main.cpp.i:
154         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.i
155 .PHONY : main.cpp.i
156
157 main.s: main.cpp.s
158 .PHONY : main.s
159
160 # target to generate assembly for a file
161 main.cpp.s:
162         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/main.cpp.s
163 .PHONY : main.cpp.s
164
165 # Help Target
166 help:
167         @echo "The following are some of the valid targets for this Makefile:"
168         @echo "... all (the default if no target is provided)"
169         @echo "... clean"
170         @echo "... depend"
171         @echo "... edit_cache"
172         @echo "... interoperating_Baby"
173         @echo "... rebuild_cache"
174         @echo "... CreationTool.o"
175         @echo "... CreationTool.i"
176         @echo "... CreationTool.s"
177         @echo "... main.o"
178         @echo "... main.i"
179         @echo "... main.s"
180 .PHONY : help
181
182
183
184 #=============================================================================
185 # Special targets to cleanup operation of make.
186
187 # Special rule to run CMake to check the build system integrity.
188 # No rule that depends on this can have commands that come from listfiles
189 # because they might be regenerated.
190 cmake_check_build_system:
191         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
192 .PHONY : cmake_check_build_system
193