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

« back to all changes in this revision

Viewing changes to apps/CMakeFiles/lasindex_test.dir/build.make

  • 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
#=============================================================================
 
5
# Special targets provided by cmake.
 
6
 
 
7
# Disable implicit rules so canoncical targets will work.
 
8
.SUFFIXES:
 
9
 
 
10
# Remove some rules from gmake that .SUFFIXES does not remove.
 
11
SUFFIXES =
 
12
 
 
13
.SUFFIXES: .hpux_make_needs_suffix_list
 
14
 
 
15
# Suppress display of executed commands.
 
16
$(VERBOSE).SILENT:
 
17
 
 
18
# A target that is always out of date.
 
19
cmake_force:
 
20
.PHONY : cmake_force
 
21
 
 
22
#=============================================================================
 
23
# Set environment variables for the build.
 
24
 
 
25
# The shell in which to execute make rules.
 
26
SHELL = /bin/sh
 
27
 
 
28
# The CMake executable.
 
29
CMAKE_COMMAND = "/Applications/CMake 2.8-6.app/Contents/bin/cmake"
 
30
 
 
31
# The command to remove a file.
 
32
RM = "/Applications/CMake 2.8-6.app/Contents/bin/cmake" -E remove -f
 
33
 
 
34
# The program to use to edit the cache.
 
35
CMAKE_EDIT_COMMAND = "/Applications/CMake 2.8-6.app/Contents/bin/ccmake"
 
36
 
 
37
# The top-level source directory on which CMake was run.
 
38
CMAKE_SOURCE_DIR = /Users/hobu/foo/clean
 
39
 
 
40
# The top-level build directory on which CMake was run.
 
41
CMAKE_BINARY_DIR = /Users/hobu/foo/clean
 
42
 
 
43
# Include any dependencies generated for this target.
 
44
include apps/CMakeFiles/lasindex_test.dir/depend.make
 
45
 
 
46
# Include the progress variables for this target.
 
47
include apps/CMakeFiles/lasindex_test.dir/progress.make
 
48
 
 
49
# Include the compile flags for this target's objects.
 
50
include apps/CMakeFiles/lasindex_test.dir/flags.make
 
51
 
 
52
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o: apps/CMakeFiles/lasindex_test.dir/flags.make
 
53
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o: apps/lasindex_test.cpp
 
54
        $(CMAKE_COMMAND) -E cmake_progress_report /Users/hobu/foo/clean/CMakeFiles $(CMAKE_PROGRESS_1)
 
55
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o"
 
56
        cd /Users/hobu/foo/clean/apps && /usr/bin/c++   $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o -c /Users/hobu/foo/clean/apps/lasindex_test.cpp
 
57
 
 
58
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.i: cmake_force
 
59
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/lasindex_test.dir/lasindex_test.cpp.i"
 
60
        cd /Users/hobu/foo/clean/apps && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -E /Users/hobu/foo/clean/apps/lasindex_test.cpp > CMakeFiles/lasindex_test.dir/lasindex_test.cpp.i
 
61
 
 
62
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.s: cmake_force
 
63
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/lasindex_test.dir/lasindex_test.cpp.s"
 
64
        cd /Users/hobu/foo/clean/apps && /usr/bin/c++  $(CXX_DEFINES) $(CXX_FLAGS) -S /Users/hobu/foo/clean/apps/lasindex_test.cpp -o CMakeFiles/lasindex_test.dir/lasindex_test.cpp.s
 
65
 
 
66
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.requires:
 
67
.PHONY : apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.requires
 
68
 
 
69
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.provides: apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.requires
 
70
        $(MAKE) -f apps/CMakeFiles/lasindex_test.dir/build.make apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.provides.build
 
71
.PHONY : apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.provides
 
72
 
 
73
apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.provides.build: apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o
 
74
 
 
75
# Object files for target lasindex_test
 
76
lasindex_test_OBJECTS = \
 
77
"CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o"
 
78
 
 
79
# External object files for target lasindex_test
 
80
lasindex_test_EXTERNAL_OBJECTS =
 
81
 
 
82
bin/Release/lasindex_test: apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o
 
83
bin/Release/lasindex_test: bin/Release/liblas.2.2.0.dylib
 
84
bin/Release/lasindex_test: /usr/local/lib/libboost_program_options.a
 
85
bin/Release/lasindex_test: /usr/local/lib/libboost_thread.a
 
86
bin/Release/lasindex_test: apps/CMakeFiles/lasindex_test.dir/build.make
 
87
bin/Release/lasindex_test: apps/CMakeFiles/lasindex_test.dir/link.txt
 
88
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable ../bin/Release/lasindex_test"
 
89
        cd /Users/hobu/foo/clean/apps && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lasindex_test.dir/link.txt --verbose=$(VERBOSE)
 
90
 
 
91
# Rule to build all files generated by this target.
 
92
apps/CMakeFiles/lasindex_test.dir/build: bin/Release/lasindex_test
 
93
.PHONY : apps/CMakeFiles/lasindex_test.dir/build
 
94
 
 
95
apps/CMakeFiles/lasindex_test.dir/requires: apps/CMakeFiles/lasindex_test.dir/lasindex_test.cpp.o.requires
 
96
.PHONY : apps/CMakeFiles/lasindex_test.dir/requires
 
97
 
 
98
apps/CMakeFiles/lasindex_test.dir/clean:
 
99
        cd /Users/hobu/foo/clean/apps && $(CMAKE_COMMAND) -P CMakeFiles/lasindex_test.dir/cmake_clean.cmake
 
100
.PHONY : apps/CMakeFiles/lasindex_test.dir/clean
 
101
 
 
102
apps/CMakeFiles/lasindex_test.dir/depend:
 
103
        cd /Users/hobu/foo/clean && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/hobu/foo/clean /Users/hobu/foo/clean/apps /Users/hobu/foo/clean /Users/hobu/foo/clean/apps /Users/hobu/foo/clean/apps/CMakeFiles/lasindex_test.dir/DependInfo.cmake --color=$(COLOR)
 
104
.PHONY : apps/CMakeFiles/lasindex_test.dir/depend
 
105