~cjgomes-it/+junk/pantheon-notify

« back to all changes in this revision

Viewing changes to build/Makefile

  • Committer: Carlos Gomes
  • Date: 2014-01-05 00:16:55 UTC
  • Revision ID: cjgomes.it@gmail.com-20140105001655-jxnlrqrw79l6sbrs
first release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# CMAKE generated file: DO NOT EDIT!
 
2
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
 
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 canonical 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
# Suppress display of executed commands.
 
20
$(VERBOSE).SILENT:
 
21
 
 
22
# A target that is always out of date.
 
23
cmake_force:
 
24
.PHONY : cmake_force
 
25
 
 
26
#=============================================================================
 
27
# Set environment variables for the build.
 
28
 
 
29
# The shell in which to execute make rules.
 
30
SHELL = /bin/sh
 
31
 
 
32
# The CMake executable.
 
33
CMAKE_COMMAND = /usr/bin/cmake
 
34
 
 
35
# The command to remove a file.
 
36
RM = /usr/bin/cmake -E remove -f
 
37
 
 
38
# The top-level source directory on which CMake was run.
 
39
CMAKE_SOURCE_DIR = /home/cjgomes/builds/pantheon-notify
 
40
 
 
41
# The top-level build directory on which CMake was run.
 
42
CMAKE_BINARY_DIR = /home/cjgomes/builds/pantheon-notify/build
 
43
 
 
44
#=============================================================================
 
45
# Targets provided globally by CMake.
 
46
 
 
47
# Special rule for the target edit_cache
 
48
edit_cache:
 
49
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
 
50
        /usr/bin/cmake -i .
 
51
.PHONY : edit_cache
 
52
 
 
53
# Special rule for the target edit_cache
 
54
edit_cache/fast: edit_cache
 
55
.PHONY : edit_cache/fast
 
56
 
 
57
# Special rule for the target install
 
58
install: preinstall
 
59
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
60
        /usr/bin/cmake -P cmake_install.cmake
 
61
.PHONY : install
 
62
 
 
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
 
67
.PHONY : install/fast
 
68
 
 
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
 
74
 
 
75
# Special rule for the target install/local
 
76
install/local/fast: install/local
 
77
.PHONY : install/local/fast
 
78
 
 
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
 
84
 
 
85
# Special rule for the target install/strip
 
86
install/strip/fast: install/strip
 
87
.PHONY : install/strip/fast
 
88
 
 
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
 
93
 
 
94
# Special rule for the target list_install_components
 
95
list_install_components/fast: list_install_components
 
96
.PHONY : list_install_components/fast
 
97
 
 
98
# Special rule for the target rebuild_cache
 
99
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
 
103
 
 
104
# Special rule for the target rebuild_cache
 
105
rebuild_cache/fast: rebuild_cache
 
106
.PHONY : rebuild_cache/fast
 
107
 
 
108
# Special rule for the target test
 
109
test:
 
110
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
 
111
        /usr/bin/ctest --force-new-ctest-process $(ARGS)
 
112
.PHONY : test
 
113
 
 
114
# Special rule for the target test
 
115
test/fast: test
 
116
.PHONY : test/fast
 
117
 
 
118
# The main all target
 
119
all: cmake_check_build_system
 
120
        $(CMAKE_COMMAND) -E cmake_progress_start /home/cjgomes/builds/pantheon-notify/build/CMakeFiles /home/cjgomes/builds/pantheon-notify/build/CMakeFiles/progress.marks
 
121
        $(MAKE) -f CMakeFiles/Makefile2 all
 
122
        $(CMAKE_COMMAND) -E cmake_progress_start /home/cjgomes/builds/pantheon-notify/build/CMakeFiles 0
 
123
.PHONY : all
 
124
 
 
125
# The main clean target
 
126
clean:
 
127
        $(MAKE) -f CMakeFiles/Makefile2 clean
 
128
.PHONY : clean
 
129
 
 
130
# The main clean target
 
131
clean/fast: clean
 
132
.PHONY : clean/fast
 
133
 
 
134
# Prepare targets for installation.
 
135
preinstall: all
 
136
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
137
.PHONY : preinstall
 
138
 
 
139
# Prepare targets for installation.
 
140
preinstall/fast:
 
141
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
 
142
.PHONY : preinstall/fast
 
143
 
 
144
# clear depends
 
145
depend:
 
146
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
147
.PHONY : depend
 
148
 
 
149
#=============================================================================
 
150
# Target rules for targets named pantheon-notify
 
151
 
 
152
# Build rule for target.
 
153
pantheon-notify: cmake_check_build_system
 
154
        $(MAKE) -f CMakeFiles/Makefile2 pantheon-notify
 
155
.PHONY : pantheon-notify
 
156
 
 
157
# fast build rule for target.
 
158
pantheon-notify/fast:
 
159
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/build
 
160
.PHONY : pantheon-notify/fast
 
161
 
 
162
#=============================================================================
 
163
# Target rules for targets named i18n
 
164
 
 
165
# Build rule for target.
 
166
i18n: cmake_check_build_system
 
167
        $(MAKE) -f CMakeFiles/Makefile2 i18n
 
168
.PHONY : i18n
 
169
 
 
170
# fast build rule for target.
 
