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