Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
556 kaklik 1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.6
3
 
4
# Default target executed when no arguments are given to make.
5
default_target: all
6
.PHONY : default_target
7
 
8
#=============================================================================
9
# Special targets provided by cmake.
10
 
11
# Disable implicit rules so canoncical targets will work.
12
.SUFFIXES:
13
 
14
# Remove some rules from gmake that .SUFFIXES does not remove.
15
SUFFIXES =
16
 
17
.SUFFIXES: .hpux_make_needs_suffix_list
18
 
19
# Produce verbose output by default.
20
VERBOSE = 1
21
 
22
# Suppress display of executed commands.
23
$(VERBOSE).SILENT:
24
 
25
# A target that is always out of date.
26
cmake_force:
27
.PHONY : cmake_force
28
 
29
#=============================================================================
30
# Set environment variables for the build.
31
 
32
# The shell in which to execute make rules.
33
SHELL = /bin/sh
34
 
35
# The CMake executable.
36
CMAKE_COMMAND = /usr/bin/cmake
37
 
38
# The command to remove a file.
39
RM = /usr/bin/cmake -E remove -f
40
 
41
# The program to use to edit the cache.
42
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
43
 
44
# The top-level source directory on which CMake was run.
45
CMAKE_SOURCE_DIR = /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar
46
 
47
# The top-level build directory on which CMake was run.
48
CMAKE_BINARY_DIR = /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar
49
 
50
#=============================================================================
51
# Targets provided globally by CMake.
52
 
53
# Special rule for the target edit_cache
54
edit_cache:
55
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
56
	/usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
57
.PHONY : edit_cache
58
 
59
# Special rule for the target edit_cache
60
edit_cache/fast: edit_cache
61
.PHONY : edit_cache/fast
62
 
63
# Special rule for the target rebuild_cache
64
rebuild_cache:
65
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
66
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
67
.PHONY : rebuild_cache
68
 
69
# Special rule for the target rebuild_cache
70
rebuild_cache/fast: rebuild_cache
71
.PHONY : rebuild_cache/fast
72
 
73
# The main all target
74
all: cmake_check_build_system
75
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/CMakeFiles /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/CMakeFiles/progress.make
76
	$(MAKE) -f CMakeFiles/Makefile2 all
77
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/CMakeFiles 0
78
.PHONY : all
79
 
80
# The main clean target
81
clean:
82
	$(MAKE) -f CMakeFiles/Makefile2 clean
83
.PHONY : clean
84
 
85
# The main clean target
86
clean/fast: clean
87
.PHONY : clean/fast
88
 
89
# Prepare targets for installation.
90
preinstall: all
91
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
92
.PHONY : preinstall
93
 
94
# Prepare targets for installation.
95
preinstall/fast:
96
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
97
.PHONY : preinstall/fast
98
 
99
# clear depends
100
depend:
101
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
102
.PHONY : depend
103
 
104
#=============================================================================
105
# Target rules for targets named sonar
106
 
107
# Build rule for target.
108
sonar: cmake_check_build_system
109
	$(MAKE) -f CMakeFiles/Makefile2 sonar
110
.PHONY : sonar
111
 
112
# fast build rule for target.
113
sonar/fast:
114
	$(MAKE) -f CMakeFiles/sonar.dir/build.make CMakeFiles/sonar.dir/build
115
.PHONY : sonar/fast
116
 
117
# target to build an object file
118
main.o:
119
	$(MAKE) -f CMakeFiles/sonar.dir/build.make CMakeFiles/sonar.dir/main.o
120
.PHONY : main.o
121
 
122
# target to preprocess a source file
123
main.i:
124
	$(MAKE) -f CMakeFiles/sonar.dir/build.make CMakeFiles/sonar.dir/main.i
125
.PHONY : main.i
126
 
127
# target to generate assembly for a file
128
main.s:
129
	$(MAKE) -f CMakeFiles/sonar.dir/build.make CMakeFiles/sonar.dir/main.s
130
.PHONY : main.s
131
 
132
# Help Target
133
help:
134
	@echo "The following are some of the valid targets for this Makefile:"
135
	@echo "... all (the default if no target is provided)"
136
	@echo "... clean"
137
	@echo "... depend"
138
	@echo "... edit_cache"
139
	@echo "... rebuild_cache"
140
	@echo "... sonar"
141
	@echo "... main.o"
142
	@echo "... main.i"
143
	@echo "... main.s"
144
.PHONY : help
145
 
146
 
147
 
148
#=============================================================================
149
# Special targets to cleanup operation of make.
150
 
151
# Special rule to run CMake to check the build system integrity.
152
# No rule that depends on this can have commands that come from listfiles
153
# because they might be regenerated.
154
cmake_check_build_system:
155
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
156
.PHONY : cmake_check_build_system
157