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

« back to all changes in this revision

Viewing changes to test/unit/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
        cd /Users/hobu/foo/clean && "/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
        cd /Users/hobu/foo/clean && "/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
        cd /Users/hobu/foo/clean && $(CMAKE_COMMAND) -E cmake_progress_start /Users/hobu/foo/clean/CMakeFiles /Users/hobu/foo/clean/test/unit/CMakeFiles/progress.marks
 
144
        cd /Users/hobu/foo/clean && $(MAKE) -f CMakeFiles/Makefile2 test/unit/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
        cd /Users/hobu/foo/clean && $(MAKE) -f CMakeFiles/Makefile2 test/unit/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
        cd /Users/hobu/foo/clean && $(MAKE) -f CMakeFiles/Makefile2 test/unit/preinstall
 
160
.PHONY : preinstall
 
161
 
 
162
# Prepare targets for installation.
 
163
preinstall/fast:
 
164
        cd /Users/hobu/foo/clean && $(MAKE) -f CMakeFiles/Makefile2 test/unit/preinstall
 
165
.PHONY : preinstall/fast
 
166
 
 
167
# clear depends
 
168
depend:
 
169
        cd /Users/hobu/foo/clean && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
170
.PHONY : depend
 
171
 
 
172
# Convenience name for target.
 
173
test/unit/CMakeFiles/liblas_test.dir/rule:
 
174
        cd /Users/hobu/foo/clean && $(MAKE) -f CMakeFiles/Makefile2 test/unit/CMakeFiles/liblas_test.dir/rule
 
175
.PHONY : test/unit/CMakeFiles/liblas_test.dir/rule
 
176
 
 
177
# Convenience name for target.
 
178
liblas_test: test/unit/CMakeFiles/liblas_test.dir/rule
 
179
.PHONY : liblas_test
 
180
 
 
181
# fast build rule for target.
 
182
liblas_test/fast:
 
183
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/build
 
184
.PHONY : liblas_test/fast
 
185
 
 
186
bounds_test.o: bounds_test.cpp.o
 
187
.PHONY : bounds_test.o
 
188
 
 
189
# target to build an object file
 
190
bounds_test.cpp.o:
 
191
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/bounds_test.cpp.o
 
192
.PHONY : bounds_test.cpp.o
 
193
 
 
194
bounds_test.i: bounds_test.cpp.i
 
195
.PHONY : bounds_test.i
 
196
 
 
197
# target to preprocess a source file
 
198
bounds_test.cpp.i:
 
199
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/bounds_test.cpp.i
 
200
.PHONY : bounds_test.cpp.i
 
201
 
 
202
bounds_test.s: bounds_test.cpp.s
 
203
.PHONY : bounds_test.s
 
204
 
 
205
# target to generate assembly for a file
 
206
bounds_test.cpp.s:
 
207
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/bounds_test.cpp.s
 
208
.PHONY : bounds_test.cpp.s
 
209
 
 
210
common.o: common.cpp.o
 
211
.PHONY : common.o
 
212
 
 
213
# target to build an object file
 
214
common.cpp.o:
 
215
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/common.cpp.o
 
216
.PHONY : common.cpp.o
 
217
 
 
218
common.i: common.cpp.i
 
219
.PHONY : common.i
 
220
 
 
221
# target to preprocess a source file
 
222
common.cpp.i:
 
223
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/common.cpp.i
 
224
.PHONY : common.cpp.i
 
225
 
 
226
common.s: common.cpp.s
 
227
.PHONY : common.s
 
228
 
 
229
# target to generate assembly for a file
 
230
common.cpp.s:
 
231
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/common.cpp.s
 
232
.PHONY : common.cpp.s
 
233
 
 
234
error_test.o: error_test.cpp.o
 
235
.PHONY : error_test.o
 
236
 
 
237
# target to build an object file
 
238
error_test.cpp.o:
 
239
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/error_test.cpp.o
 
