~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 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 = "/Applications/CMake 2.8-6.app/Contents/bin/cmake"
 
34
 
 
35
# The command to remove a file.
 
36
RM = "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -E remove -f
 
37
 
 
38
# The program to use to edit the cache.
 
39
CMAKE_EDIT_COMMAND = "/Applications/CMake 2.8-6.app/Contents/bin/ccmake"
 
40
 
 
41
# The top-level source directory on which CMake was run.
 
42
CMAKE_SOURCE_DIR = /Users/hobu/foo/clean
 
43
 
 
44
# The top-level build directory on which CMake was run.
 
45
CMAKE_BINARY_DIR = /Users/hobu/foo/clean
 
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
        "/Applications/CMake 2.8-6.app/Contents/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
        "/Applications/CMake 2.8-6.app/Contents/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
        "/Applications/CMake 2.8-6.app/Contents/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
        "/Applications/CMake 2.8-6.app/Contents/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
        "/Applications/CMake 2.8-6.app/Contents/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: \"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 package
 
102
package: preinstall
 
103
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
 
104
        "/Applications/CMake 2.8-6.app/Contents/bin/cpack" --config ./CPackConfig.cmake
 
105
.PHONY : package
 
106
 
 
107
# Special rule for the target package
 
108
package/fast: package
 
109
.PHONY : package/fast
 
110
 
 
111
# Special rule for the target package_source
 
112
package_source:
 
113
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
 
114
        "/Applications/CMake 2.8-6.app/Contents/bin/cpack" --config ./CPackSourceConfig.cmake /Users/hobu/foo/clean/CPackSourceConfig.cmake
 
115
.PHONY : package_source
 
116
 
 
117
# Special rule for the target package_source
 
118
package_source/fast: package_source
 
119
.PHONY : package_source/fast
 
120
 
 
121
# Special rule for the target rebuild_cache
 
122
rebuild_cache:
 
123
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 
124
        "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
125
.PHONY : rebuild_cache
 
126
 
 
127
# Special rule for the target rebuild_cache
 
128
rebuild_cache/fast: rebuild_cache
 
129
.PHONY : rebuild_cache/fast
 
130
 
 
131
# Special rule for the target test
 
132
test:
 
133
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
 
134
        "/Applications/CMake 2.8-6.app/Contents/bin/ctest" --force-new-ctest-process $(ARGS)
 
135
.PHONY : test
 
136
 
 
137
# Special rule for the target test
 
138
test/fast: test
 
139
.PHONY : test/fast
 
140
 
 
141
# The main all target
 
142
all: cmake_check_build_system
 
143
        $(CMAKE_COMMAND) -E cmake_progress_start /Users/hobu/foo/clean/CMakeFiles /Users/hobu/foo/clean/CMakeFiles/progress.marks
 
144
        $(MAKE) -f CMakeFiles/Makefile2 all
 
145
        $(CMAKE_COMMAND) -E cmake_progress_start /Users/hobu/foo/clean/CMakeFiles 0
 
146
.PHONY : all
 
147
 
 
148
# The main clean target
 
149
clean:
 
150
        $(MAKE) -f CMakeFiles/Makefile2 clean
 
151
.PHONY : clean
 
152
 
 
153
# The main clean target
 
154
clean/fast: clean
 
155
.PHONY : clean/fast
 
156
 
 
157
# Prepare targets for installation.
 
158
preinstall: all
 
159
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
160
.PHONY : preinstall
 
161
 
 
162
# Prepare targets for installation.
 
163
preinstall/fast:
 
164
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
165
.PHONY : preinstall/fast
 
166
 
 
167
# clear depends
 
168
depend:
 
169
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
170
.PHONY : depend
 
171
 
 
172
#=============================================================================
 
173
# Target rules for targets named dist
 
174
 
 
175
# Build rule for target.
 
176
dist: cmake_check_build_system
 
177
        $(MAKE) -f CMakeFiles/Makefile2 dist
 
178
.PHONY : dist
 
179
 
 
180
# fast build rule for target.
 
181
dist/fast:
 
182
        $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
 
183
.PHONY : dist/fast
 
184
 
 
185
#=============================================================================
 
186
# Target rules for targets named las
 
187
 
 
188
# Build rule for target.
 
189
las: cmake_check_build_system
 
190
        $(MAKE) -f CMakeFiles/Makefile2 las
 
191
.PHONY : las
 
192
 
 
193
# fast build rule for target.
 
194
las/fast:
 
195
        $(MAKE) -f src/CMakeFiles/las.dir/build.make src/CMakeFiles/las.dir/build
 
196
.PHONY : las/fast
 
197
 
 
198
#=============================================================================
 
199
# Target rules for targets named las_c
 
200
 
 
201
# Build rule for target.
 
202
las_c: cmake_check_build_system
 
