1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4
# Default target executed when no arguments are given to make.
6
.PHONY : default_target
8
#=============================================================================
9
# Special targets provided by cmake.
11
# Disable implicit rules so canoncical targets will work.
14
# Remove some rules from gmake that .SUFFIXES does not remove.
17
.SUFFIXES: .hpux_make_needs_suffix_list
19
# Suppress display of executed commands.
22
# A target that is always out of date.
26
#=============================================================================
27
# Set environment variables for the build.
29
# The shell in which to execute make rules.
32
# The CMake executable.
33
CMAKE_COMMAND = /usr/bin/cmake
35
# The command to remove a file.
36
RM = /usr/bin/cmake -E remove -f
38
# The top-level source directory on which CMake was run.
39
CMAKE_SOURCE_DIR = /home/mefrio/Scrivania/cmake
41
# The top-level build directory on which CMake was run.
42
CMAKE_BINARY_DIR = /home/mefrio/Scrivania/cmake/cmake
44
#=============================================================================
45
# Targets provided globally by CMake.
47
# Special rule for the target edit_cache
49
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
53
# Special rule for the target edit_cache
54
edit_cache/fast: edit_cache
55
.PHONY : edit_cache/fast
57
# Special rule for the target install
59
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
60
/usr/bin/cmake -P cmake_install.cmake
63
# Special rule for the target install
64
install/fast: preinstall/fast
65
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
66
/usr/bin/cmake -P cmake_install.cmake
69
# Special rule for the target install/local
70
install/local: preinstall
71
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
72
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
73
.PHONY : install/local
75
# Special rule for the target install/local
76
install/local/fast: install/local
77
.PHONY : install/local/fast
79
# Special rule for the target install/strip
80
install/strip: preinstall
81
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
82
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
83
.PHONY : install/strip
85
# Special rule for the target install/strip
86
install/strip/fast: install/strip
87
.PHONY : install/strip/fast
89
# Special rule for the target list_install_components
90
list_install_components:
91
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
92
.PHONY : list_install_components
94
# Special rule for the target list_install_components
95
list_install_components/fast: list_install_components
96
.PHONY : list_install_components/fast
98
# Special rule for the target rebuild_cache
100
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
101
/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
102
.PHONY : rebuild_cache
104
# Special rule for the target rebuild_cache
105
rebuild_cache/fast: rebuild_cache
106
.PHONY : rebuild_cache/fast
108
# The main all target
109
all: cmake_check_build_system
110
$(CMAKE_COMMAND) -E cmake_progress_start /home/mefrio/Scrivania/cmake/cmake/CMakeFiles /home/mefrio/Scrivania/cmake/cmake/CMakeFiles/progress.marks
111
$(MAKE) -f CMakeFiles/Makefile2 all
112
$(CMAKE_COMMAND) -E cmake_progress_start /home/mefrio/Scrivania/cmake/cmake/CMakeFiles 0
115
# The main clean target
117
$(MAKE) -f CMakeFiles/Makefile2 clean
120
# The main clean target
124
# Prepare targets for installation.
126
$(MAKE) -f CMakeFiles/Makefile2 preinstall
129
# Prepare targets for installation.
131
$(MAKE) -f CMakeFiles/Makefile2 preinstall
132
.PHONY : preinstall/fast
136
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
139
#=============================================================================
140
# Target rules for targets named scratch
142
# Build rule for target.
143
scratch: cmake_check_build_system
144
$(MAKE) -f CMakeFiles/Makefile2 scratch
147
# fast build rule for target.
149
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/build
150
.PHONY : scratch/fast
152
src/entry.o: src/entry.c.o
155
# target to build an object file
157
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.o
158
.PHONY : src/entry.c.o
160
src/entry.i: src/entry.c.i
163
# target to preprocess a source file
165
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.i
166
.PHONY : src/entry.c.i
168
src/entry.s: src/entry.c.s
171
# target to generate assembly for a file
173
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/entry.c.s
174
.PHONY : src/entry.c.s
176
src/main_window.o: src/main_window.c.o
177
.PHONY : src/main_window.o
179
# target to build an object file
181
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.o
182
.PHONY : src/main_window.c.o
184
src/main_window.i: src/main_window.c.i
185
.PHONY : src/main_window.i
187
# target to preprocess a source file
189
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.i
190
.PHONY : src/main_window.c.i
192
src/main_window.s: src/main_window.c.s
193
.PHONY : src/main_window.s
195
# target to generate assembly for a file
197
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/main_window.c.s
198
.PHONY : src/main_window.c.s
200
src/menu.o: src/menu.c.o
203
# target to build an object file
205
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.o
206
.PHONY : src/menu.c.o
208
src/menu.i: src/menu.c.i
211
# target to preprocess a source file
213
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.i
214
.PHONY : src/menu.c.i
216
src/menu.s: src/menu.c.s
219
# target to generate assembly for a file
221
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/menu.c.s
222
.PHONY : src/menu.c.s
224
src/notebook.o: src/notebook.c.o
225
.PHONY : src/notebook.o
227
# target to build an object file
229
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.o
230
.PHONY : src/notebook.c.o
232
src/notebook.i: src/notebook.c.i
233
.PHONY : src/notebook.i
235
# target to preprocess a source file
237
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.i
238
.PHONY : src/notebook.c.i
240
src/notebook.s: src/notebook.c.s
241
.PHONY : src/notebook.s
243
# target to generate assembly for a file
245
$(MAKE) -f CMakeFiles/scratch.dir/build.make CMakeFiles/scratch.dir/src/notebook.c.s
246
.PHONY : src/notebook.c.s
250
@echo "The following are some of the valid targets for this Makefile:"
251
@echo "... all (the default if no target is provided)"
254
@echo "... edit_cache"
256
@echo "... install/local"
257
@echo "... install/strip"
258
@echo "... list_install_components"
259
@echo "... rebuild_cache"
261
@echo "... src/entry.o"
262
@echo "... src/entry.i"
263
@echo "... src/entry.s"
264
@echo "... src/main_window.o"
265
@echo "... src/main_window.i"
266
@echo "... src/main_window.s"
267
@echo "... src/menu.o"
268
@echo "... src/menu.i"
269
@echo "... src/menu.s"
270
@echo "... src/notebook.o"
271
@echo "... src/notebook.i"
272
@echo "... src/notebook.s"
277
#=============================================================================
278
# Special targets to cleanup operation of make.
280
# Special rule to run CMake to check the build system integrity.
281
# No rule that depends on this can have commands that come from listfiles
282
# because they might be regenerated.
283
cmake_check_build_system:
284
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
285
.PHONY : cmake_check_build_system