Salome HOME
IMP: Verima / New Plugin: Added a plugin for meshers quality testing (work done at...
[modules/smesh.git] / src / Tools / Verima / Doc / 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 = /local00/salome/prerequisites/install/Cmake-28102/bin/cmake
34
35 # The command to remove a file.
36 RM = /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -E remove -f
37
38 # Escaping for special characters.
39 EQUALS = =
40
41 # The program to use to edit the cache.
42 CMAKE_EDIT_COMMAND = /usr/bin/cmake-gui
43
44 # The top-level source directory on which CMake was run.
45 CMAKE_SOURCE_DIR = /local00/salome/V7_main/modules/src/SMESH_V7_main
46
47 # The top-level build directory on which CMake was run.
48 CMAKE_BINARY_DIR = /local00/salome/V7_main/modules/src/SMESH_V7_main
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/bin/cmake-gui -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 install
64 install: preinstall
65         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
66         /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -P cmake_install.cmake
67 .PHONY : install
68
69 # Special rule for the target install
70 install/fast: preinstall/fast
71         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
72         /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -P cmake_install.cmake
73 .PHONY : install/fast
74
75 # Special rule for the target install/local
76 install/local: preinstall
77         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
78         /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
79 .PHONY : install/local
80
81 # Special rule for the target install/local
82 install/local/fast: install/local
83 .PHONY : install/local/fast
84
85 # Special rule for the target install/strip
86 install/strip: preinstall
87         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
88         /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
89 .PHONY : install/strip
90
91 # Special rule for the target install/strip
92 install/strip/fast: install/strip
93 .PHONY : install/strip/fast
94
95 # Special rule for the target list_install_components
96 list_install_components:
97         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
98 .PHONY : list_install_components
99
100 # Special rule for the target list_install_components
101 list_install_components/fast: list_install_components
102 .PHONY : list_install_components/fast
103
104 # Special rule for the target rebuild_cache
105 rebuild_cache:
106         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
107         /local00/salome/prerequisites/install/Cmake-28102/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
108 .PHONY : rebuild_cache
109
110 # Special rule for the target rebuild_cache
111 rebuild_cache/fast: rebuild_cache
112 .PHONY : rebuild_cache/fast
113
114 # The main all target
115 all: cmake_check_build_system
116         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(CMAKE_COMMAND) -E cmake_progress_start /local00/salome/V7_main/modules/src/SMESH_V7_main/CMakeFiles /local00/salome/V7_main/modules/src/SMESH_V7_main/src/Tools/Verima/Doc/CMakeFiles/progress.marks
117         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f CMakeFiles/Makefile2 src/Tools/Verima/Doc/all
118         $(CMAKE_COMMAND) -E cmake_progress_start /local00/salome/V7_main/modules/src/SMESH_V7_main/CMakeFiles 0
119 .PHONY : all
120
121 # The main clean target
122 clean:
123         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f CMakeFiles/Makefile2 src/Tools/Verima/Doc/clean
124 .PHONY : clean
125
126 # The main clean target
127 clean/fast: clean
128 .PHONY : clean/fast
129
130 # Prepare targets for installation.
131 preinstall: all
132         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f CMakeFiles/Makefile2 src/Tools/Verima/Doc/preinstall
133 .PHONY : preinstall
134
135 # Prepare targets for installation.
136 preinstall/fast:
137         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f CMakeFiles/Makefile2 src/Tools/Verima/Doc/preinstall
138 .PHONY : preinstall/fast
139
140 # clear depends
141 depend:
142         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
143 .PHONY : depend
144
145 # Convenience name for target.
146 src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/rule:
147         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f CMakeFiles/Makefile2 src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/rule
148 .PHONY : src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/rule
149
150 # Convenience name for target.
151 html_docs_Verima: src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/rule
152 .PHONY : html_docs_Verima
153
154 # fast build rule for target.
155 html_docs_Verima/fast:
156         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(MAKE) -f src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/build.make src/Tools/Verima/Doc/CMakeFiles/html_docs_Verima.dir/build
157 .PHONY : html_docs_Verima/fast
158
159 # Help Target
160 help:
161         @echo "The following are some of the valid targets for this Makefile:"
162         @echo "... all (the default if no target is provided)"
163         @echo "... clean"
164         @echo "... depend"
165         @echo "... edit_cache"
166         @echo "... html_docs_Verima"
167         @echo "... install"
168         @echo "... install/local"
169         @echo "... install/strip"
170         @echo "... list_install_components"
171         @echo "... rebuild_cache"
172 .PHONY : help
173
174
175
176 #=============================================================================
177 # Special targets to cleanup operation of make.
178
179 # Special rule to run CMake to check the build system integrity.
180 # No rule that depends on this can have commands that come from listfiles
181 # because they might be regenerated.
182 cmake_check_build_system:
183         cd /local00/salome/V7_main/modules/src/SMESH_V7_main && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
184 .PHONY : cmake_check_build_system
185