Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/CMakeFiles/Makefile2 @ 96

Last change on this file since 96 was 96, checked in by anonymous, 17 years ago

added kdevelop Ãproject files

File size: 3.4 KB
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# The main recursive all target
8all:
9
10# The main recursive preinstall target
11preinstall:
12
13#=============================================================================
14# Special targets provided by cmake.
15
16# Disable implicit rules so canoncical targets will work.
17.SUFFIXES:
18
19.SUFFIXES: .hpux_make_needs_suffix_list
20
21# Produce verbose output by default.
22VERBOSE = 1
23
24# Suppress display of executed commands.
25$(VERBOSE).SILENT:
26
27# A target that is always out of date.
28cmake_force:
29
30#=============================================================================
31# Set environment variables for the build.
32
33# The shell in which to execute make rules.
34SHELL = /bin/sh
35
36# The CMake executable.
37CMAKE_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake
38
39# The command to remove a file.
40RM = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/cmake -E remove -f
41
42# The program to use to edit the cache.
43CMAKE_EDIT_COMMAND = /usr/pack/cmake-2.4.5-mo/i686-debian-linux3.1/bin/ccmake
44
45# The top-level source directory on which CMake was run.
46CMAKE_SOURCE_DIR = /home/scheusso/orxonox/network
47
48# The top-level build directory on which CMake was run.
49CMAKE_BINARY_DIR = /home/scheusso/orxonox/network
50
51#=============================================================================
52# Directory level rules for directory src
53
54# Convenience name for "all" pass in the directory.
55src/all: src/CMakeFiles/../bin/main.dir/all
56
57# Convenience name for "clean" pass in the directory.
58src/clean: src/CMakeFiles/../bin/main.dir/clean
59
60# Convenience name for "preinstall" pass in the directory.
61src/preinstall:
62
63#=============================================================================
64# Target rules for target src/CMakeFiles/../bin/main.dir
65
66# All Build rule for target.
67src/CMakeFiles/../bin/main.dir/all:
68        $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/depend
69        $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/build
70        $(CMAKE_COMMAND) -E cmake_progress_report /home/scheusso/orxonox/network/CMakeFiles  1
71        @echo "Built target ../bin/main"
72
73# Include target in all.
74all: src/CMakeFiles/../bin/main.dir/all
75
76# Build rule for subdir invocation for target.
77src/CMakeFiles/../bin/main.dir/rule: cmake_check_build_system
78        $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles 1
79        $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/../bin/main.dir/all
80        $(CMAKE_COMMAND) -E cmake_progress_start /home/scheusso/orxonox/network/CMakeFiles 0
81
82# Convenience name for target.
83../bin/main: src/CMakeFiles/../bin/main.dir/rule
84
85# clean rule for target.
86src/CMakeFiles/../bin/main.dir/clean:
87        $(MAKE) -f src/CMakeFiles/../bin/main.dir/build.make src/CMakeFiles/../bin/main.dir/clean
88
89# clean rule for target.
90clean: src/CMakeFiles/../bin/main.dir/clean
91
92#=============================================================================
93# Special targets to cleanup operation of make.
94
95# Special rule to run CMake to check the build system integrity.
96# No rule that depends on this can have commands that come from listfiles
97# because they might be regenerated.
98cmake_check_build_system:
99        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
100
Note: See TracBrowser for help on using the repository browser.