Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/CMakeFiles/main.dir/build.make @ 25

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

added Media and Config

File size: 4.4 KB
Line 
1# CMAKE generated file: DO NOT EDIT!
2# Generated by "Unix Makefiles" Generator, CMake Version 2.4
3
4#=============================================================================
5# Special targets provided by cmake.
6
7# Disable implicit rules so canoncical targets will work.
8.SUFFIXES:
9
10.SUFFIXES: .hpux_make_needs_suffix_list
11
12# Suppress display of executed commands.
13$(VERBOSE).SILENT:
14
15# A target that is always out of date.
16cmake_force:
17
18#=============================================================================
19# Set environment variables for the build.
20
21# The shell in which to execute make rules.
22SHELL = /bin/sh
23
24# The CMake executable.
25CMAKE_COMMAND = /usr/bin/cmake
26
27# The command to remove a file.
28RM = /usr/bin/cmake -E remove -f
29
30# The program to use to edit the cache.
31CMAKE_EDIT_COMMAND = /usr/bin/ccmake
32
33# The top-level source directory on which CMake was run.
34CMAKE_SOURCE_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
35
36# The top-level build directory on which CMake was run.
37CMAKE_BINARY_DIR = /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
38
39# Include any dependencies generated for this target.
40include CMakeFiles/main.dir/depend.make
41
42# Include the progress variables for this target.
43include CMakeFiles/main.dir/progress.make
44
45# Include the compile flags for this target's objects.
46include CMakeFiles/main.dir/flags.make
47
48CMakeFiles/main.dir/depend.make.mark: CMakeFiles/main.dir/flags.make
49CMakeFiles/main.dir/depend.make.mark: main.cpp
50
51CMakeFiles/main.dir/main.o: CMakeFiles/main.dir/flags.make
52CMakeFiles/main.dir/main.o: main.cpp
53        $(CMAKE_COMMAND) -E cmake_progress_report /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles $(CMAKE_PROGRESS_1)
54        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/main.dir/main.o"
55        /usr/bin/c++   $(CXX_FLAGS) -o CMakeFiles/main.dir/main.o -c /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/main.cpp
56
57CMakeFiles/main.dir/main.i: cmake_force
58        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/main.dir/main.i"
59        /usr/bin/c++  $(CXX_FLAGS) -E /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/main.cpp > CMakeFiles/main.dir/main.i
60
61CMakeFiles/main.dir/main.s: cmake_force
62        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.s"
63        /usr/bin/c++  $(CXX_FLAGS) -S /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/main.cpp -o CMakeFiles/main.dir/main.s
64
65CMakeFiles/main.dir/main.o.requires:
66
67CMakeFiles/main.dir/main.o.provides: CMakeFiles/main.dir/main.o.requires
68        $(MAKE) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.o.provides.build
69
70CMakeFiles/main.dir/main.o.provides.build: CMakeFiles/main.dir/main.o
71
72CMakeFiles/main.dir/depend: CMakeFiles/main.dir/depend.make.mark
73
74CMakeFiles/main.dir/depend.make.mark:
75        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --magenta --bold "Scanning dependencies of target main"
76        cd /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial /home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial/CMakeFiles/main.dir/DependInfo.cmake
77
78# Object files for target main
79main_OBJECTS = \
80"CMakeFiles/main.dir/main.o"
81
82# External object files for target main
83main_EXTERNAL_OBJECTS =
84
85main: CMakeFiles/main.dir/main.o
86main: libOIS_LIBS.a
87main: CMakeFiles/main.dir/build.make
88        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable main"
89        $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean_target.cmake
90        /usr/bin/c++      -fPIC $(main_OBJECTS) $(main_EXTERNAL_OBJECTS)  -o main -rdynamic -L/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial -Wl,-Bstatic -lOIS_LIBS -Wl,-Bdynamic -Wl,-rpath,/home/nicolasc/development/orxonoxV2/branches/tutorial/Tutorial
91
92# Rule to build all files generated by this target.
93CMakeFiles/main.dir/build: main
94
95CMakeFiles/main.dir/requires: CMakeFiles/main.dir/main.o.requires
96
97CMakeFiles/main.dir/clean:
98        $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake
99
Note: See TracBrowser for help on using the repository browser.