240
.PHONY : error_test.cpp.o
 
241
 
 
242
error_test.i: error_test.cpp.i
 
243
.PHONY : error_test.i
 
244
 
 
245
# target to preprocess a source file
 
246
error_test.cpp.i:
 
247
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/error_test.cpp.i
 
248
.PHONY : error_test.cpp.i
 
249
 
 
250
error_test.s: error_test.cpp.s
 
251
.PHONY : error_test.s
 
252
 
 
253
# target to generate assembly for a file
 
254
error_test.cpp.s:
 
255
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/error_test.cpp.s
 
256
.PHONY : error_test.cpp.s
 
257
 
 
258
guid_test.o: guid_test.cpp.o
 
259
.PHONY : guid_test.o
 
260
 
 
261
# target to build an object file
 
262
guid_test.cpp.o:
 
263
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/guid_test.cpp.o
 
264
.PHONY : guid_test.cpp.o
 
265
 
 
266
guid_test.i: guid_test.cpp.i
 
267
.PHONY : guid_test.i
 
268
 
 
269
# target to preprocess a source file
 
270
guid_test.cpp.i:
 
271
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/guid_test.cpp.i
 
272
.PHONY : guid_test.cpp.i
 
273
 
 
274
guid_test.s: guid_test.cpp.s
 
275
.PHONY : guid_test.s
 
276
 
 
277
# target to generate assembly for a file
 
278
guid_test.cpp.s:
 
279
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/guid_test.cpp.s
 
280
.PHONY : guid_test.cpp.s
 
281
 
 
282
header_test.o: header_test.cpp.o
 
283
.PHONY : header_test.o
 
284
 
 
285
# target to build an object file
 
286
header_test.cpp.o:
 
287
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/header_test.cpp.o
 
288
.PHONY : header_test.cpp.o
 
289
 
 
290
header_test.i: header_test.cpp.i
 
291
.PHONY : header_test.i
 
292
 
 
293
# target to preprocess a source file
 
294
header_test.cpp.i:
 
295
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/header_test.cpp.i
 
296
.PHONY : header_test.cpp.i
 
297
 
 
298
header_test.s: header_test.cpp.s
 
299
.PHONY : header_test.s
 
300
 
 
301
# target to generate assembly for a file
 
302
header_test.cpp.s:
 
303
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/header_test.cpp.s
 
304
.PHONY : header_test.cpp.s
 
305
 
 
306
liblas_test_suite.o: liblas_test_suite.cpp.o
 
307
.PHONY : liblas_test_suite.o
 
308
 
 
309
# target to build an object file
 
310
liblas_test_suite.cpp.o:
 
311
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/liblas_test_suite.cpp.o
 
312
.PHONY : liblas_test_suite.cpp.o
 
313
 
 
314
liblas_test_suite.i: liblas_test_suite.cpp.i
 
315
.PHONY : liblas_test_suite.i
 
316
 
 
317
# target to preprocess a source file
 
318
liblas_test_suite.cpp.i:
 
319
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/liblas_test_suite.cpp.i
 
320
.PHONY : liblas_test_suite.cpp.i
 
321
 
 
322
liblas_test_suite.s: liblas_test_suite.cpp.s
 
323
.PHONY : liblas_test_suite.s
 
324
 
 
325
# target to generate assembly for a file
 
326
liblas_test_suite.cpp.s:
 
327
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/liblas_test_suite.cpp.s
 
328
.PHONY : liblas_test_suite.cpp.s
 
329
 
 
330
point_test.o: point_test.cpp.o
 
331
.PHONY : point_test.o
 
332
 
 
333
# target to build an object file
 
334
point_test.cpp.o:
 
335
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/point_test.cpp.o
 
336
.PHONY : point_test.cpp.o
 
337
 
 
338
point_test.i: point_test.cpp.i
 
339
.PHONY : point_test.i
 
340
 
 
341
# target to preprocess a source file
 