203
        $(MAKE) -f CMakeFiles/Makefile2 las_c
 
204
.PHONY : las_c
 
205
 
 
206
# fast build rule for target.
 
207
las_c/fast:
 
208
        $(MAKE) -f src/CMakeFiles/las_c.dir/build.make src/CMakeFiles/las_c.dir/build
 
209
.PHONY : las_c/fast
 
210
 
 
211
#=============================================================================
 
212
# Target rules for targets named bigfile_test
 
213
 
 
214
# Build rule for target.
 
215
bigfile_test: cmake_check_build_system
 
216
        $(MAKE) -f CMakeFiles/Makefile2 bigfile_test
 
217
.PHONY : bigfile_test
 
218
 
 
219
# fast build rule for target.
 
220
bigfile_test/fast:
 
221
        $(MAKE) -f apps/CMakeFiles/bigfile_test.dir/build.make apps/CMakeFiles/bigfile_test.dir/build
 
222
.PHONY : bigfile_test/fast
 
223
 
 
224
#=============================================================================
 
225
# Target rules for targets named las2las
 
226
 
 
227
# Build rule for target.
 
228
las2las: cmake_check_build_system
 
229
        $(MAKE) -f CMakeFiles/Makefile2 las2las
 
230
.PHONY : las2las
 
231
 
 
232
# fast build rule for target.
 
233
las2las/fast:
 
234
        $(MAKE) -f apps/CMakeFiles/las2las.dir/build.make apps/CMakeFiles/las2las.dir/build
 
235
.PHONY : las2las/fast
 
236
 
 
237
#=============================================================================
 
238
# Target rules for targets named las2las-old
 
239
 
 
240
# Build rule for target.
 
241
las2las-old: cmake_check_build_system
 
242
        $(MAKE) -f CMakeFiles/Makefile2 las2las-old
 
243
.PHONY : las2las-old
 
244
 
 
245
# fast build rule for target.
 
246
las2las-old/fast:
 
247
        $(MAKE) -f apps/CMakeFiles/las2las-old.dir/build.make apps/CMakeFiles/las2las-old.dir/build
 
248
.PHONY : las2las-old/fast
 
249
 
 
250
#=============================================================================
 
251
# Target rules for targets named las2txt
 
252
 
 
253
# Build rule for target.
 
254
las2txt: cmake_check_build_system
 
255
        $(MAKE) -f CMakeFiles/Makefile2 las2txt
 
256
.PHONY : las2txt
 
257
 
 
258
# fast build rule for target.
 
259
las2txt/fast:
 
260
        $(MAKE) -f apps/CMakeFiles/las2txt.dir/build.make apps/CMakeFiles/las2txt.dir/build
 
261
.PHONY : las2txt/fast
 
262
 
 
263
#=============================================================================
 
264
# Target rules for targets named las2txt-old
 
265
 
 
266
# Build rule for target.
 
267
las2txt-old: cmake_check_build_system
 
268
        $(MAKE) -f CMakeFiles/Makefile2 las2txt-old
 
269
.PHONY : las2txt-old
 
270
 
 
271
# fast build rule for target.
 
272
las2txt-old/fast:
 
273
        $(MAKE) -f apps/CMakeFiles/las2txt-old.dir/build.make apps/CMakeFiles/las2txt-old.dir/build
 
274
.PHONY : las2txt-old/fast
 
275
 
 
276
#=============================================================================
 
277
# Target rules for targets named lasblock
 
278
 
 
279
# Build rule for target.
 
280
lasblock: cmake_check_build_system
 
281
        $(MAKE) -f CMakeFiles/Makefile2 lasblock
 
282
.PHONY : lasblock
 
283
 
 
284
# fast build rule for target.
 
285
lasblock/fast:
 
286
        $(MAKE) -f apps/CMakeFiles/lasblock.dir/build.make apps/CMakeFiles/lasblock.dir/build
 
287
.PHONY : lasblock/fast
 
288
 
 
289
#=============================================================================
 
290
# Target rules for targets named lasindex_test
 
291
 
 
292
# Build rule for target.
 
293
lasindex_test: cmake_check_build_system
 
294
        $(MAKE) -f CMakeFiles/Makefile2 lasindex_test
 
295
.PHONY : lasindex_test
 
296
 
 
297
# fast build rule for target.
 
298
lasindex_test/fast:
 
299
        $(MAKE) -f apps/CMakeFiles/lasindex_test.dir/build.make apps/CMakeFiles/lasindex_test.dir/build
 
300
.PHONY : lasindex_test/fast
 
301
 
 
302
#=============================================================================
 
303
# Target rules for targets named lasinfo
 
304
 
 
305
# Build rule for target.
 
306
lasinfo: cmake_check_build_system
 
307
        $(MAKE) -f CMakeFiles/Makefile2 lasinfo
 
308
.PHONY : lasinfo
 
