Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/Makefile.in @ 3194

Last change on this file since 3194 was 3191, checked in by bensch, 19 years ago

orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.

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