342
point_test.cpp.i:
 
343
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/point_test.cpp.i
 
344
.PHONY : point_test.cpp.i
 
345
 
 
346
point_test.s: point_test.cpp.s
 
347
.PHONY : point_test.s
 
348
 
 
349
# target to generate assembly for a file
 
350
point_test.cpp.s:
 
351
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/point_test.cpp.s
 
352
.PHONY : point_test.cpp.s
 
353
 
 
354
reader_iterator_test.o: reader_iterator_test.cpp.o
 
355
.PHONY : reader_iterator_test.o
 
356
 
 
357
# target to build an object file
 
358
reader_iterator_test.cpp.o:
 
359
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_iterator_test.cpp.o
 
360
.PHONY : reader_iterator_test.cpp.o
 
361
 
 
362
reader_iterator_test.i: reader_iterator_test.cpp.i
 
363
.PHONY : reader_iterator_test.i
 
364
 
 
365
# target to preprocess a source file
 
366
reader_iterator_test.cpp.i:
 
367
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_iterator_test.cpp.i
 
368
.PHONY : reader_iterator_test.cpp.i
 
369
 
 
370
reader_iterator_test.s: reader_iterator_test.cpp.s
 
371
.PHONY : reader_iterator_test.s
 
372
 
 
373
# target to generate assembly for a file
 
374
reader_iterator_test.cpp.s:
 
375
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_iterator_test.cpp.s
 
376
.PHONY : reader_iterator_test.cpp.s
 
377
 
 
378
reader_test.o: reader_test.cpp.o
 
379
.PHONY : reader_test.o
 
380
 
 
381
# target to build an object file
 
382
reader_test.cpp.o:
 
383
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_test.cpp.o
 
384
.PHONY : reader_test.cpp.o
 
385
 
 
386
reader_test.i: reader_test.cpp.i
 
387
.PHONY : reader_test.i
 
388
 
 
389
# target to preprocess a source file
 
390
reader_test.cpp.i:
 
391
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_test.cpp.i
 
392
.PHONY : reader_test.cpp.i
 
393
 
 
394
reader_test.s: reader_test.cpp.s
 
395
.PHONY : reader_test.s
 
396
 
 
397
# target to generate assembly for a file
 
398
reader_test.cpp.s:
 
399
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/reader_test.cpp.s
 
400
.PHONY : reader_test.cpp.s
 
401
 
 
402
spatialreference_test.o: spatialreference_test.cpp.o
 
403
.PHONY : spatialreference_test.o
 
404
 
 
405
# target to build an object file
 
406
spatialreference_test.cpp.o:
 
407
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/spatialreference_test.cpp.o
 
408
.PHONY : spatialreference_test.cpp.o
 
409
 
 
410
spatialreference_test.i: spatialreference_test.cpp.i
 
411
.PHONY : spatialreference_test.i
 
412
 
 
413
# target to preprocess a source file
 
414
spatialreference_test.cpp.i:
 
415
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/spatialreference_test.cpp.i
 
416
.PHONY : spatialreference_test.cpp.i
 
417
 
 
418
spatialreference_test.s: spatialreference_test.cpp.s
 
419
.PHONY : spatialreference_test.s
 
420
 
 
421
# target to generate assembly for a file
 
422
spatialreference_test.cpp.s:
 
423
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/spatialreference_test.cpp.s
 
424
.PHONY : spatialreference_test.cpp.s
 
425
 
 
426
transform_test.o: transform_test.cpp.o
 
427
.PHONY : transform_test.o
 
428
 
 
429
# target to build an object file
 
430
transform_test.cpp.o:
 
431
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/transform_test.cpp.o
 
432
.PHONY : transform_test.cpp.o
 
433
 
 
434
transform_test.i: transform_test.cpp.i
 
435
.PHONY : transform_test.i
 
436
 
 
437
# target to preprocess a source file
 
438
transform_test.cpp.i:
 
