~wintermute-devel/wintermute/linguistics-devel

« back to all changes in this revision

Viewing changes to wntrling-core/Makefile

  • Committer: Adrian Borucki
  • Date: 2011-05-05 00:21:27 UTC
  • Revision ID: gentoolx@gmail.com-20110505002127-a2zuoxjp68f6ng2d
* Cleanups after improper CMake run made.
* Merging malforms erased.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<<<<<<< TREE
2
 
# CMAKE generated file: DO NOT EDIT!
3
 
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
4
 
 
5
 
# Default target executed when no arguments are given to make.
6
 
default_target: all
7
 
.PHONY : default_target
8
 
 
9
 
#=============================================================================
10
 
# Special targets provided by cmake.
11
 
 
12
 
# Disable implicit rules so canoncical targets will work.
13
 
.SUFFIXES:
14
 
 
15
 
# Remove some rules from gmake that .SUFFIXES does not remove.
16
 
SUFFIXES =
17
 
 
18
 
.SUFFIXES: .hpux_make_needs_suffix_list
19
 
 
20
 
# Suppress display of executed commands.
21
 
$(VERBOSE).SILENT:
22
 
 
23
 
# A target that is always out of date.
24
 
cmake_force:
25
 
.PHONY : cmake_force
26
 
 
27
 
#=============================================================================
28
 
# Set environment variables for the build.
29
 
 
30
 
# The shell in which to execute make rules.
31
 
SHELL = /bin/sh
32
 
 
33
 
# The CMake executable.
34
 
CMAKE_COMMAND = /usr/bin/cmake
35
 
 
36
 
# The command to remove a file.
37
 
RM = /usr/bin/cmake -E remove -f
38
 
 
39
 
# The program to use to edit the cache.
40
 
CMAKE_EDIT_COMMAND = /usr/bin/ccmake
41
 
 
42
 
# The top-level source directory on which CMake was run.
43
 
CMAKE_SOURCE_DIR = "/home/jacky/Documents/Development/Projects/Desktop/Wintermute/~wintermute-devel/linguistics-devel/wntrling-core"
44
 
 
45
 
# The top-level build directory on which CMake was run.
46
 
CMAKE_BINARY_DIR = "/home/jacky/Documents/Development/Projects/Desktop/Wintermute/~wintermute-devel/linguistics-devel/wntrling-core"
47
 
 
48
 
#=============================================================================
49
 
# Targets provided globally by CMake.
50
 
 
51
 
# Special rule for the target edit_cache
52
 
edit_cache:
53
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
54
 
        /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
55
 
.PHONY : edit_cache
56
 
 
57
 
# Special rule for the target edit_cache
58
 
edit_cache/fast: edit_cache
59
 
.PHONY : edit_cache/fast
60
 
 
61
 
# Special rule for the target rebuild_cache
62
 
rebuild_cache:
63
 
        @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
64
 
        /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
65
 
.PHONY : rebuild_cache
66
 
 
67
 
# Special rule for the target rebuild_cache
68
 
rebuild_cache/fast: rebuild_cache
69
 
.PHONY : rebuild_cache/fast
70
 
 
71
 
# The main all target
72
 
all: cmake_check_build_system
73
 
        $(CMAKE_COMMAND) -E cmake_progress_start "/home/jacky/Documents/Development/Projects/Desktop/Wintermute/~wintermute-devel/linguistics-devel/wntrling-core/CMakeFiles" "/home/jacky/Documents/Development/Projects/Desktop/Wintermute/~wintermute-devel/linguistics-devel/wntrling-core/CMakeFiles/progress.marks"
74
 
        $(MAKE) -f CMakeFiles/Makefile2 all
75
 
        $(CMAKE_COMMAND) -E cmake_progress_start "/home/jacky/Documents/Development/Projects/Desktop/Wintermute/~wintermute-devel/linguistics-devel/wntrling-core/CMakeFiles" 0
76
 
.PHONY : all
77
 
 
78
 
# The main clean target
79
 
=======
80
1
## Wrapper for CMake
81
2
 
82
3
build:
94
15
        install -m 644 src/config.hpp $(DESTDIR)/usr/include/wintermute/linguistics/core/
95
16
        install -m 644 src/md5.hpp $(DESTDIR)/usr/include/wintermute/linguistics/core/
96
17
        install -m 644 wntrling-core.pc $(DESTDIR)/usr/lib/pkgconfig/
97
 
 
98
 
>>>>>>> MERGE-SOURCE
99
 
clean:
100
 
        $(MAKE) -f CMakeFiles/Makefile2 clean
101
 
.PHONY : clean
102
 
 
103
 
# The main clean target
104
 
clean/fast: clean
105
 
.PHONY : clean/fast
106
 
 
107
 
# Prepare targets for installation.
108
 
preinstall: all
109
 
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
110
 
.PHONY : preinstall
111
 
 
112
 
# Prepare targets for installation.
113
 
preinstall/fast:
114
 
        $(MAKE) -f CMakeFiles/Makefile2 preinstall
115
 
.PHONY : preinstall/fast
116
 
 
117
 
# clear depends
118
 
depend:
119
 
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
120
 
.PHONY : depend
121
 
 
122
 
#=============================================================================
123
 
# Target rules for targets named wntrling-core
124
 
 
125
 
# Build rule for target.
126
 
wntrling-core: cmake_check_build_system
127
 
        $(MAKE) -f CMakeFiles/Makefile2 wntrling-core
