~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to po/plug/Makefile

  • Committer: gotwig at ubuntu
  • Date: 2013-07-27 08:21:47 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: gotwig@ubuntu.com-20130727082147-udc2o1jc68tp9fcq
Add switcher for adding to autostart and activating welcome screen

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
# Escaping for special characters.
 
39
EQUALS = =
 
40
 
 
41
# The top-level source directory on which CMake was run.
 
42
CMAKE_SOURCE_DIR = /home/julia/restructure
 
43
 
 
44
# The top-level build directory on which CMake was run.
 
45
CMAKE_BINARY_DIR = /home/julia/restructure/po
 
46
 
 
47
#=============================================================================
 
48
# Targets provided globally by CMake.
 
49
 
 
50
# Special rule for the target edit_cache
 
51
edit_cache:
 
52
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
 
53
        /usr/bin/cmake -i .
 
54
.PHONY : edit_cache
 
55
 
 
56
# Special rule for the target edit_cache
 
57
edit_cache/fast: edit_cache
 
58
.PHONY : edit_cache/fast
 
59
 
 
60
# Special rule for the target install
 
61
install: preinstall
 
62
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
63
        /usr/bin/cmake -P cmake_install.cmake
 
64
.PHONY : install
 
65
 
 
66
# Special rule for the target install
 
67
install/fast: preinstall/fast
 
68
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 
69
        /usr/bin/cmake -P cmake_install.cmake
 
70
.PHONY : install/fast
 
71
 
 
72
# Special rule for the target install/local
 
73
install/local: preinstall
 
74
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 
75
        /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 
76
.PHONY : install/local
 
77
 
 
78
# Special rule for the target install/local
 
79
install/local/fast: install/local
 
80
.PHONY : install/local/fast
 
81
 
 
82
# Special rule for the target install/strip
 
83
install/strip: preinstall
 
84
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 
85
        /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 
86
.PHONY : install/strip
 
87
 
 
88
# Special rule for the target install/strip
 
89
install/strip/fast: install/strip
 
90
.PHONY : install/strip/fast
 
91
 
 
92
# Special rule for the target list_install_components
 
93
list_install_components:
 
94
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
 
95
.PHONY : list_install_components
 
96
 
 
97
# Special rule for the target list_install_components
 
98
list_install_components/fast: list_install_components
 
99
.PHONY : list_install_components/fast
 
100
 
 
101
# Special rule for the target rebuild_cache
 
102
rebuild_cache:
 
103
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 
104
        /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 
105
.PHONY : rebuild_cache
 
106
 
 
107
# Special rule for the target rebuild_cache
 
108
rebuild_cache/fast: rebuild_cache
 
109
.PHONY : rebuild_cache/fast
 
110
 
 
111
# The main all target
 
112
all: cmake_check_build_system
 
113
        cd /home/julia/restructure/po && $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles /home/julia/restructure/po/plug/CMakeFiles/progress.marks
 
114
        cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/all
 
115
        $(CMAKE_COMMAND) -E cmake_progress_start /home/julia/restructure/po/CMakeFiles 0
 
116
.PHONY : all
 
117
 
 
118
# The main clean target
 
119
clean:
 
120
        cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/clean
 
121
.PHONY : clean
 
122
 
 
123
# The main clean target
 
124
clean/fast: clean
 
125
.PHONY : clean/fast
 
126
 
 
127
# Prepare targets for installation.
 
128
preinstall: all
 
129
        cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/preinstall
 
130
.PHONY : preinstall
 
131
 
 
132
# Prepare targets for installation.
 
133
preinstall/fast:
 
134
        cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/preinstall
 
135
.PHONY : preinstall/fast
 
136
 
 
137
# clear depends
 
138
depend:
 
139
        cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 
140
.PHONY : depend
 
141
 
 
142
# Convenience name for target.
 
143
plug/CMakeFiles/gazette-plug.dir/rule:
 
144
        cd /home/julia/restructure/po && $(MAKE) -f CMakeFiles/Makefile2 plug/CMakeFiles/gazette-plug.dir/rule
 
145
.PHONY : plug/CMakeFiles/gazette-plug.dir/rule
 
146
 
 
147
# Convenience name for target.
 
148
gazette-plug: plug/CMakeFiles/gazette-plug.dir/rule
 
