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

« back to all changes in this revision

Viewing changes to CMakeFiles/dist.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
# Utility rule file for dist.
 
44
 
 
45
CMakeFiles/dist:
 
46
        /usr/bin/make package_source
 
47
 
 
48
dist: CMakeFiles/dist
 
49
dist: CMakeFiles/dist.dir/build.make
 
50
.PHONY : dist
 
51
 
 
52
# Rule to build all files generated by this target.
 
53
CMakeFiles/dist.dir/build: dist
 
54
.PHONY : CMakeFiles/dist.dir/build
 
55
 
 
56
CMakeFiles/dist.dir/clean:
 
57
        $(CMAKE_COMMAND) -P CMakeFiles/dist.dir/cmake_clean.cmake
 
58
.PHONY : CMakeFiles/dist.dir/clean
 
59
 
 
60
CMakeFiles/dist.dir/depend:
 
61
        cd /Users/hobu/foo/clean && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/hobu/foo/clean /Users/hobu/foo/clean /Users/hobu/foo/clean /Users/hobu/foo/clean /Users/hobu/foo/clean/CMakeFiles/dist.dir/DependInfo.cmake --color=$(COLOR)
 
62
.PHONY : CMakeFiles/dist.dir/depend
 
63