439
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/transform_test.cpp.i
 
440
.PHONY : transform_test.cpp.i
 
441
 
 
442
transform_test.s: transform_test.cpp.s
 
443
.PHONY : transform_test.s
 
444
 
 
445
# target to generate assembly for a file
 
446
transform_test.cpp.s:
 
447
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/transform_test.cpp.s
 
448
.PHONY : transform_test.cpp.s
 
449
 
 
450
variablerecord_test.o: variablerecord_test.cpp.o
 
451
.PHONY : variablerecord_test.o
 
452
 
 
453
# target to build an object file
 
454
variablerecord_test.cpp.o:
 
455
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/variablerecord_test.cpp.o
 
456
.PHONY : variablerecord_test.cpp.o
 
457
 
 
458
variablerecord_test.i: variablerecord_test.cpp.i
 
459
.PHONY : variablerecord_test.i
 
460
 
 
461
# target to preprocess a source file
 
462
variablerecord_test.cpp.i:
 
463
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/variablerecord_test.cpp.i
 
464
.PHONY : variablerecord_test.cpp.i
 
465
 
 
466
variablerecord_test.s: variablerecord_test.cpp.s
 
467
.PHONY : variablerecord_test.s
 
468
 
 
469
# target to generate assembly for a file
 
470
variablerecord_test.cpp.s:
 
471
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/variablerecord_test.cpp.s
 
472
.PHONY : variablerecord_test.cpp.s
 
473
 
 
474
writer_test.o: writer_test.cpp.o
 
475
.PHONY : writer_test.o
 
476
 
 
477
# target to build an object file
 
478
writer_test.cpp.o:
 
479
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/writer_test.cpp.o
 
480
.PHONY : writer_test.cpp.o
 
481
 
 
482
writer_test.i: writer_test.cpp.i
 
483
.PHONY : writer_test.i
 
484
 
 
485
# target to preprocess a source file
 
486
writer_test.cpp.i:
 
487
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/writer_test.cpp.i
 
488
.PHONY : writer_test.cpp.i
 
489
 
 
490
writer_test.s: writer_test.cpp.s
 
491
.PHONY : writer_test.s
 
492
 
 
493
# target to generate assembly for a file
 
494
writer_test.cpp.s:
 
495
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/writer_test.cpp.s
 
496
.PHONY : writer_test.cpp.s
 
497
 
 
498
zipreader_test.o: zipreader_test.cpp.o
 
499
.PHONY : zipreader_test.o
 
500
 
 
501
# target to build an object file
 
502
zipreader_test.cpp.o:
 
503
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipreader_test.cpp.o
 
504
.PHONY : zipreader_test.cpp.o
 
505
 
 
506
zipreader_test.i: zipreader_test.cpp.i
 
507
.PHONY : zipreader_test.i
 
508
 
 
509
# target to preprocess a source file
 
510
zipreader_test.cpp.i:
 
511
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipreader_test.cpp.i
 
512
.PHONY : zipreader_test.cpp.i
 
513
 
 
514
zipreader_test.s: zipreader_test.cpp.s
 
515
.PHONY : zipreader_test.s
 
516
 
 
517
# target to generate assembly for a file
 
518
zipreader_test.cpp.s:
 
519
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipreader_test.cpp.s
 
520
.PHONY : zipreader_test.cpp.s
 
521
 
 
522
zipwriter_test.o: zipwriter_test.cpp.o
 
523
.PHONY : zipwriter_test.o
 
524
 
 
525
# target to build an object file
 
526
zipwriter_test.cpp.o:
 
527
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipwriter_test.cpp.o
 
528
.PHONY : zipwriter_test.cpp.o
 
529
 
 
530
zipwriter_test.i: zipwriter_test.cpp.i
 
531
.PHONY : zipwriter_test.i
 
532
 
 
533
# target to preprocess a source file
 
534
zipwriter_test.cpp.i:
 