309
 
 
310
# fast build rule for target.
 
311
lasinfo/fast:
 
312
        $(MAKE) -f apps/CMakeFiles/lasinfo.dir/build.make apps/CMakeFiles/lasinfo.dir/build
 
313
.PHONY : lasinfo/fast
 
314
 
 
315
#=============================================================================
 
316
# Target rules for targets named lasinfo-old
 
317
 
 
318
# Build rule for target.
 
319
lasinfo-old: cmake_check_build_system
 
320
        $(MAKE) -f CMakeFiles/Makefile2 lasinfo-old
 
321
.PHONY : lasinfo-old
 
322
 
 
323
# fast build rule for target.
 
324
lasinfo-old/fast:
 
325
        $(MAKE) -f apps/CMakeFiles/lasinfo-old.dir/build.make apps/CMakeFiles/lasinfo-old.dir/build
 
326
.PHONY : lasinfo-old/fast
 
327
 
 
328
#=============================================================================
 
329
# Target rules for targets named lasmerge
 
330
 
 
331
# Build rule for target.
 
332
lasmerge: cmake_check_build_system
 
333
        $(MAKE) -f CMakeFiles/Makefile2 lasmerge
 
334
.PHONY : lasmerge
 
335
 
 
336
# fast build rule for target.
 
337
lasmerge/fast:
 
338
        $(MAKE) -f apps/CMakeFiles/lasmerge.dir/build.make apps/CMakeFiles/lasmerge.dir/build
 
339
.PHONY : lasmerge/fast
 
340
 
 
341
#=============================================================================
 
342
# Target rules for targets named ts2las
 
343
 
 
344
# Build rule for target.
 
345
ts2las: cmake_check_build_system
 
346
        $(MAKE) -f CMakeFiles/Makefile2 ts2las
 
347
.PHONY : ts2las
 
348
 
 
349
# fast build rule for target.
 
350
ts2las/fast:
 
351
        $(MAKE) -f apps/CMakeFiles/ts2las.dir/build.make apps/CMakeFiles/ts2las.dir/build
 
352
.PHONY : ts2las/fast
 
353
 
 
354
#=============================================================================
 
355
# Target rules for targets named txt2las
 
356
 
 
357
# Build rule for target.
 
358
txt2las: cmake_check_build_system
 
359
        $(MAKE) -f CMakeFiles/Makefile2 txt2las
 
360
.PHONY : txt2las
 
361
 
 
362
# fast build rule for target.
 
363
txt2las/fast:
 
364
        $(MAKE) -f apps/CMakeFiles/txt2las.dir/build.make apps/CMakeFiles/txt2las.dir/build
 
365
.PHONY : txt2las/fast
 
366
 
 
367
#=============================================================================
 
368
# Target rules for targets named liblas_test
 
369
 
 
370
# Build rule for target.
 
371
liblas_test: cmake_check_build_system
 
372
        $(MAKE) -f CMakeFiles/Makefile2 liblas_test
 
373
.PHONY : liblas_test
 
374
 
 
375
# fast build rule for target.
 
376
liblas_test/fast:
 
377
        $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/build
 
378
.PHONY : liblas_test/fast
 
379
 
 
380
# Help Target
 
381
help:
 
382
        @echo "The following are some of the valid targets for this Makefile:"
 
383
        @echo "... all (the default if no target is provided)"
 
384
        @echo "... clean"
 
385
        @echo "... depend"
 
386
        @echo "... dist"
 
387
        @echo "... edit_cache"
 
388
        @echo "... install"
 
389
        @echo "... install/local"
 
390
        @echo "... install/strip"
 
391
        @echo "... list_install_components"
 
392
        @echo "... package"
 
393
        @echo "... package_source"
 
394
        @echo "... rebuild_cache"
 
395
        @echo "... test"
 
396
        @echo "... las"
 
397
        @echo "... las_c"
 
398
        @echo "... bigfile_test"
 
399
        @echo "... las2las"
 
400
        @echo "... las2las-old"
 
401
        @echo "... las2txt"
 
402
        @echo "... las2txt-old"
 
403
        @echo "... lasblock"
 
404
        @echo "... lasindex_test"
 
405
        @echo "... lasinfo"
 
406
        @echo "... lasinfo-old"
 
407
        @echo "... lasmerge"
 
408
        @echo "... ts2las"
 
409
        @echo "... txt2las"
 
410
        @echo "... liblas_test"
 
411
.PHONY : help
 
412
 
 
413
 
 
414
 
 
415
#=============================================================================
 
416
# Special targets to cleanup operation of make.
 
417
 
 
418
# Special rule to run CMake to check the build system integrity.
 
419
# No rule that depends on this can have commands that come from listfiles
 
420
# because they might be regenerated.
 
421
cmake_check_build_system:
 
422
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
423
.PHONY : cmake_check_build_system
 
424