CMake reorganization.
[bluesky.git] / nfs3 / Makefile
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 = /usr/bin/cmake
34
35 # The command to remove a file.
36 RM = /usr/bin/cmake -E remove -f
37
38 # The top-level source directory on which CMake was run.
39 CMAKE_SOURCE_DIR = /home/mvrable/local/bluesky.git
40
41 # The top-level build directory on which CMake was run.
42 CMAKE_BINARY_DIR = /home/mvrable/local/bluesky.git
43
44 #=============================================================================
45 # Targets provided globally by CMake.
46
47 # Special rule for the target edit_cache
48 edit_cache:
49         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
50         /usr/bin/cmake -i .
51 .PHONY : edit_cache
52
53 # Special rule for the target edit_cache
54 edit_cache/fast: edit_cache
55 .PHONY : edit_cache/fast
56
57 # Special rule for the target rebuild_cache
58 rebuild_cache:
59         @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
60         /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
61 .PHONY : rebuild_cache
62
63 # Special rule for the target rebuild_cache
64 rebuild_cache/fast: rebuild_cache
65 .PHONY : rebuild_cache/fast
66
67 # The main all target
68 all: cmake_check_build_system
69         cd /home/mvrable/local/bluesky.git && $(CMAKE_COMMAND) -E cmake_progress_start /home/mvrable/local/bluesky.git/CMakeFiles /home/mvrable/local/bluesky.git/nfs3/CMakeFiles/progress.make
70         cd /home/mvrable/local/bluesky.git && $(MAKE) -f CMakeFiles/Makefile2 nfs3/all
71         $(CMAKE_COMMAND) -E cmake_progress_start /home/mvrable/local/bluesky.git/CMakeFiles 0
72 .PHONY : all
73
74 # The main clean target
75 clean:
76         cd /home/mvrable/local/bluesky.git && $(MAKE) -f CMakeFiles/Makefile2 nfs3/clean
77 .PHONY : clean
78
79 # The main clean target
80 clean/fast: clean
81 .PHONY : clean/fast
82
83 # Prepare targets for installation.
84 preinstall: all
85         cd /home/mvrable/local/bluesky.git && $(MAKE) -f CMakeFiles/Makefile2 nfs3/preinstall
86 .PHONY : preinstall
87
88 # Prepare targets for installation.
89 preinstall/fast:
90         cd /home/mvrable/local/bluesky.git && $(MAKE) -f CMakeFiles/Makefile2 nfs3/preinstall
91 .PHONY : preinstall/fast
92
93 # clear depends
94 depend:
95         cd /home/mvrable/local/bluesky.git && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
96 .PHONY : depend
97
98 # Convenience name for target.
99 nfs3/CMakeFiles/nfsproxy.dir/rule:
100         cd /home/mvrable/local/bluesky.git && $(MAKE) -f CMakeFiles/Makefile2 nfs3/CMakeFiles/nfsproxy.dir/rule
101 .PHONY : nfs3/CMakeFiles/nfsproxy.dir/rule
102
103 # Convenience name for target.
104 nfsproxy: nfs3/CMakeFiles/nfsproxy.dir/rule
105 .PHONY : nfsproxy
106
107 # fast build rule for target.
108 nfsproxy/fast:
109         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/build
110 .PHONY : nfsproxy/fast
111
112 mount.o: mount.c.o
113 .PHONY : mount.o
114
115 # target to build an object file
116 mount.c.o:
117         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount.c.o
118 .PHONY : mount.c.o
119
120 mount.i: mount.c.i
121 .PHONY : mount.i
122
123 # target to preprocess a source file
124 mount.c.i:
125         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount.c.i
126 .PHONY : mount.c.i
127
128 mount.s: mount.c.s
129 .PHONY : mount.s
130
131 # target to generate assembly for a file
132 mount.c.s:
133         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount.c.s
134 .PHONY : mount.c.s
135
136 mount_prot_xdr.o: mount_prot_xdr.c.o
137 .PHONY : mount_prot_xdr.o
138
139 # target to build an object file
140 mount_prot_xdr.c.o:
141         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount_prot_xdr.c.o
142 .PHONY : mount_prot_xdr.c.o
143
144 mount_prot_xdr.i: mount_prot_xdr.c.i
145 .PHONY : mount_prot_xdr.i
146
147 # target to preprocess a source file
148 mount_prot_xdr.c.i:
149         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount_prot_xdr.c.i
150 .PHONY : mount_prot_xdr.c.i
151
152 mount_prot_xdr.s: mount_prot_xdr.c.s
153 .PHONY : mount_prot_xdr.s
154
155 # target to generate assembly for a file
156 mount_prot_xdr.c.s:
157         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/mount_prot_xdr.c.s
158 .PHONY : mount_prot_xdr.c.s
159
160 nfs3.o: nfs3.c.o
161 .PHONY : nfs3.o
162
163 # target to build an object file
164 nfs3.c.o:
165         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3.c.o
166 .PHONY : nfs3.c.o
167
168 nfs3.i: nfs3.c.i
169 .PHONY : nfs3.i
170
171 # target to preprocess a source file
172 nfs3.c.i:
173         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3.c.i
174 .PHONY : nfs3.c.i
175
176 nfs3.s: nfs3.c.s
177 .PHONY : nfs3.s
178
179 # target to generate assembly for a file
180 nfs3.c.s:
181         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3.c.s
182 .PHONY : nfs3.c.s
183
184 nfs3_prot_xdr.o: nfs3_prot_xdr.c.o
185 .PHONY : nfs3_prot_xdr.o
186
187 # target to build an object file
188 nfs3_prot_xdr.c.o:
189         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3_prot_xdr.c.o
190 .PHONY : nfs3_prot_xdr.c.o
191
192 nfs3_prot_xdr.i: nfs3_prot_xdr.c.i
193 .PHONY : nfs3_prot_xdr.i
194
195 # target to preprocess a source file
196 nfs3_prot_xdr.c.i:
197         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3_prot_xdr.c.i
198 .PHONY : nfs3_prot_xdr.c.i
199
200 nfs3_prot_xdr.s: nfs3_prot_xdr.c.s
201 .PHONY : nfs3_prot_xdr.s
202
203 # target to generate assembly for a file
204 nfs3_prot_xdr.c.s:
205         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfs3_prot_xdr.c.s
206 .PHONY : nfs3_prot_xdr.c.s
207
208 nfsd.o: nfsd.c.o
209 .PHONY : nfsd.o
210
211 # target to build an object file
212 nfsd.c.o:
213         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfsd.c.o
214 .PHONY : nfsd.c.o
215
216 nfsd.i: nfsd.c.i
217 .PHONY : nfsd.i
218
219 # target to preprocess a source file
220 nfsd.c.i:
221         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfsd.c.i
222 .PHONY : nfsd.c.i
223
224 nfsd.s: nfsd.c.s
225 .PHONY : nfsd.s
226
227 # target to generate assembly for a file
228 nfsd.c.s:
229         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/nfsd.c.s
230 .PHONY : nfsd.c.s
231
232 rpc.o: rpc.c.o
233 .PHONY : rpc.o
234
235 # target to build an object file
236 rpc.c.o:
237         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/rpc.c.o
238 .PHONY : rpc.c.o
239
240 rpc.i: rpc.c.i
241 .PHONY : rpc.i
242
243 # target to preprocess a source file
244 rpc.c.i:
245         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/rpc.c.i
246 .PHONY : rpc.c.i
247
248 rpc.s: rpc.c.s
249 .PHONY : rpc.s
250
251 # target to generate assembly for a file
252 rpc.c.s:
253         cd /home/mvrable/local/bluesky.git && $(MAKE) -f nfs3/CMakeFiles/nfsproxy.dir/build.make nfs3/CMakeFiles/nfsproxy.dir/rpc.c.s
254 .PHONY : rpc.c.s
255
256 # Help Target
257 help:
258         @echo "The following are some of the valid targets for this Makefile:"
259         @echo "... all (the default if no target is provided)"
260         @echo "... clean"
261         @echo "... depend"
262         @echo "... edit_cache"
263         @echo "... nfsproxy"
264         @echo "... rebuild_cache"
265         @echo "... mount.o"
266         @echo "... mount.i"
267         @echo "... mount.s"
268         @echo "... mount_prot_xdr.o"
269         @echo "... mount_prot_xdr.i"
270         @echo "... mount_prot_xdr.s"
271         @echo "... nfs3.o"
272         @echo "... nfs3.i"
273         @echo "... nfs3.s"
274         @echo "... nfs3_prot_xdr.o"
275         @echo "... nfs3_prot_xdr.i"
276         @echo "... nfs3_prot_xdr.s"
277         @echo "... nfsd.o"
278         @echo "... nfsd.i"
279         @echo "... nfsd.s"
280         @echo "... rpc.o"
281         @echo "... rpc.i"
282         @echo "... rpc.s"
283 .PHONY : help
284
285
286
287 #=============================================================================
288 # Special targets to cleanup operation of make.
289
290 # Special rule to run CMake to check the build system integrity.
291 # No rule that depends on this can have commands that come from listfiles
292 # because they might be regenerated.
293 cmake_check_build_system:
294         cd /home/mvrable/local/bluesky.git && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
295 .PHONY : cmake_check_build_system
296