535
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipwriter_test.cpp.i
 
536
.PHONY : zipwriter_test.cpp.i
 
537
 
 
538
zipwriter_test.s: zipwriter_test.cpp.s
 
539
.PHONY : zipwriter_test.s
 
540
 
 
541
# target to generate assembly for a file
 
542
zipwriter_test.cpp.s:
 
543
        cd /Users/hobu/foo/clean && $(MAKE) -f test/unit/CMakeFiles/liblas_test.dir/build.make test/unit/CMakeFiles/liblas_test.dir/zipwriter_test.cpp.s
 
544
.PHONY : zipwriter_test.cpp.s
 
545
 
 
546
# Help Target
 
547
help:
 
548
        @echo "The following are some of the valid targets for this Makefile:"
 
549
        @echo "... all (the default if no target is provided)"
 
550
        @echo "... clean"
 
551
        @echo "... depend"
 
552
        @echo "... edit_cache"
 
553
        @echo "... install"
 
554
        @echo "... install/local"
 
555
        @echo "... install/strip"
 
556
        @echo "... liblas_test"
 
557
        @echo "... list_install_components"
 
558
        @echo "... package"
 
559
        @echo "... package_source"
 
560
        @echo "... rebuild_cache"
 
561
        @echo "... test"
 
562
        @echo "... bounds_test.o"
 
563
        @echo "... bounds_test.i"
 
564
        @echo "... bounds_test.s"
 
565
        @echo "... common.o"
 
566
        @echo "... common.i"
 
567
        @echo "... common.s"
 
568
        @echo "... error_test.o"
 
569
        @echo "... error_test.i"
 
570
        @echo "... error_test.s"
 
571
        @echo "... guid_test.o"
 
572
        @echo "... guid_test.i"
 
573
        @echo "... guid_test.s"
 
574
        @echo "... header_test.o"
 
575
        @echo "... header_test.i"
 
576
        @echo "... header_test.s"
 
577
        @echo "... liblas_test_suite.o"
 
578
        @echo "... liblas_test_suite.i"
 
579
        @echo "... liblas_test_suite.s"
 
580
        @echo "... point_test.o"
 
581
        @echo "... point_test.i"
 
582
        @echo "... point_test.s"
 
583
        @echo "... reader_iterator_test.o"
 
584
        @echo "... reader_iterator_test.i"
 
585
        @echo "... reader_iterator_test.s"
 
586
        @echo "... reader_test.o"
 
587
        @echo "... reader_test.i"
 
588
        @echo "... reader_test.s"
 
589
        @echo "... spatialreference_test.o"
 
590
        @echo "... spatialreference_test.i"
 
591
        @echo "... spatialreference_test.s"
 
592
        @echo "... transform_test.o"
 
593
        @echo "... transform_test.i"
 
594
        @echo "... transform_test.s"
 
595
        @echo "... variablerecord_test.o"
 
596
        @echo "... variablerecord_test.i"
 
597
        @echo "... variablerecord_test.s"
 
598
        @echo "... writer_test.o"
 
599
        @echo "... writer_test.i"
 
600
        @echo "... writer_test.s"
 
601
        @echo "... zipreader_test.o"
 
602
        @echo "... zipreader_test.i"
 
603
        @echo "... zipreader_test.s"
 
604
        @echo "... zipwriter_test.o"
 
605
        @echo "... zipwriter_test.i"
 
606
        @echo "... zipwriter_test.s"
 
607
.PHONY : help
 
608
 
 
609
 
 
610
 
 
611
#=============================================================================
 
612
# Special targets to cleanup operation of make.
 
613
 
 
614
# Special rule to run CMake to check the build system integrity.
 
615
# No rule that depends on this can have commands that come from listfiles
 
616
# because they might be regenerated.
 
617
cmake_check_build_system:
 
618
        cd /Users/hobu/foo/clean && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
619
.PHONY : cmake_check_build_system
 
620