128
 
.PHONY : wntrling-core
129
 
 
130
 
# fast build rule for target.
131
 
wntrling-core/fast:
132
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/build
133
 
.PHONY : wntrling-core/fast
134
 
 
135
 
src/md5.o: src/md5.cpp.o
136
 
.PHONY : src/md5.o
137
 
 
138
 
# target to build an object file
139
 
src/md5.cpp.o:
140
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/md5.cpp.o
141
 
.PHONY : src/md5.cpp.o
142
 
 
143
 
src/md5.i: src/md5.cpp.i
144
 
.PHONY : src/md5.i
145
 
 
146
 
# target to preprocess a source file
147
 
src/md5.cpp.i:
148
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/md5.cpp.i
149
 
.PHONY : src/md5.cpp.i
150
 
 
151
 
src/md5.s: src/md5.cpp.s
152
 
.PHONY : src/md5.s
153
 
 
154
 
# target to generate assembly for a file
155
 
src/md5.cpp.s:
156
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/md5.cpp.s
157
 
.PHONY : src/md5.cpp.s
158
 
 
159
 
src/parser.o: src/parser.cpp.o
160
 
.PHONY : src/parser.o
161
 
 
162
 
# target to build an object file
163
 
src/parser.cpp.o:
164
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/parser.cpp.o
165
 
.PHONY : src/parser.cpp.o
166
 
 
167
 
src/parser.i: src/parser.cpp.i
168
 
.PHONY : src/parser.i
169
 
 
170
 
# target to preprocess a source file
171
 
src/parser.cpp.i:
172
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/parser.cpp.i
173
 
.PHONY : src/parser.cpp.i
174
 
 
175
 
src/parser.s: src/parser.cpp.s
176
 
.PHONY : src/parser.s
177
 
 
178
 
# target to generate assembly for a file
179
 
src/parser.cpp.s:
180
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/parser.cpp.s
181
 
.PHONY : src/parser.cpp.s
182
 
 
183
 
src/syntax.o: src/syntax.cpp.o
184
 
.PHONY : src/syntax.o
185
 
 
186
 
# target to build an object file
187
 
src/syntax.cpp.o:
188
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/syntax.cpp.o
189
 
.PHONY : src/syntax.cpp.o
190
 
 
191
 
src/syntax.i: src/syntax.cpp.i
192
 
.PHONY : src/syntax.i
193
 
 
194
 
# target to preprocess a source file
195
 
src/syntax.cpp.i:
196
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/syntax.cpp.i
197
 
.PHONY : src/syntax.cpp.i
198
 
 
199
 
src/syntax.s: src/syntax.cpp.s
200
 
.PHONY : src/syntax.s
201
 
 
202
 
# target to generate assembly for a file
203
 
src/syntax.cpp.s:
204
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/syntax.cpp.s
205
 
.PHONY : src/syntax.cpp.s
206
 
 
207
 
src/wntrling.o: src/wntrling.cpp.o
208
 
.PHONY : src/wntrling.o
209
 
 
210
 
# target to build an object file
211
 
src/wntrling.cpp.o:
212
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/wntrling.cpp.o
213
 
.PHONY : src/wntrling.cpp.o
214
 
 
215
 
src/wntrling.i: src/wntrling.cpp.i
216
 
.PHONY : src/wntrling.i
217
 
 
218
 
# target to preprocess a source file
219
 
src/wntrling.cpp.i:
220
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/wntrling.cpp.i
221
 
.PHONY : src/wntrling.cpp.i
222
 
 
223
 
src/wntrling.s: src/wntrling.cpp.s
224
 
.PHONY : src/wntrling.s
225
 
 
226
 
# target to generate assembly for a file
227
 
src/wntrling.cpp.s:
228
 
        $(MAKE) -f CMakeFiles/wntrling-core.dir/build.make CMakeFiles/wntrling-core.dir/src/wntrling.cpp.s
229
 
.PHONY : src/wntrling.cpp.s
230
 
 
231
 
# Help Target
232
 
help:
233
 
        @echo "The following are some of the valid targets for this Makefile:"
234
 
        @echo "... all (the default if no target is provided)"
235
 
        @echo "... clean"
236
 
        @echo "... depend"
237
 
        @echo "... edit_cache"
238
 
        @echo "... rebuild_cache"
239
 
        @echo "... wntrling-core"
240
 
        @echo "... src/md5.o"
241
 
        @echo "... src/md5.i"
242
 
        @echo "... src/md5.s"
243
 
        @echo "... src/parser.o"
244
 
        @echo "... src/parser.i"
245
 
        @echo "... src/parser.s"
246
 
        @echo "... src/syntax.o"
247
 
        @echo "... src/syntax.i"
248
 
        @echo "... src/syntax.s"
249
 
        @echo "... src/wntrling.o"
250
 
        @echo "... src/wntrling.i"
251
 
        @echo "... src/wntrling.s"
252
 
.PHONY : help
253
 
 
254
 
 
255
 
 
256
 
#=============================================================================
257
 
# Special targets to cleanup operation of make.
258
 
 
259
 
# Special rule to run CMake to check the build system integrity.
260
 
# No rule that depends on this can have commands that come from listfiles
261
 
# because they might be regenerated.
262
 
cmake_check_build_system:
263
 
        $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
264
 
.PHONY : cmake_check_build_system
265