Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/CMakeFiles/Makefile2 @ 25

Last change on this file since 25 was 25, checked in by nicolasc, 17 years ago

added Media and Config

File size: 4.0 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# Suppress display of executed commands.
22$(VERBOSE).SILENT:
23
24# A target that is always out of date.
25cmake_force:
26
27#=============================================================================
28# Set environment variables for the build.
29
30# The shell in which to execute make rules.
31SHELL = /bin/sh
32
33# The CMake executable.
34CMAKE_COMMAND = /usr/bin/cmake
35
36# The command to remove a file.
37RM = /usr/bin/cmake -E remove -f
38
39# The program to use to edit the cache.
40CMAKE_EDIT_COMMAND = /usr/bin/ccmake
41
42# The top-level source directory on which CMake was run.
43CMAKE_SOURCE_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
44
45# The top-level build directory on which CMake was run.
46CMAKE_BINARY_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
47
48#=============================================================================
49# Target rules for target CMakeFiles/OIS_LIBS.dir
50
51# All Build rule for target.
52CMakeFiles/OIS_LIBS.dir/all:
53        $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/depend
54        $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/build
55        $(CMAKE_COMMAND) -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles
56        @echo "Built target OIS_LIBS"
57
58# Include target in all.
59all: CMakeFiles/OIS_LIBS.dir/all
60
61# Build rule for subdir invocation for target.
62CMakeFiles/OIS_LIBS.dir/rule: cmake_check_build_system
63        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0
64        $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/OIS_LIBS.dir/all
65        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0
66
67# Convenience name for target.
68OIS_LIBS: CMakeFiles/OIS_LIBS.dir/rule
69
70# clean rule for target.
71CMakeFiles/OIS_LIBS.dir/clean:
72        $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/clean
73
74# clean rule for target.
75clean: CMakeFiles/OIS_LIBS.dir/clean
76
77#=============================================================================
78# Target rules for target CMakeFiles/main.dir
79
80# All Build rule for target.
81CMakeFiles/main.dir/all: CMakeFiles/OIS_LIBS.dir/all
82        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend
83        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
84        $(CMAKE_COMMAND) -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles  1
85        @echo "Built target main"
86
87# Include target in all.
88all: CMakeFiles/main.dir/all
89
90# Build rule for subdir invocation for target.
91CMakeFiles/main.dir/rule: cmake_check_build_system
92        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 1
93        $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all
94        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0
95
96# Convenience name for target.
97main: CMakeFiles/main.dir/rule
98
99# clean rule for target.
100CMakeFiles/main.dir/clean:
101        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/clean
102
103# clean rule for target.
104clean: CMakeFiles/main.dir/clean
105
106#=============================================================================
107# Special targets to cleanup operation of make.
108
109# Special rule to run CMake to check the build system integrity.
110# No rule that depends on this can have commands that come from listfiles
111# because they might be regenerated.
112cmake_check_build_system:
113        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
114
Note: See TracBrowser for help on using the repository browser.