149
.PHONY : gazette-plug
 
150
 
 
151
# fast build rule for target.
 
152
gazette-plug/fast:
 
153
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/build
 
154
.PHONY : gazette-plug/fast
 
155
 
 
156
Config.o: Config.c.o
 
157
.PHONY : Config.o
 
158
 
 
159
# target to build an object file
 
160
Config.c.o:
 
161
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.o
 
162
.PHONY : Config.c.o
 
163
 
 
164
Config.i: Config.c.i
 
165
.PHONY : Config.i
 
166
 
 
167
# target to preprocess a source file
 
168
Config.c.i:
 
169
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.i
 
170
.PHONY : Config.c.i
 
171
 
 
172
Config.s: Config.c.s
 
173
.PHONY : Config.s
 
174
 
 
175
# target to generate assembly for a file
 
176
Config.c.s:
 
177
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/Config.c.s
 
178
.PHONY : Config.c.s
 
179
 
 
180
__/src/PluginManager.o: __/src/PluginManager.c.o
 
181
.PHONY : __/src/PluginManager.o
 
182
 
 
183
# target to build an object file
 
184
__/src/PluginManager.c.o:
 
185
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.o
 
186
.PHONY : __/src/PluginManager.c.o
 
187
 
 
188
__/src/PluginManager.i: __/src/PluginManager.c.i
 
189
.PHONY : __/src/PluginManager.i
 
190
 
 
191
# target to preprocess a source file
 
192
__/src/PluginManager.c.i:
 
193
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.i
 
194
.PHONY : __/src/PluginManager.c.i
 
195
 
 
196
__/src/PluginManager.s: __/src/PluginManager.c.s
 
197
.PHONY : __/src/PluginManager.s
 
198
 
 
199
# target to generate assembly for a file
 
200
__/src/PluginManager.c.s:
 
201
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/__/src/PluginManager.c.s
 
202
.PHONY : __/src/PluginManager.c.s
 
203
 
 
204
main.o: main.c.o
 
205
.PHONY : main.o
 
206
 
 
207
# target to build an object file
 
208
main.c.o:
 
209
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.o
 
210
.PHONY : main.c.o
 
211
 
 
212
main.i: main.c.i
 
213
.PHONY : main.i
 
214
 
 
215
# target to preprocess a source file
 
216
main.c.i:
 
217
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.i
 
218
.PHONY : main.c.i
 
219
 
 
220
main.s: main.c.s
 
221
.PHONY : main.s
 
222
 
 
223
# target to generate assembly for a file
 
224
main.c.s:
 
225
        cd /home/julia/restructure/po && $(MAKE) -f plug/CMakeFiles/gazette-plug.dir/build.make plug/CMakeFiles/gazette-plug.dir/main.c.s
 
226
.PHONY : main.c.s
 
227
 
 
228
# Help Target
 
229
help:
 
230
        @echo "The following are some of the valid targets for this Makefile:"
 
231
        @echo "... all (the default if no target is provided)"
 
232
        @echo "... clean"
 
233
        @echo "... depend"
 
234
        @echo "... edit_cache"
 
235
        @echo "... gazette-plug"
 
236
        @echo "... install"
 
237
        @echo "... install/local"
 
238
        @echo "... install/strip"
 
239
        @echo "... list_install_components"
 
240
        @echo "... rebuild_cache"
 
241
        @echo "... Config.o"
 
242
        @echo "... Config.i"
 
243
        @echo "... Config.s"
 
244
        @echo "... __/src/PluginManager.o"
 
245
        @echo "... __/src/PluginManager.i"
 
246
        @echo "... __/src/PluginManager.s"
 
247
        @echo "... main.o"
 
248
        @echo "... main.i"
 
249
        @echo "... main.s"
 
250
.PHONY : help
 
251
 
 
252
 
 
253
 
 
254
#=============================================================================
 
255
# Special targets to cleanup operation of make.
 
256
 
 
257
# Special rule to run CMake to check the build system integrity.
 
258
# No rule that depends on this can have commands that come from listfiles
 
259
# because they might be regenerated.
 
260
cmake_check_build_system:
 
261
        cd /home/julia/restructure/po && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 
262
.PHONY : cmake_check_build_system
 
263