]> Creatis software - creaCLI.git/blob - ModuleCall/CMakeFiles/Makefile2
All Slicer modules succesfully compiled into BBTK boxes :P
[creaCLI.git] / ModuleCall / CMakeFiles / Makefile2
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 # The main recursive all target
9 all:
10 .PHONY : all
11
12 # The main recursive preinstall target
13 preinstall:
14 .PHONY : preinstall
15
16 #=============================================================================
17 # Special targets provided by cmake.
18
19 # Disable implicit rules so canonical targets will work.
20 .SUFFIXES:
21
22 # Remove some rules from gmake that .SUFFIXES does not remove.
23 SUFFIXES =
24
25 .SUFFIXES: .hpux_make_needs_suffix_list
26
27 # Suppress display of executed commands.
28 $(VERBOSE).SILENT:
29
30 # A target that is always out of date.
31 cmake_force:
32 .PHONY : cmake_force
33
34 #=============================================================================
35 # Set environment variables for the build.
36
37 # The shell in which to execute make rules.
38 SHELL = /bin/sh
39
40 # The CMake executable.
41 CMAKE_COMMAND = /usr/local/bin/cmake
42
43 # The command to remove a file.
44 RM = /usr/local/bin/cmake -E remove -f
45
46 # The program to use to edit the cache.
47 CMAKE_EDIT_COMMAND = /usr/local/bin/ccmake
48
49 # The top-level source directory on which CMake was run.
50 CMAKE_SOURCE_DIR = /home/riveros/NetBeansProjects/ModuleCall
51
52 # The top-level build directory on which CMake was run.
53 CMAKE_BINARY_DIR = /home/riveros/NetBeansProjects/ModuleCall
54
55 #=============================================================================
56 # Target rules for target CMakeFiles/interoperating_Baby.dir
57
58 # All Build rule for target.
59 CMakeFiles/interoperating_Baby.dir/all:
60         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/depend
61         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/build
62         $(CMAKE_COMMAND) -E cmake_progress_report /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles  1 2
63         @echo "Built target interoperating_Baby"
64 .PHONY : CMakeFiles/interoperating_Baby.dir/all
65
66 # Include target in all.
67 all: CMakeFiles/interoperating_Baby.dir/all
68 .PHONY : all
69
70 # Build rule for subdir invocation for target.
71 CMakeFiles/interoperating_Baby.dir/rule: cmake_check_build_system
72         $(CMAKE_COMMAND) -E cmake_progress_start /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles 2
73         $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/interoperating_Baby.dir/all
74         $(CMAKE_COMMAND) -E cmake_progress_start /home/riveros/NetBeansProjects/ModuleCall/CMakeFiles 0
75 .PHONY : CMakeFiles/interoperating_Baby.dir/rule
76
77 # Convenience name for target.
78 interoperating_Baby: CMakeFiles/interoperating_Baby.dir/rule
79 .PHONY : interoperating_Baby
80
81 # clean rule for target.
82 CMakeFiles/interoperating_Baby.dir/clean:
83         $(MAKE) -f CMakeFiles/interoperating_Baby.dir/build.make CMakeFiles/interoperating_Baby.dir/clean
84 .PHONY : CMakeFiles/interoperating_Baby.dir/clean
85
86 # clean rule for target.
87 clean: CMakeFiles/interoperating_Baby.dir/clean
88 .PHONY : clean
89
90 #=============================================================================
91 # Special targets to cleanup operation of make.
92
93 # Special rule to run CMake to check the build system integrity.
94 # No rule that depends on this can have commands that come from listfiles
95 # because they might be regenerated.
96 cmake_check_build_system:
97         $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
98 .PHONY : cmake_check_build_system
99