Mercurial > repos > marcel > caddsuite_linux_x86_64
comparison CADDSuite/data/OpenBabel/Makefile @ 3:ff6df146c0d5
Uploaded
author | marcel |
---|---|
date | Sun, 26 Jun 2011 13:53:57 -0400 |
parents | bac3c274238f |
children |
comparison
equal
deleted
inserted
replaced
2:bbc4a2c1d276 | 3:ff6df146c0d5 |
---|---|
1 # CMAKE generated file: DO NOT EDIT! | |
2 # Generated by "Unix Makefiles" Generator, CMake Version 2.6 | |
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 canoncical 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 = /share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake | |
34 | |
35 # The command to remove a file. | |
36 RM = /share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -E remove -f | |
37 | |
38 # The program to use to edit the cache. | |
39 CMAKE_EDIT_COMMAND = /share/opt/x86_64_sl5/cmake-2.6.4/bin/ccmake | |
40 | |
41 # The top-level source directory on which CMake was run. | |
42 CMAKE_SOURCE_DIR = /share/opt/x86_64_sl5/openbabel-2.3.0/build | |
43 | |
44 # The top-level build directory on which CMake was run. | |
45 CMAKE_BINARY_DIR = /share/opt/x86_64_sl5/openbabel-2.3.0/build | |
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 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/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 install | |
61 install: preinstall | |
62 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." | |
63 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -P cmake_install.cmake | |
64 .PHONY : install | |
65 | |
66 # Special rule for the target install | |
67 install/fast: preinstall/fast | |
68 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." | |
69 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -P cmake_install.cmake | |
70 .PHONY : install/fast | |
71 | |
72 # Special rule for the target install/local | |
73 install/local: preinstall | |
74 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." | |
75 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake | |
76 .PHONY : install/local | |
77 | |
78 # Special rule for the target install/local | |
79 install/local/fast: install/local | |
80 .PHONY : install/local/fast | |
81 | |
82 # Special rule for the target install/strip | |
83 install/strip: preinstall | |
84 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." | |
85 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake | |
86 .PHONY : install/strip | |
87 | |
88 # Special rule for the target install/strip | |
89 install/strip/fast: install/strip | |
90 .PHONY : install/strip/fast | |
91 | |
92 # Special rule for the target list_install_components | |
93 list_install_components: | |
94 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Development\" \"Unspecified\"" | |
95 .PHONY : list_install_components | |
96 | |
97 # Special rule for the target list_install_components | |
98 list_install_components/fast: list_install_components | |
99 .PHONY : list_install_components/fast | |
100 | |
101 # Special rule for the target rebuild_cache | |
102 rebuild_cache: | |
103 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." | |
104 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) | |
105 .PHONY : rebuild_cache | |
106 | |
107 # Special rule for the target rebuild_cache | |
108 rebuild_cache/fast: rebuild_cache | |
109 .PHONY : rebuild_cache/fast | |
110 | |
111 # Special rule for the target test | |
112 test: | |
113 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." | |
114 /nfs/wsi/bs/share/opt/x86_64_sl5/cmake-2.6.4/bin/ctest --force-new-ctest-process $(ARGS) | |
115 .PHONY : test | |
116 | |
117 # Special rule for the target test | |
118 test/fast: test | |
119 .PHONY : test/fast | |
120 | |
121 # The main all target | |
122 all: cmake_check_build_system | |
123 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(CMAKE_COMMAND) -E cmake_progress_start /share/opt/x86_64_sl5/openbabel-2.3.0/build/CMakeFiles /share/opt/x86_64_sl5/openbabel-2.3.0/build/data/CMakeFiles/progress.make | |
124 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(MAKE) -f CMakeFiles/Makefile2 data/all | |
125 $(CMAKE_COMMAND) -E cmake_progress_start /share/opt/x86_64_sl5/openbabel-2.3.0/build/CMakeFiles 0 | |
126 .PHONY : all | |
127 | |
128 # The main clean target | |
129 clean: | |
130 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(MAKE) -f CMakeFiles/Makefile2 data/clean | |
131 .PHONY : clean | |
132 | |
133 # The main clean target | |
134 clean/fast: clean | |
135 .PHONY : clean/fast | |
136 | |
137 # Prepare targets for installation. | |
138 preinstall: all | |
139 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(MAKE) -f CMakeFiles/Makefile2 data/preinstall | |
140 .PHONY : preinstall | |
141 | |
142 # Prepare targets for installation. | |
143 preinstall/fast: | |
144 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(MAKE) -f CMakeFiles/Makefile2 data/preinstall | |
145 .PHONY : preinstall/fast | |
146 | |
147 # clear depends | |
148 depend: | |
149 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 | |
150 .PHONY : depend | |
151 | |
152 # Help Target | |
153 help: | |
154 @echo "The following are some of the valid targets for this Makefile:" | |
155 @echo "... all (the default if no target is provided)" | |
156 @echo "... clean" | |
157 @echo "... depend" | |
158 @echo "... edit_cache" | |
159 @echo "... install" | |
160 @echo "... install/local" | |
161 @echo "... install/strip" | |
162 @echo "... list_install_components" | |
163 @echo "... rebuild_cache" | |
164 @echo "... test" | |
165 .PHONY : help | |
166 | |
167 | |
168 | |
169 #============================================================================= | |
170 # Special targets to cleanup operation of make. | |
171 | |
172 # Special rule to run CMake to check the build system integrity. | |
173 # No rule that depends on this can have commands that come from listfiles | |
174 # because they might be regenerated. | |
175 cmake_check_build_system: | |
176 cd /share/opt/x86_64_sl5/openbabel-2.3.0/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 | |
177 .PHONY : cmake_check_build_system | |
178 |