root/branches/anton/cmake/Makefile

Revision 28, 3.5 KB (checked in by anton, 3 years ago)

cmake branch added

Line 
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.4
3
4# Default target executed when no arguments are given to make.
5default_target: all
6
7#=============================================================================
8# Special targets provided by cmake.
9
10# Disable implicit rules so canoncical targets will work.
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.
19cmake_force:
20
21#=============================================================================
22# Set environment variables for the build.
23
24# The shell in which to execute make rules.
25SHELL = /bin/sh
26
27# The CMake executable.
28CMAKE_COMMAND = /opt/cmake-2.4.7-Linux-i386/bin/cmake
29
30# The command to remove a file.
31RM = /opt/cmake-2.4.7-Linux-i386/bin/cmake -E remove -f
32
33# The program to use to edit the cache.
34CMAKE_EDIT_COMMAND = /opt/cmake-2.4.7-Linux-i386/bin/ccmake
35
36# The top-level source directory on which CMake was run.
37CMAKE_SOURCE_DIR = /opt/pgrouting_new
38
39# The top-level build directory on which CMake was run.
40CMAKE_BINARY_DIR = /opt/pgrouting_new
41
42# Include the progress variables for this target.
43include CMakeFiles/progress.make
44
45#=============================================================================
46# Targets provided globally by CMake.
47
48# Special rule for the target edit_cache
49edit_cache:
50        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
51        cd /opt/pgrouting_new/cmake && /opt/cmake-2.4.7-Linux-i386/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
52
53# Special rule for the target edit_cache
54edit_cache/fast: edit_cache
55
56# Special rule for the target rebuild_cache
57rebuild_cache:
58        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
59        cd /opt/pgrouting_new/cmake && /opt/cmake-2.4.7-Linux-i386/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
60
61# Special rule for the target rebuild_cache
62rebuild_cache/fast: rebuild_cache
63
64# The main all target
65all: cmake_check_build_system
66        cd /opt/pgrouting_new && $(CMAKE_COMMAND) -E cmake_progress_start /opt/pgrouting_new/CMakeFiles $(CMAKE_ALL_PROGRESS)
67        cd /opt/pgrouting_new && $(MAKE) -f CMakeFiles/Makefile2 cmake/all
68        $(CMAKE_COMMAND) -E cmake_progress_start /opt/pgrouting_new/CMakeFiles 0
69
70# The main clean target
71clean:
72        cd /opt/pgrouting_new && $(MAKE) -f CMakeFiles/Makefile2 cmake/clean
73
74# The main clean target
75clean/fast: clean
76
77# Prepare targets for installation.
78preinstall: all
79        cd /opt/pgrouting_new && $(MAKE) -f CMakeFiles/Makefile2 cmake/preinstall
80
81# Prepare targets for installation.
82preinstall/fast:
83        cd /opt/pgrouting_new && $(MAKE) -f CMakeFiles/Makefile2 cmake/preinstall
84
85# clear depends
86depend:
87        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
88
89# Help Target
90help::
91        @echo "The following are some of the valid targets for this Makefile:"
92        @echo "... all (the default if no target is provided)"
93        @echo "... clean"
94        @echo "... depend"
95        @echo "... edit_cache"
96        @echo "... rebuild_cache"
97
98
99
100#=============================================================================
101# Special targets to cleanup operation of make.
102
103# Special rule to run CMake to check the build system integrity.
104# No rule that depends on this can have commands that come from listfiles
105# because they might be regenerated.
106cmake_check_build_system:
107        cd /opt/pgrouting_new && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
108
Note: See TracBrowser for help on using the browser.