1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
6 | # This Makefile.in is free software; the Free Software Foundation |
---|
7 | # gives unlimited permission to copy and/or distribute it, |
---|
8 | # with or without modifications, as long as this notice is preserved. |
---|
9 | |
---|
10 | # This program is distributed in the hope that it will be useful, |
---|
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
13 | # PARTICULAR PURPOSE. |
---|
14 | |
---|
15 | @SET_MAKE@ |
---|
16 | |
---|
17 | |
---|
18 | SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
19 | |
---|
20 | srcdir = @srcdir@ |
---|
21 | top_srcdir = @top_srcdir@ |
---|
22 | VPATH = @srcdir@ |
---|
23 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
24 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
25 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
26 | top_builddir = .. |
---|
27 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
28 | INSTALL = @INSTALL@ |
---|
29 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
30 | install_sh_PROGRAM = $(install_sh) -c |
---|
31 | install_sh_SCRIPT = $(install_sh) -c |
---|
32 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
33 | transform = $(program_transform_name) |
---|
34 | NORMAL_INSTALL = : |
---|
35 | PRE_INSTALL = : |
---|
36 | POST_INSTALL = : |
---|
37 | NORMAL_UNINSTALL = : |
---|
38 | PRE_UNINSTALL = : |
---|
39 | POST_UNINSTALL = : |
---|
40 | host_triplet = @host@ |
---|
41 | bin_PROGRAMS = orxonox$(EXEEXT) sound$(EXEEXT) |
---|
42 | subdir = src |
---|
43 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
44 | $(srcdir)/Makefile.in INSTALL |
---|
45 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
46 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
47 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
48 | $(ACLOCAL_M4) |
---|
49 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
50 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
51 | CONFIG_CLEAN_FILES = |
---|
52 | am__installdirs = "$(DESTDIR)$(bindir)" |
---|
53 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
---|
54 | PROGRAMS = $(bin_PROGRAMS) |
---|
55 | am_orxonox_OBJECTS = orxonox.$(OBJEXT) world.$(OBJEXT) \ |
---|
56 | player.$(OBJEXT) collision.$(OBJEXT) data_tank.$(OBJEXT) \ |
---|
57 | world_entity.$(OBJEXT) vector.$(OBJEXT) camera.$(OBJEXT) \ |
---|
58 | command_node.$(OBJEXT) ini_parser.$(OBJEXT) keynames.$(OBJEXT) \ |
---|
59 | track.$(OBJEXT) base_entity.$(OBJEXT) game_loader.$(OBJEXT) \ |
---|
60 | campaign.$(OBJEXT) story_entity.$(OBJEXT) \ |
---|
61 | environment.$(OBJEXT) object.$(OBJEXT) array.$(OBJEXT) \ |
---|
62 | material.$(OBJEXT) list.$(OBJEXT) |
---|
63 | orxonox_OBJECTS = $(am_orxonox_OBJECTS) |
---|
64 | orxonox_LDADD = $(LDADD) |
---|
65 | am_sound_OBJECTS = sound_test.$(OBJEXT) sound_control.$(OBJEXT) |
---|
66 | sound_OBJECTS = $(am_sound_OBJECTS) |
---|
67 | sound_LDADD = $(LDADD) |
---|
68 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
---|
69 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
70 | am__depfiles_maybe = depfiles |
---|
71 | @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po \ |
---|
72 | @AMDEP_TRUE@ ./$(DEPDIR)/base_entity.Po ./$(DEPDIR)/camera.Po \ |
---|
73 | @AMDEP_TRUE@ ./$(DEPDIR)/campaign.Po ./$(DEPDIR)/collision.Po \ |
---|
74 | @AMDEP_TRUE@ ./$(DEPDIR)/command_node.Po \ |
---|
75 | @AMDEP_TRUE@ ./$(DEPDIR)/data_tank.Po \ |
---|
76 | @AMDEP_TRUE@ ./$(DEPDIR)/environment.Po \ |
---|
77 | @AMDEP_TRUE@ ./$(DEPDIR)/game_loader.Po \ |
---|
78 | @AMDEP_TRUE@ ./$(DEPDIR)/ini_parser.Po ./$(DEPDIR)/keynames.Po \ |
---|
79 | @AMDEP_TRUE@ ./$(DEPDIR)/list.Po ./$(DEPDIR)/material.Po \ |
---|
80 | @AMDEP_TRUE@ ./$(DEPDIR)/object.Po ./$(DEPDIR)/orxonox.Po \ |
---|
81 | @AMDEP_TRUE@ ./$(DEPDIR)/player.Po ./$(DEPDIR)/sound_control.Po \ |
---|
82 | @AMDEP_TRUE@ ./$(DEPDIR)/sound_test.Po \ |
---|
83 | @AMDEP_TRUE@ ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/track.Po \ |
---|
84 | @AMDEP_TRUE@ ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \ |
---|
85 | @AMDEP_TRUE@ ./$(DEPDIR)/world_entity.Po |
---|
86 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
---|
87 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
88 | CXXLD = $(CXX) |
---|
89 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ |
---|
90 | -o $@ |
---|
91 | SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
92 | DIST_SOURCES = $(orxonox_SOURCES) $(sound_SOURCES) |
---|
93 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
94 | html-recursive info-recursive install-data-recursive \ |
---|
95 | install-exec-recursive install-info-recursive \ |
---|
96 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
97 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
98 | uninstall-recursive |
---|
99 | HEADERS = $(noinst_HEADERS) |
---|
100 | ETAGS = etags |
---|
101 | CTAGS = ctags |
---|
102 | DIST_SUBDIRS = . importer gui console |
---|
103 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
104 | ACLOCAL = @ACLOCAL@ |
---|
105 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
106 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
107 | AMTAR = @AMTAR@ |
---|
108 | AUTOCONF = @AUTOCONF@ |
---|
109 | AUTOHEADER = @AUTOHEADER@ |
---|
110 | AUTOMAKE = @AUTOMAKE@ |
---|
111 | AWK = @AWK@ |
---|
112 | CC = @CC@ |
---|
113 | CCDEPMODE = @CCDEPMODE@ |
---|
114 | CFLAGS = @CFLAGS@ |
---|
115 | CPP = @CPP@ |
---|
116 | CPPFLAGS = @CPPFLAGS@ |
---|
117 | CXX = @CXX@ |
---|
118 | CXXDEPMODE = @CXXDEPMODE@ |
---|
119 | CXXFLAGS = @CXXFLAGS@ |
---|
120 | CYGPATH_W = @CYGPATH_W@ |
---|
121 | DEBUG = @DEBUG@ |
---|
122 | DEFS = @DEFS@ |
---|
123 | DEPDIR = @DEPDIR@ |
---|
124 | DOXYGEN = @DOXYGEN@ |
---|
125 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
126 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
127 | ECHO_C = @ECHO_C@ |
---|
128 | ECHO_N = @ECHO_N@ |
---|
129 | ECHO_T = @ECHO_T@ |
---|
130 | EGREP = @EGREP@ |
---|
131 | EXEEXT = @EXEEXT@ |
---|
132 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
---|
133 | GTK2_LIBS = @GTK2_LIBS@ |
---|
134 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
---|
135 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
---|
136 | INSTALL_DATA = @INSTALL_DATA@ |
---|
137 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
138 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
139 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
140 | LDFLAGS = @LDFLAGS@ |
---|
141 | LIBOBJS = @LIBOBJS@ |
---|
142 | LIBS = @LIBS@ |
---|
143 | LTLIBOBJS = @LTLIBOBJS@ |
---|
144 | MAKEINFO = @MAKEINFO@ |
---|
145 | MSBITFIELDS = @MSBITFIELDS@ |
---|
146 | OBJEXT = @OBJEXT@ |
---|
147 | PACKAGE = @PACKAGE@ |
---|
148 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
149 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
150 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
151 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
152 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
153 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
154 | SET_MAKE = @SET_MAKE@ |
---|
155 | SHELL = @SHELL@ |
---|
156 | STRIP = @STRIP@ |
---|
157 | VERSION = @VERSION@ |
---|
158 | ac_ct_CC = @ac_ct_CC@ |
---|
159 | ac_ct_CXX = @ac_ct_CXX@ |
---|
160 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
161 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
162 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
163 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
164 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
165 | am__include = @am__include@ |
---|
166 | am__leading_dot = @am__leading_dot@ |
---|
167 | am__quote = @am__quote@ |
---|
168 | bindir = @bindir@ |
---|
169 | build = @build@ |
---|
170 | build_alias = @build_alias@ |
---|
171 | build_cpu = @build_cpu@ |
---|
172 | build_os = @build_os@ |
---|
173 | build_vendor = @build_vendor@ |
---|
174 | datadir = @datadir@ |
---|
175 | exec_prefix = @exec_prefix@ |
---|
176 | host = @host@ |
---|
177 | host_alias = @host_alias@ |
---|
178 | host_cpu = @host_cpu@ |
---|
179 | host_os = @host_os@ |
---|
180 | host_vendor = @host_vendor@ |
---|
181 | includedir = @includedir@ |
---|
182 | infodir = @infodir@ |
---|
183 | install_sh = @install_sh@ |
---|
184 | libdir = @libdir@ |
---|
185 | libexecdir = @libexecdir@ |
---|
186 | localstatedir = @localstatedir@ |
---|
187 | mandir = @mandir@ |
---|
188 | mkdir_p = @mkdir_p@ |
---|
189 | oldincludedir = @oldincludedir@ |
---|
190 | prefix = @prefix@ |
---|
191 | program_transform_name = @program_transform_name@ |
---|
192 | sbindir = @sbindir@ |
---|
193 | sharedstatedir = @sharedstatedir@ |
---|
194 | sysconfdir = @sysconfdir@ |
---|
195 | target = @target@ |
---|
196 | target_alias = @target_alias@ |
---|
197 | target_cpu = @target_cpu@ |
---|
198 | target_os = @target_os@ |
---|
199 | target_vendor = @target_vendor@ |
---|
200 | |
---|
201 | #AM_CXXFLAGS="" |
---|
202 | AM_LDFLAGS = $(MWINDOWS) |
---|
203 | sound_SOURCES = sound_test.cc sound_control.cc |
---|
204 | orxonox_SOURCES = orxonox.cc \ |
---|
205 | world.cc \ |
---|
206 | player.cc \ |
---|
207 | collision.cc \ |
---|
208 | data_tank.cc \ |
---|
209 | world_entity.cc \ |
---|
210 | vector.cc \ |
---|
211 | camera.cc \ |
---|
212 | command_node.cc \ |
---|
213 | ini_parser.cc \ |
---|
214 | keynames.cc \ |
---|
215 | track.cc \ |
---|
216 | base_entity.cc \ |
---|
217 | game_loader.cc \ |
---|
218 | campaign.cc \ |
---|
219 | story_entity.cc \ |
---|
220 | environment.cc \ |
---|
221 | importer/object.cc \ |
---|
222 | importer/array.cc \ |
---|
223 | importer/material.cc \ |
---|
224 | list.cc |
---|
225 | |
---|
226 | noinst_HEADERS = ability.h \ |
---|
227 | data_tank.h \ |
---|
228 | collision.h \ |
---|
229 | npc.h \ |
---|
230 | stdincl.h \ |
---|
231 | ai.h \ |
---|
232 | environment.h \ |
---|
233 | orxonox.h \ |
---|
234 | synchronisable.h \ |
---|
235 | base_entity.h \ |
---|
236 | error.h \ |
---|
237 | player.h \ |
---|
238 | track.h \ |
---|
239 | camera.h \ |
---|
240 | ini_parser.h \ |
---|
241 | power_up.h \ |
---|
242 | vector.h \ |
---|
243 | keynames.h \ |
---|
244 | proto_class.h \ |
---|
245 | world.h \ |
---|
246 | command_node.h \ |
---|
247 | list.h \ |
---|
248 | shoot_laser.h \ |
---|
249 | world_entity.h \ |
---|
250 | coordinates.h \ |
---|
251 | message_structures.h \ |
---|
252 | shoot_rocket.h \ |
---|
253 | list_template.h \ |
---|
254 | story_entity.h \ |
---|
255 | story_def.h \ |
---|
256 | game_loader.h \ |
---|
257 | campaign.h |
---|
258 | |
---|
259 | EXTRA_DIST = orxonox.conf |
---|
260 | @HAVE_GTK2_FALSE@GTK_PROGS = |
---|
261 | |
---|
262 | ### GTK_RELATED |
---|
263 | @HAVE_GTK2_TRUE@GTK_PROGS = console |
---|
264 | SUBDIRS = . \ |
---|
265 | importer \ |
---|
266 | gui \ |
---|
267 | $(GTK_PROGS) |
---|
268 | |
---|
269 | all: all-recursive |
---|
270 | |
---|
271 | .SUFFIXES: |
---|
272 | .SUFFIXES: .cc .o .obj |
---|
273 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
274 | @for dep in $?; do \ |
---|
275 | case '$(am__configure_deps)' in \ |
---|
276 | *$$dep*) \ |
---|
277 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
278 | && exit 0; \ |
---|
279 | exit 1;; \ |
---|
280 | esac; \ |
---|
281 | done; \ |
---|
282 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ |
---|
283 | cd $(top_srcdir) && \ |
---|
284 | $(AUTOMAKE) --foreign src/Makefile |
---|
285 | .PRECIOUS: Makefile |
---|
286 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
287 | @case '$?' in \ |
---|
288 | *config.status*) \ |
---|
289 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
290 | *) \ |
---|
291 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
292 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
293 | esac; |
---|
294 | |
---|
295 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
296 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
297 | |
---|
298 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
299 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
300 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
301 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
302 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
303 | @$(NORMAL_INSTALL) |
---|
304 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
305 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
306 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
307 | if test -f $$p \ |
---|
308 | ; then \ |
---|
309 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
310 | echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
311 | $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
---|
312 | else :; fi; \ |
---|
313 | done |
---|
314 | |
---|
315 | uninstall-binPROGRAMS: |
---|
316 | @$(NORMAL_UNINSTALL) |
---|
317 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
318 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
---|
319 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
320 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
321 | done |
---|
322 | |
---|
323 | clean-binPROGRAMS: |
---|
324 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
---|
325 | orxonox$(EXEEXT): $(orxonox_OBJECTS) $(orxonox_DEPENDENCIES) |
---|
326 | @rm -f orxonox$(EXEEXT) |
---|
327 | $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS) |
---|
328 | sound$(EXEEXT): $(sound_OBJECTS) $(sound_DEPENDENCIES) |
---|
329 | @rm -f sound$(EXEEXT) |
---|
330 | $(CXXLINK) $(sound_LDFLAGS) $(sound_OBJECTS) $(sound_LDADD) $(LIBS) |
---|
331 | |
---|
332 | mostlyclean-compile: |
---|
333 | -rm -f *.$(OBJEXT) |
---|
334 | |
---|
335 | distclean-compile: |
---|
336 | -rm -f *.tab.c |
---|
337 | |
---|
338 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@ |
---|
339 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base_entity.Po@am__quote@ |
---|
340 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camera.Po@am__quote@ |
---|
341 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/campaign.Po@am__quote@ |
---|
342 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collision.Po@am__quote@ |
---|
343 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_node.Po@am__quote@ |
---|
344 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data_tank.Po@am__quote@ |
---|
345 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/environment.Po@am__quote@ |
---|
346 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@ |
---|
347 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_parser.Po@am__quote@ |
---|
348 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keynames.Po@am__quote@ |
---|
349 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ |
---|
350 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@ |
---|
351 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@ |
---|
352 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox.Po@am__quote@ |
---|
353 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@ |
---|
354 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_control.Po@am__quote@ |
---|
355 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_test.Po@am__quote@ |
---|
356 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@ |
---|
357 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track.Po@am__quote@ |
---|
358 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@ |
---|
359 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world.Po@am__quote@ |
---|
360 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/world_entity.Po@am__quote@ |
---|
361 | |
---|
362 | .cc.o: |
---|
363 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
364 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
365 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
366 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
367 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
368 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
---|
369 | |
---|
370 | .cc.obj: |
---|
371 | @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
372 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
373 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
374 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
---|
375 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
376 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
377 | |
---|
378 | object.o: importer/object.cc |
---|
379 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT object.o -MD -MP -MF "$(DEPDIR)/object.Tpo" -c -o object.o `test -f 'importer/object.cc' || echo '$(srcdir)/'`importer/object.cc; \ |
---|
380 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/object.Tpo" "$(DEPDIR)/object.Po"; else rm -f "$(DEPDIR)/object.Tpo"; exit 1; fi |
---|
381 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/object.cc' object='object.o' libtool=no @AMDEPBACKSLASH@ |
---|
382 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/object.Po' tmpdepfile='$(DEPDIR)/object.TPo' @AMDEPBACKSLASH@ |
---|
383 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
384 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o object.o `test -f 'importer/object.cc' || echo '$(srcdir)/'`importer/object.cc |
---|
385 | |
---|
386 | object.obj: importer/object.cc |
---|
387 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT object.obj -MD -MP -MF "$(DEPDIR)/object.Tpo" -c -o object.obj `if test -f 'importer/object.cc'; then $(CYGPATH_W) 'importer/object.cc'; else $(CYGPATH_W) '$(srcdir)/importer/object.cc'; fi`; \ |
---|
388 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/object.Tpo" "$(DEPDIR)/object.Po"; else rm -f "$(DEPDIR)/object.Tpo"; exit 1; fi |
---|
389 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/object.cc' object='object.obj' libtool=no @AMDEPBACKSLASH@ |
---|
390 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/object.Po' tmpdepfile='$(DEPDIR)/object.TPo' @AMDEPBACKSLASH@ |
---|
391 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
392 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o object.obj `if test -f 'importer/object.cc'; then $(CYGPATH_W) 'importer/object.cc'; else $(CYGPATH_W) '$(srcdir)/importer/object.cc'; fi` |
---|
393 | |
---|
394 | array.o: importer/array.cc |
---|
395 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.o -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.o `test -f 'importer/array.cc' || echo '$(srcdir)/'`importer/array.cc; \ |
---|
396 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
397 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/array.cc' object='array.o' libtool=no @AMDEPBACKSLASH@ |
---|
398 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' @AMDEPBACKSLASH@ |
---|
399 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
400 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.o `test -f 'importer/array.cc' || echo '$(srcdir)/'`importer/array.cc |
---|
401 | |
---|
402 | array.obj: importer/array.cc |
---|
403 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT array.obj -MD -MP -MF "$(DEPDIR)/array.Tpo" -c -o array.obj `if test -f 'importer/array.cc'; then $(CYGPATH_W) 'importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/importer/array.cc'; fi`; \ |
---|
404 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/array.Tpo" "$(DEPDIR)/array.Po"; else rm -f "$(DEPDIR)/array.Tpo"; exit 1; fi |
---|
405 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/array.cc' object='array.obj' libtool=no @AMDEPBACKSLASH@ |
---|
406 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/array.Po' tmpdepfile='$(DEPDIR)/array.TPo' @AMDEPBACKSLASH@ |
---|
407 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
408 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o array.obj `if test -f 'importer/array.cc'; then $(CYGPATH_W) 'importer/array.cc'; else $(CYGPATH_W) '$(srcdir)/importer/array.cc'; fi` |
---|
409 | |
---|
410 | material.o: importer/material.cc |
---|
411 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.o -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.o `test -f 'importer/material.cc' || echo '$(srcdir)/'`importer/material.cc; \ |
---|
412 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
413 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/material.cc' object='material.o' libtool=no @AMDEPBACKSLASH@ |
---|
414 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' @AMDEPBACKSLASH@ |
---|
415 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
416 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.o `test -f 'importer/material.cc' || echo '$(srcdir)/'`importer/material.cc |
---|
417 | |
---|
418 | material.obj: importer/material.cc |
---|
419 | @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT material.obj -MD -MP -MF "$(DEPDIR)/material.Tpo" -c -o material.obj `if test -f 'importer/material.cc'; then $(CYGPATH_W) 'importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/importer/material.cc'; fi`; \ |
---|
420 | @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/material.Tpo" "$(DEPDIR)/material.Po"; else rm -f "$(DEPDIR)/material.Tpo"; exit 1; fi |
---|
421 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='importer/material.cc' object='material.obj' libtool=no @AMDEPBACKSLASH@ |
---|
422 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/material.Po' tmpdepfile='$(DEPDIR)/material.TPo' @AMDEPBACKSLASH@ |
---|
423 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
424 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o material.obj `if test -f 'importer/material.cc'; then $(CYGPATH_W) 'importer/material.cc'; else $(CYGPATH_W) '$(srcdir)/importer/material.cc'; fi` |
---|
425 | uninstall-info-am: |
---|
426 | |
---|
427 | # This directory's subdirectories are mostly independent; you can cd |
---|
428 | # into them and run `make' without going through this Makefile. |
---|
429 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
430 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
431 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
432 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
433 | $(RECURSIVE_TARGETS): |
---|
434 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
435 | dot_seen=no; \ |
---|
436 | target=`echo $@ | sed s/-recursive//`; \ |
---|
437 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
438 | echo "Making $$target in $$subdir"; \ |
---|
439 | if test "$$subdir" = "."; then \ |
---|
440 | dot_seen=yes; \ |
---|
441 | local_target="$$target-am"; \ |
---|
442 | else \ |
---|
443 | local_target="$$target"; \ |
---|
444 | fi; \ |
---|
445 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
446 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
447 | done; \ |
---|
448 | if test "$$dot_seen" = "no"; then \ |
---|
449 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
450 | fi; test -z "$$fail" |
---|
451 | |
---|
452 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
453 | maintainer-clean-recursive: |
---|
454 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
455 | dot_seen=no; \ |
---|
456 | case "$@" in \ |
---|
457 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
458 | *) list='$(SUBDIRS)' ;; \ |
---|
459 | esac; \ |
---|
460 | rev=''; for subdir in $$list; do \ |
---|
461 | if test "$$subdir" = "."; then :; else \ |
---|
462 | rev="$$subdir $$rev"; \ |
---|
463 | fi; \ |
---|
464 | done; \ |
---|
465 | rev="$$rev ."; \ |
---|
466 | target=`echo $@ | sed s/-recursive//`; \ |
---|
467 | for subdir in $$rev; do \ |
---|
468 | echo "Making $$target in $$subdir"; \ |
---|
469 | if test "$$subdir" = "."; then \ |
---|
470 | local_target="$$target-am"; \ |
---|
471 | else \ |
---|
472 | local_target="$$target"; \ |
---|
473 | fi; \ |
---|
474 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
475 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
476 | done && test -z "$$fail" |
---|
477 | tags-recursive: |
---|
478 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
479 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
480 | done |
---|
481 | ctags-recursive: |
---|
482 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
483 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
484 | done |
---|
485 | |
---|
486 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
487 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
488 | unique=`for i in $$list; do \ |
---|
489 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
490 | done | \ |
---|
491 | $(AWK) ' { files[$$0] = 1; } \ |
---|
492 | END { for (i in files) print i; }'`; \ |
---|
493 | mkid -fID $$unique |
---|
494 | tags: TAGS |
---|
495 | |
---|
496 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
497 | $(TAGS_FILES) $(LISP) |
---|
498 | tags=; \ |
---|
499 | here=`pwd`; \ |
---|
500 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
501 | include_option=--etags-include; \ |
---|
502 | empty_fix=.; \ |
---|
503 | else \ |
---|
504 | include_option=--include; \ |
---|
505 | empty_fix=; \ |
---|
506 | fi; \ |
---|
507 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
508 | if test "$$subdir" = .; then :; else \ |
---|
509 | test ! -f $$subdir/TAGS || \ |
---|
510 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
511 | fi; \ |
---|
512 | done; \ |
---|
513 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
514 | unique=`for i in $$list; do \ |
---|
515 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
516 | done | \ |
---|
517 | $(AWK) ' { files[$$0] = 1; } \ |
---|
518 | END { for (i in files) print i; }'`; \ |
---|
519 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
520 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
521 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
522 | $$tags $$unique; \ |
---|
523 | fi |
---|
524 | ctags: CTAGS |
---|
525 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
526 | $(TAGS_FILES) $(LISP) |
---|
527 | tags=; \ |
---|
528 | here=`pwd`; \ |
---|
529 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
530 | unique=`for i in $$list; do \ |
---|
531 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
532 | done | \ |
---|
533 | $(AWK) ' { files[$$0] = 1; } \ |
---|
534 | END { for (i in files) print i; }'`; \ |
---|
535 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
536 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
537 | $$tags $$unique |
---|
538 | |
---|
539 | GTAGS: |
---|
540 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
541 | && cd $(top_srcdir) \ |
---|
542 | && gtags -i $(GTAGS_ARGS) $$here |
---|
543 | |
---|
544 | distclean-tags: |
---|
545 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
546 | |
---|
547 | distdir: $(DISTFILES) |
---|
548 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
549 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
550 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
551 | case $$file in \ |
---|
552 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
553 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
554 | esac; \ |
---|
555 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
556 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
557 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
558 | dir="/$$dir"; \ |
---|
559 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
560 | else \ |
---|
561 | dir=''; \ |
---|
562 | fi; \ |
---|
563 | if test -d $$d/$$file; then \ |
---|
564 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
565 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
566 | fi; \ |
---|
567 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
568 | else \ |
---|
569 | test -f $(distdir)/$$file \ |
---|
570 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
571 | || exit 1; \ |
---|
572 | fi; \ |
---|
573 | done |
---|
574 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
575 | if test "$$subdir" = .; then :; else \ |
---|
576 | test -d "$(distdir)/$$subdir" \ |
---|
577 | || mkdir "$(distdir)/$$subdir" \ |
---|
578 | || exit 1; \ |
---|
579 | (cd $$subdir && \ |
---|
580 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
581 | top_distdir="../$(top_distdir)" \ |
---|
582 | distdir="../$(distdir)/$$subdir" \ |
---|
583 | distdir) \ |
---|
584 | || exit 1; \ |
---|
585 | fi; \ |
---|
586 | done |
---|
587 | check-am: all-am |
---|
588 | check: check-recursive |
---|
589 | all-am: Makefile $(PROGRAMS) $(HEADERS) |
---|
590 | installdirs: installdirs-recursive |
---|
591 | installdirs-am: |
---|
592 | for dir in "$(DESTDIR)$(bindir)"; do \ |
---|
593 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
594 | done |
---|
595 | install: install-recursive |
---|
596 | install-exec: install-exec-recursive |
---|
597 | install-data: install-data-recursive |
---|
598 | uninstall: uninstall-recursive |
---|
599 | |
---|
600 | install-am: all-am |
---|
601 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
602 | |
---|
603 | installcheck: installcheck-recursive |
---|
604 | install-strip: |
---|
605 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
606 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
607 | `test -z '$(STRIP)' || \ |
---|
608 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
609 | mostlyclean-generic: |
---|
610 | |
---|
611 | clean-generic: |
---|
612 | |
---|
613 | distclean-generic: |
---|
614 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
615 | |
---|
616 | maintainer-clean-generic: |
---|
617 | @echo "This command is intended for maintainers to use" |
---|
618 | @echo "it deletes files that may require special tools to rebuild." |
---|
619 | clean: clean-recursive |
---|
620 | |
---|
621 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am |
---|
622 | |
---|
623 | distclean: distclean-recursive |
---|
624 | -rm -rf ./$(DEPDIR) |
---|
625 | -rm -f Makefile |
---|
626 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
627 | distclean-tags |
---|
628 | |
---|
629 | dvi: dvi-recursive |
---|
630 | |
---|
631 | dvi-am: |
---|
632 | |
---|
633 | html: html-recursive |
---|
634 | |
---|
635 | info: info-recursive |
---|
636 | |
---|
637 | info-am: |
---|
638 | |
---|
639 | install-data-am: |
---|
640 | |
---|
641 | install-exec-am: install-binPROGRAMS |
---|
642 | |
---|
643 | install-info: install-info-recursive |
---|
644 | |
---|
645 | install-man: |
---|
646 | |
---|
647 | installcheck-am: |
---|
648 | |
---|
649 | maintainer-clean: maintainer-clean-recursive |
---|
650 | -rm -rf ./$(DEPDIR) |
---|
651 | -rm -f Makefile |
---|
652 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
653 | |
---|
654 | mostlyclean: mostlyclean-recursive |
---|
655 | |
---|
656 | mostlyclean-am: mostlyclean-compile mostlyclean-generic |
---|
657 | |
---|
658 | pdf: pdf-recursive |
---|
659 | |
---|
660 | pdf-am: |
---|
661 | |
---|
662 | ps: ps-recursive |
---|
663 | |
---|
664 | ps-am: |
---|
665 | |
---|
666 | uninstall-am: uninstall-binPROGRAMS uninstall-info-am |
---|
667 | |
---|
668 | uninstall-info: uninstall-info-recursive |
---|
669 | |
---|
670 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
671 | clean clean-binPROGRAMS clean-generic clean-recursive ctags \ |
---|
672 | ctags-recursive distclean distclean-compile distclean-generic \ |
---|
673 | distclean-recursive distclean-tags distdir dvi dvi-am html \ |
---|
674 | html-am info info-am install install-am install-binPROGRAMS \ |
---|
675 | install-data install-data-am install-exec install-exec-am \ |
---|
676 | install-info install-info-am install-man install-strip \ |
---|
677 | installcheck installcheck-am installdirs installdirs-am \ |
---|
678 | maintainer-clean maintainer-clean-generic \ |
---|
679 | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
---|
680 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \ |
---|
681 | tags tags-recursive uninstall uninstall-am \ |
---|
682 | uninstall-binPROGRAMS uninstall-info-am |
---|
683 | |
---|
684 | |
---|
685 | # uncomment the following if orxonox requires the math library |
---|
686 | #orxonox_LDADD=-lm |
---|
687 | |
---|
688 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
689 | |
---|
690 | # if you write a self-test script named `chk', uncomment the |
---|
691 | # following and add `chk' to the EXTRA_DIST list |
---|
692 | #TESTS=chk |
---|
693 | |
---|
694 | # build and install the .info pages |
---|
695 | #info_TEXINFOS = orxonox.texinfo |
---|
696 | #orxonox_TEXINFOS = gpl.texinfo |
---|
697 | |
---|
698 | # install the man pages |
---|
699 | #man_MANS=orxonox.1 |
---|
700 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
701 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
702 | .NOEXPORT: |
---|