171
i18n/fast:
 
172
        $(MAKE) -f po/CMakeFiles/i18n.dir/build.make po/CMakeFiles/i18n.dir/build
 
173
.PHONY : i18n/fast
 
174
 
 
175
#=============================================================================
 
176
# Target rules for targets named pot
 
177
 
 
178
# Build rule for target.
 
179
pot: cmake_check_build_system
 
180
        $(MAKE) -f CMakeFiles/Makefile2 pot
 
181
.PHONY : pot
 
182
 
 
183
# fast build rule for target.
 
184
pot/fast:
 
185
        $(MAKE) -f po/CMakeFiles/pot.dir/build.make po/CMakeFiles/pot.dir/build
 
186
.PHONY : pot/fast
 
187
 
 
188
build/src/Config.o: build/src/Config.c.o
 
189
.PHONY : build/src/Config.o
 
190
 
 
191
# target to build an object file
 
192
build/src/Config.c.o:
 
193
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/build/src/Config.c.o
 
194
.PHONY : build/src/Config.c.o
 
195
 
 
196
build/src/Config.i: build/src/Config.c.i
 
197
.PHONY : build/src/Config.i
 
198
 
 
199
# target to preprocess a source file
 
200
build/src/Config.c.i:
 
201
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/build/src/Config.c.i
 
202
.PHONY : build/src/Config.c.i
 
203
 
 
204
build/src/Config.s: build/src/Config.c.s
 
205
.PHONY : build/src/Config.s
 
206
 
 
207
# target to generate assembly for a file
 
208
build/src/Config.c.s:
 
209
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/build/src/Config.c.s
 
210
.PHONY : build/src/Config.c.s
 
211
 
 
212
src/notification.o: src/notification.c.o
 
213
.PHONY : src/notification.o
 
214
 
 
215
# target to build an object file
 
216
src/notification.c.o:
 
217
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/notification.c.o
 
218
.PHONY : src/notification.c.o
 
219
 
 
220
src/notification.i: src/notification.c.i
 
221
.PHONY : src/notification.i
 
222
 
 
223
# target to preprocess a source file
 
224
src/notification.c.i:
 
225
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/notification.c.i
 
226
.PHONY : src/notification.c.i
 
227
 
 
228
src/notification.s: src/notification.c.s
 
229
.PHONY : src/notification.s
 
230
 
 
231
# target to generate assembly for a file
 
232
src/notification.c.s:
 
233
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/notification.c.s
 
234
.PHONY : src/notification.c.s
 
235
 
 
236
src/pantheon-notify.o: src/pantheon-notify.c.o
 
237
.PHONY : src/pantheon-notify.o
 
238
 
 
239
# target to build an object file
 
240
src/pantheon-notify.c.o:
 
241
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/pantheon-notify.c.o
 
242
.PHONY : src/pantheon-notify.c.o
 
243
 
 
244
src/pantheon-notify.i: src/pantheon-notify.c.i
 
245
.PHONY : src/pantheon-notify.i
 
246
 
 
247
# target to preprocess a source file
 
248
src/pantheon-notify.c.i:
 
249
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/pantheon-notify.c.i
 
250
.PHONY : src/pantheon-notify.c.i
 
251
 
 
252
src/pantheon-notify.s: src/pantheon-notify.c.s
 
253
.PHONY : src/pantheon-notify.s
 
254
 
 
255
# target to generate assembly for a file
 
256
src/pantheon-notify.c.s:
 
257
        $(MAKE) -f CMakeFiles/pantheon-notify.dir/build.make CMakeFiles/pantheon-notify.dir/src/pantheon-notify.c.s
 
258
.PHONY : src/pantheon-notify.c.s
 
259
 
 
260
# Help Target
 
261
help:
 
262
        @echo "The following are some of the valid targets for this Makefile:"
 
263
        @echo "... all (the default if no target is provided)"
 
264
        @echo "... clean"
 
265
        @echo "... depend"
 
266
        @echo "... edit_cache"
 
267
        @echo "... install"
 
268
        @echo "... install/local"
 
269
        @echo "... install/strip"
 
270
        @echo "... list_install_components"
 
271
        @echo "... pantheon-notify"
 
272
        @echo "... rebuild_cache"
 
273
        @echo "... test"
 
274
        @echo "... i18n"
 
275
        @echo "... pot"
 
276
        @echo "... build/src/Config.o"
 
277
        @echo "... build/src/Config.i"
 
278
        @echo "... build/src/Config.s"
 
279
        @echo "... src/notification.o"
 
280
        @echo "... src/notification.i"
 
281
        @echo "... src/notification.s"
 
282
        @echo "... src/pantheon-notify.o"
 
283
        @echo "... src/pantheon-notify.i"
 
284
        @echo "... src/pantheon-notify.s"
 
285
.PHONY : help
 
286
 
 
287
 
 
288
 
 
289
#=============================================================================
 
290
# Special targets to cleanup operation of make.
 
291
 
 
292
# Special rule to run CMake to check the build system integrity.
 
293
# No rule that depends on this can have commands that come from listfiles
 
294
# because they might be regenerated.
 
295
cmake_check_build_system:
 
296
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
297
.PHONY : cmake_check_build_system
 
298