Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/src/Makefile.in @ 3258

Last change on this file since 3258 was 3243, checked in by bensch, 20 years ago

orxonox/branches/updater: checking for libCurl

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