Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/Makefile @ 25

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

added Media and Config

File size: 4.5 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#=============================================================================
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 = /usr/bin/cmake
29
30# The command to remove a file.
31RM = /usr/bin/cmake -E remove -f
32
33# The program to use to edit the cache.
34CMAKE_EDIT_COMMAND = /usr/bin/ccmake
35
36# The top-level source directory on which CMake was run.
37CMAKE_SOURCE_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
38
39# The top-level build directory on which CMake was run.
40CMAKE_BINARY_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
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        /usr/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        /usr/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        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles $(CMAKE_ALL_PROGRESS)
67        $(MAKE) -f CMakeFiles/Makefile2 all
68        $(CMAKE_COMMAND) -E cmake_progress_start /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles 0
69
70# The main clean target
71clean:
72        $(MAKE) -f CMakeFiles/Makefile2 clean
73
74# The main clean target
75clean/fast: clean
76
77# Prepare targets for installation.
78preinstall: all
79        $(MAKE) -f CMakeFiles/Makefile2 preinstall
80
81# Prepare targets for installation.
82preinstall/fast:
83        $(MAKE) -f CMakeFiles/Makefile2 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#=============================================================================
90# Target rules for targets named OIS_LIBS
91
92# Build rule for target.
93OIS_LIBS: cmake_check_build_system
94        $(MAKE) -f CMakeFiles/Makefile2 OIS_LIBS
95
96# fast build rule for target.
97OIS_LIBS/fast:
98        $(MAKE) -f CMakeFiles/OIS_LIBS.dir/build.make CMakeFiles/OIS_LIBS.dir/build
99
100#=============================================================================
101# Target rules for targets named main
102
103# Build rule for target.
104main: cmake_check_build_system
105        $(MAKE) -f CMakeFiles/Makefile2 main
106
107# fast build rule for target.
108main/fast:
109        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build
110
111# target to build an object file
112main.o:
113        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.o
114
115# target to preprocess a source file
116main.i:
117        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.i
118
119# target to generate assembly for a file
120main.s:
121        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.s
122
123# Help Target
124help::
125        @echo "The following are some of the valid targets for this Makefile:"
126        @echo "... all (the default if no target is provided)"
127        @echo "... clean"
128        @echo "... depend"
129        @echo "... OIS_LIBS"
130        @echo "... edit_cache"
131        @echo "... main"
132        @echo "... rebuild_cache"
133        @echo "... main.o"
134        @echo "... main.i"
135        @echo "... main.s"
136
137
138
139#=============================================================================
140# Special targets to cleanup operation of make.
141
142# Special rule to run CMake to check the build system integrity.
143# No rule that depends on this can have commands that come from listfiles
144# because they might be regenerated.
145cmake_check_build_system:
146        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
147
Note: See TracBrowser for help on using the repository browser.