Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5413 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Oct 20, 2005, 11:42:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: reverted to old revision 5409, removing the LIBTOOL-stuff with command:
svn merge . . -r HEAD:5409

Reason:
Timing:
Default:


real 1m1.111s
user 1m31.534s
sys 0m6.903s

LIBTOOL:


real 2m21.384s
user 3m12.141s
sys 0m36.896s

→ compileTime doubled

Location:
trunk/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/Makefile.am

    r5411 r5413  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LTLIBRARIES = libORXutils.la
     4noinst_LIBRARIES = libORXutils.a
    55
    6 libORXutils_la_SOURCES = fast_factory.cc \
    7                          garbage_collector.cc \
    8                          resource_manager.cc \
    9                          state.cc \
    10                          user_control.cc \
    11                          animation/animation3d.cc \
    12                          animation/animation.cc \
    13                          animation/animation_player.cc \
    14                          loading/factory.cc \
    15                          loading/game_loader.cc \
    16                          loading/load_param.cc \
    17                          track/pilot_node.cc \
    18                          track/track_manager.cc \
    19                          track/track_node.cc
     6libORXutils_a_SOURCES = fast_factory.cc \
     7                        garbage_collector.cc \
     8                        resource_manager.cc \
     9                        state.cc \
     10                        user_control.cc \
     11                        animation/animation3d.cc \
     12                        animation/animation.cc \
     13                        animation/animation_player.cc \
     14                        loading/factory.cc \
     15                        loading/game_loader.cc \
     16                        loading/load_param.cc \
     17                        track/pilot_node.cc \
     18                        track/track_manager.cc \
     19                        track/track_node.cc
    2020
    2121noinst_HEADERS =        fast_factory.h \
  • trunk/src/util/Makefile.in

    r5412 r5413  
    1616
    1717
    18 SOURCES = $(libORXutils_la_SOURCES)
     18SOURCES = $(libORXutils_a_SOURCES)
    1919
    2020srcdir = @srcdir@
     
    4949CONFIG_HEADER = $(top_builddir)/config.h
    5050CONFIG_CLEAN_FILES =
    51 LTLIBRARIES = $(noinst_LTLIBRARIES)
    52 libORXutils_la_LIBADD =
    53 am_libORXutils_la_OBJECTS = fast_factory.lo garbage_collector.lo \
    54         resource_manager.lo state.lo user_control.lo animation3d.lo \
    55         animation.lo animation_player.lo factory.lo game_loader.lo \
    56         load_param.lo pilot_node.lo track_manager.lo track_node.lo
    57 libORXutils_la_OBJECTS = $(am_libORXutils_la_OBJECTS)
     51LIBRARIES = $(noinst_LIBRARIES)
     52AR = ar
     53ARFLAGS = cru
     54libORXutils_a_AR = $(AR) $(ARFLAGS)
     55libORXutils_a_LIBADD =
     56am_libORXutils_a_OBJECTS = fast_factory.$(OBJEXT) \
     57        garbage_collector.$(OBJEXT) resource_manager.$(OBJEXT) \
     58        state.$(OBJEXT) user_control.$(OBJEXT) animation3d.$(OBJEXT) \
     59        animation.$(OBJEXT) animation_player.$(OBJEXT) \
     60        factory.$(OBJEXT) game_loader.$(OBJEXT) load_param.$(OBJEXT) \
     61        pilot_node.$(OBJEXT) track_manager.$(OBJEXT) \
     62        track_node.$(OBJEXT)
     63libORXutils_a_OBJECTS = $(am_libORXutils_a_OBJECTS)
    5864DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    5965depcomp = $(SHELL) $(top_srcdir)/depcomp
    6066am__depfiles_maybe = depfiles
    61 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/animation.Plo \
    62 @AMDEP_TRUE@    ./$(DEPDIR)/animation3d.Plo \
    63 @AMDEP_TRUE@    ./$(DEPDIR)/animation_player.Plo \
    64 @AMDEP_TRUE@    ./$(DEPDIR)/factory.Plo \
    65 @AMDEP_TRUE@    ./$(DEPDIR)/fast_factory.Plo \
    66 @AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Plo \
    67 @AMDEP_TRUE@    ./$(DEPDIR)/garbage_collector.Plo \
    68 @AMDEP_TRUE@    ./$(DEPDIR)/load_param.Plo \
    69 @AMDEP_TRUE@    ./$(DEPDIR)/pilot_node.Plo \
    70 @AMDEP_TRUE@    ./$(DEPDIR)/resource_manager.Plo \
    71 @AMDEP_TRUE@    ./$(DEPDIR)/state.Plo \
    72 @AMDEP_TRUE@    ./$(DEPDIR)/track_manager.Plo \
    73 @AMDEP_TRUE@    ./$(DEPDIR)/track_node.Plo \
    74 @AMDEP_TRUE@    ./$(DEPDIR)/user_control.Plo
     67@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/animation.Po \
     68@AMDEP_TRUE@    ./$(DEPDIR)/animation3d.Po \
     69@AMDEP_TRUE@    ./$(DEPDIR)/animation_player.Po \
     70@AMDEP_TRUE@    ./$(DEPDIR)/factory.Po ./$(DEPDIR)/fast_factory.Po \
     71@AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Po \
     72@AMDEP_TRUE@    ./$(DEPDIR)/garbage_collector.Po \
     73@AMDEP_TRUE@    ./$(DEPDIR)/load_param.Po \
     74@AMDEP_TRUE@    ./$(DEPDIR)/pilot_node.Po \
     75@AMDEP_TRUE@    ./$(DEPDIR)/resource_manager.Po \
     76@AMDEP_TRUE@    ./$(DEPDIR)/state.Po ./$(DEPDIR)/track_manager.Po \
     77@AMDEP_TRUE@    ./$(DEPDIR)/track_node.Po \
     78@AMDEP_TRUE@    ./$(DEPDIR)/user_control.Po
    7579CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    7680        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    77 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
    78         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    79         $(AM_CXXFLAGS) $(CXXFLAGS)
    8081CXXLD = $(CXX)
    81 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
    82         $(AM_LDFLAGS) $(LDFLAGS) -o $@
    83 SOURCES = $(libORXutils_la_SOURCES)
    84 DIST_SOURCES = $(libORXutils_la_SOURCES)
     82CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     83        -o $@
     84SOURCES = $(libORXutils_a_SOURCES)
     85DIST_SOURCES = $(libORXutils_a_SOURCES)
    8586HEADERS = $(noinst_HEADERS)
    8687ETAGS = etags
     
    9192AMDEP_TRUE = @AMDEP_TRUE@
    9293AMTAR = @AMTAR@
    93 AR = @AR@
    9494AUTOCONF = @AUTOCONF@
    9595AUTOHEADER = @AUTOHEADER@
     
    104104CURL_LIBS = @CURL_LIBS@
    105105CXX = @CXX@
    106 CXXCPP = @CXXCPP@
    107106CXXDEPMODE = @CXXDEPMODE@
    108107CXXFLAGS = @CXXFLAGS@
     
    116115DOXYGEN_FALSE = @DOXYGEN_FALSE@
    117116DOXYGEN_TRUE = @DOXYGEN_TRUE@
    118 ECHO = @ECHO@
    119117ECHO_C = @ECHO_C@
    120118ECHO_N = @ECHO_N@
     
    122120EGREP = @EGREP@
    123121EXEEXT = @EXEEXT@
    124 F77 = @F77@
    125 FFLAGS = @FFLAGS@
    126122GPROF = @GPROF@
    127123GTK2_CFLAGS = @GTK2_CFLAGS@
     
    138134LIBOBJS = @LIBOBJS@
    139135LIBS = @LIBS@
    140 LIBTOOL = @LIBTOOL@
    141 LN_S = @LN_S@
    142136LTLIBOBJS = @LTLIBOBJS@
    143137MAKEINFO = @MAKEINFO@
     
    159153SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    160154VERSION = @VERSION@
    161 ac_ct_AR = @ac_ct_AR@
    162155ac_ct_CC = @ac_ct_CC@
    163156ac_ct_CXX = @ac_ct_CXX@
    164 ac_ct_F77 = @ac_ct_F77@
    165157ac_ct_RANLIB = @ac_ct_RANLIB@
    166158ac_ct_STRIP = @ac_ct_STRIP@
     
    205197target_vendor = @target_vendor@
    206198MAINSRCDIR = ..
    207 noinst_LTLIBRARIES = libORXutils.la
    208 libORXutils_la_SOURCES = fast_factory.cc \
    209                          garbage_collector.cc \
    210                          resource_manager.cc \
    211                          state.cc \
    212                          user_control.cc \
    213                          animation/animation3d.cc \
    214                          animation/animation.cc \
    215                          animation/animation_player.cc \
    216                          loading/factory.cc \
    217                          loading/game_loader.cc \
    218                          loading/load_param.cc \
    219                          track/pilot_node.cc \
    220                          track/track_manager.cc \
    221                          track/track_node.cc
     199noinst_LIBRARIES = libORXutils.a
     200libORXutils_a_SOURCES = fast_factory.cc \
     201                        garbage_collector.cc \
     202                        resource_manager.cc \
     203                        state.cc \
     204                        user_control.cc \
     205                        animation/animation3d.cc \
     206                        animation/animation.cc \
     207                        animation/animation_player.cc \
     208                        loading/factory.cc \
     209                        loading/game_loader.cc \
     210                        loading/load_param.cc \
     211                        track/pilot_node.cc \
     212                        track/track_manager.cc \
     213                        track/track_node.cc
    222214
    223215noinst_HEADERS = fast_factory.h \
     
    240232
    241233.SUFFIXES:
    242 .SUFFIXES: .cc .lo .o .obj
     234.SUFFIXES: .cc .o .obj
    243235$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    244236        @for dep in $?; do \
     
    271263        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    272264
    273 clean-noinstLTLIBRARIES:
    274         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    275         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
    276           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    277           test "$$dir" != "$$p" || dir=.; \
    278           echo "rm -f \"$${dir}/so_locations\""; \
    279           rm -f "$${dir}/so_locations"; \
    280         done
    281 libORXutils.la: $(libORXutils_la_OBJECTS) $(libORXutils_la_DEPENDENCIES)
    282         $(CXXLINK)  $(libORXutils_la_LDFLAGS) $(libORXutils_la_OBJECTS) $(libORXutils_la_LIBADD) $(LIBS)
     265clean-noinstLIBRARIES:
     266        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
     267libORXutils.a: $(libORXutils_a_OBJECTS) $(libORXutils_a_DEPENDENCIES)
     268        -rm -f libORXutils.a
     269        $(libORXutils_a_AR) libORXutils.a $(libORXutils_a_OBJECTS) $(libORXutils_a_LIBADD)
     270        $(RANLIB) libORXutils.a
    283271
    284272mostlyclean-compile:
     
    288276        -rm -f *.tab.c
    289277
    290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Plo@am__quote@
    291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation3d.Plo@am__quote@
    292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation_player.Plo@am__quote@
    293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/factory.Plo@am__quote@
    294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_factory.Plo@am__quote@
    295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Plo@am__quote@
    296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garbage_collector.Plo@am__quote@
    297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_param.Plo@am__quote@
    298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pilot_node.Plo@am__quote@
    299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Plo@am__quote@
    300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
    301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_manager.Plo@am__quote@
    302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_node.Plo@am__quote@
    303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_control.Plo@am__quote@
     278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Po@am__quote@
     279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation3d.Po@am__quote@
     280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation_player.Po@am__quote@
     281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/factory.Po@am__quote@
     282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_factory.Po@am__quote@
     283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Po@am__quote@
     284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garbage_collector.Po@am__quote@
     285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_param.Po@am__quote@
     286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pilot_node.Po@am__quote@
     287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Po@am__quote@
     288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Po@am__quote@
     289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_manager.Po@am__quote@
     290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_node.Po@am__quote@
     291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user_control.Po@am__quote@
    304292
    305293.cc.o:
     
    319307@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    320308
    321 .cc.lo:
    322 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
    323 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    324 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    325 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
    326 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    327 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
    328 
    329309animation3d.o: animation/animation3d.cc
    330310@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation3d.o -MD -MP -MF "$(DEPDIR)/animation3d.Tpo" -c -o animation3d.o `test -f 'animation/animation3d.cc' || echo '$(srcdir)/'`animation/animation3d.cc; \
     
    343323@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation3d.obj `if test -f 'animation/animation3d.cc'; then $(CYGPATH_W) 'animation/animation3d.cc'; else $(CYGPATH_W) '$(srcdir)/animation/animation3d.cc'; fi`
    344324
    345 animation3d.lo: animation/animation3d.cc
    346 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation3d.lo -MD -MP -MF "$(DEPDIR)/animation3d.Tpo" -c -o animation3d.lo `test -f 'animation/animation3d.cc' || echo '$(srcdir)/'`animation/animation3d.cc; \
    347 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation3d.Tpo" "$(DEPDIR)/animation3d.Plo"; else rm -f "$(DEPDIR)/animation3d.Tpo"; exit 1; fi
    348 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation3d.cc' object='animation3d.lo' libtool=yes @AMDEPBACKSLASH@
    349 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation3d.Plo' tmpdepfile='$(DEPDIR)/animation3d.TPlo' @AMDEPBACKSLASH@
    350 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    351 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation3d.lo `test -f 'animation/animation3d.cc' || echo '$(srcdir)/'`animation/animation3d.cc
    352 
    353325animation.o: animation/animation.cc
    354326@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation.o -MD -MP -MF "$(DEPDIR)/animation.Tpo" -c -o animation.o `test -f 'animation/animation.cc' || echo '$(srcdir)/'`animation/animation.cc; \
     
    367339@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation.obj `if test -f 'animation/animation.cc'; then $(CYGPATH_W) 'animation/animation.cc'; else $(CYGPATH_W) '$(srcdir)/animation/animation.cc'; fi`
    368340
    369 animation.lo: animation/animation.cc
    370 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation.lo -MD -MP -MF "$(DEPDIR)/animation.Tpo" -c -o animation.lo `test -f 'animation/animation.cc' || echo '$(srcdir)/'`animation/animation.cc; \
    371 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation.Tpo" "$(DEPDIR)/animation.Plo"; else rm -f "$(DEPDIR)/animation.Tpo"; exit 1; fi
    372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation.cc' object='animation.lo' libtool=yes @AMDEPBACKSLASH@
    373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation.Plo' tmpdepfile='$(DEPDIR)/animation.TPlo' @AMDEPBACKSLASH@
    374 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    375 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation.lo `test -f 'animation/animation.cc' || echo '$(srcdir)/'`animation/animation.cc
    376 
    377341animation_player.o: animation/animation_player.cc
    378342@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation_player.o -MD -MP -MF "$(DEPDIR)/animation_player.Tpo" -c -o animation_player.o `test -f 'animation/animation_player.cc' || echo '$(srcdir)/'`animation/animation_player.cc; \
     
    391355@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation_player.obj `if test -f 'animation/animation_player.cc'; then $(CYGPATH_W) 'animation/animation_player.cc'; else $(CYGPATH_W) '$(srcdir)/animation/animation_player.cc'; fi`
    392356
    393 animation_player.lo: animation/animation_player.cc
    394 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT animation_player.lo -MD -MP -MF "$(DEPDIR)/animation_player.Tpo" -c -o animation_player.lo `test -f 'animation/animation_player.cc' || echo '$(srcdir)/'`animation/animation_player.cc; \
    395 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation_player.Tpo" "$(DEPDIR)/animation_player.Plo"; else rm -f "$(DEPDIR)/animation_player.Tpo"; exit 1; fi
    396 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation_player.cc' object='animation_player.lo' libtool=yes @AMDEPBACKSLASH@
    397 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation_player.Plo' tmpdepfile='$(DEPDIR)/animation_player.TPlo' @AMDEPBACKSLASH@
    398 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    399 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o animation_player.lo `test -f 'animation/animation_player.cc' || echo '$(srcdir)/'`animation/animation_player.cc
    400 
    401357factory.o: loading/factory.cc
    402358@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT factory.o -MD -MP -MF "$(DEPDIR)/factory.Tpo" -c -o factory.o `test -f 'loading/factory.cc' || echo '$(srcdir)/'`loading/factory.cc; \
     
    415371@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o factory.obj `if test -f 'loading/factory.cc'; then $(CYGPATH_W) 'loading/factory.cc'; else $(CYGPATH_W) '$(srcdir)/loading/factory.cc'; fi`
    416372
    417 factory.lo: loading/factory.cc
    418 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT factory.lo -MD -MP -MF "$(DEPDIR)/factory.Tpo" -c -o factory.lo `test -f 'loading/factory.cc' || echo '$(srcdir)/'`loading/factory.cc; \
    419 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/factory.Tpo" "$(DEPDIR)/factory.Plo"; else rm -f "$(DEPDIR)/factory.Tpo"; exit 1; fi
    420 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/factory.cc' object='factory.lo' libtool=yes @AMDEPBACKSLASH@
    421 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/factory.Plo' tmpdepfile='$(DEPDIR)/factory.TPlo' @AMDEPBACKSLASH@
    422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    423 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o factory.lo `test -f 'loading/factory.cc' || echo '$(srcdir)/'`loading/factory.cc
    424 
    425373game_loader.o: loading/game_loader.cc
    426374@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT game_loader.o -MD -MP -MF "$(DEPDIR)/game_loader.Tpo" -c -o game_loader.o `test -f 'loading/game_loader.cc' || echo '$(srcdir)/'`loading/game_loader.cc; \
     
    439387@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o game_loader.obj `if test -f 'loading/game_loader.cc'; then $(CYGPATH_W) 'loading/game_loader.cc'; else $(CYGPATH_W) '$(srcdir)/loading/game_loader.cc'; fi`
    440388
    441 game_loader.lo: loading/game_loader.cc
    442 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT game_loader.lo -MD -MP -MF "$(DEPDIR)/game_loader.Tpo" -c -o game_loader.lo `test -f 'loading/game_loader.cc' || echo '$(srcdir)/'`loading/game_loader.cc; \
    443 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/game_loader.Tpo" "$(DEPDIR)/game_loader.Plo"; else rm -f "$(DEPDIR)/game_loader.Tpo"; exit 1; fi
    444 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/game_loader.cc' object='game_loader.lo' libtool=yes @AMDEPBACKSLASH@
    445 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/game_loader.Plo' tmpdepfile='$(DEPDIR)/game_loader.TPlo' @AMDEPBACKSLASH@
    446 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    447 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o game_loader.lo `test -f 'loading/game_loader.cc' || echo '$(srcdir)/'`loading/game_loader.cc
    448 
    449389load_param.o: loading/load_param.cc
    450390@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT load_param.o -MD -MP -MF "$(DEPDIR)/load_param.Tpo" -c -o load_param.o `test -f 'loading/load_param.cc' || echo '$(srcdir)/'`loading/load_param.cc; \
     
    463403@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o load_param.obj `if test -f 'loading/load_param.cc'; then $(CYGPATH_W) 'loading/load_param.cc'; else $(CYGPATH_W) '$(srcdir)/loading/load_param.cc'; fi`
    464404
    465 load_param.lo: loading/load_param.cc
    466 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT load_param.lo -MD -MP -MF "$(DEPDIR)/load_param.Tpo" -c -o load_param.lo `test -f 'loading/load_param.cc' || echo '$(srcdir)/'`loading/load_param.cc; \
    467 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/load_param.Tpo" "$(DEPDIR)/load_param.Plo"; else rm -f "$(DEPDIR)/load_param.Tpo"; exit 1; fi
    468 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/load_param.cc' object='load_param.lo' libtool=yes @AMDEPBACKSLASH@
    469 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/load_param.Plo' tmpdepfile='$(DEPDIR)/load_param.TPlo' @AMDEPBACKSLASH@
    470 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    471 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o load_param.lo `test -f 'loading/load_param.cc' || echo '$(srcdir)/'`loading/load_param.cc
    472 
    473405pilot_node.o: track/pilot_node.cc
    474406@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pilot_node.o -MD -MP -MF "$(DEPDIR)/pilot_node.Tpo" -c -o pilot_node.o `test -f 'track/pilot_node.cc' || echo '$(srcdir)/'`track/pilot_node.cc; \
     
    487419@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pilot_node.obj `if test -f 'track/pilot_node.cc'; then $(CYGPATH_W) 'track/pilot_node.cc'; else $(CYGPATH_W) '$(srcdir)/track/pilot_node.cc'; fi`
    488420
    489 pilot_node.lo: track/pilot_node.cc
    490 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pilot_node.lo -MD -MP -MF "$(DEPDIR)/pilot_node.Tpo" -c -o pilot_node.lo `test -f 'track/pilot_node.cc' || echo '$(srcdir)/'`track/pilot_node.cc; \
    491 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/pilot_node.Tpo" "$(DEPDIR)/pilot_node.Plo"; else rm -f "$(DEPDIR)/pilot_node.Tpo"; exit 1; fi
    492 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/pilot_node.cc' object='pilot_node.lo' libtool=yes @AMDEPBACKSLASH@
    493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/pilot_node.Plo' tmpdepfile='$(DEPDIR)/pilot_node.TPlo' @AMDEPBACKSLASH@
    494 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    495 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pilot_node.lo `test -f 'track/pilot_node.cc' || echo '$(srcdir)/'`track/pilot_node.cc
    496 
    497421track_manager.o: track/track_manager.cc
    498422@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT track_manager.o -MD -MP -MF "$(DEPDIR)/track_manager.Tpo" -c -o track_manager.o `test -f 'track/track_manager.cc' || echo '$(srcdir)/'`track/track_manager.cc; \
     
    511435@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o track_manager.obj `if test -f 'track/track_manager.cc'; then $(CYGPATH_W) 'track/track_manager.cc'; else $(CYGPATH_W) '$(srcdir)/track/track_manager.cc'; fi`
    512436
    513 track_manager.lo: track/track_manager.cc
    514 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT track_manager.lo -MD -MP -MF "$(DEPDIR)/track_manager.Tpo" -c -o track_manager.lo `test -f 'track/track_manager.cc' || echo '$(srcdir)/'`track/track_manager.cc; \
    515 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/track_manager.Tpo" "$(DEPDIR)/track_manager.Plo"; else rm -f "$(DEPDIR)/track_manager.Tpo"; exit 1; fi
    516 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/track_manager.cc' object='track_manager.lo' libtool=yes @AMDEPBACKSLASH@
    517 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/track_manager.Plo' tmpdepfile='$(DEPDIR)/track_manager.TPlo' @AMDEPBACKSLASH@
    518 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    519 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o track_manager.lo `test -f 'track/track_manager.cc' || echo '$(srcdir)/'`track/track_manager.cc
    520 
    521437track_node.o: track/track_node.cc
    522438@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT track_node.o -MD -MP -MF "$(DEPDIR)/track_node.Tpo" -c -o track_node.o `test -f 'track/track_node.cc' || echo '$(srcdir)/'`track/track_node.cc; \
     
    534450@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    535451@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o track_node.obj `if test -f 'track/track_node.cc'; then $(CYGPATH_W) 'track/track_node.cc'; else $(CYGPATH_W) '$(srcdir)/track/track_node.cc'; fi`
    536 
    537 track_node.lo: track/track_node.cc
    538 @am__fastdepCXX_TRUE@   if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT track_node.lo -MD -MP -MF "$(DEPDIR)/track_node.Tpo" -c -o track_node.lo `test -f 'track/track_node.cc' || echo '$(srcdir)/'`track/track_node.cc; \
    539 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/track_node.Tpo" "$(DEPDIR)/track_node.Plo"; else rm -f "$(DEPDIR)/track_node.Tpo"; exit 1; fi
    540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/track_node.cc' object='track_node.lo' libtool=yes @AMDEPBACKSLASH@
    541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/track_node.Plo' tmpdepfile='$(DEPDIR)/track_node.TPlo' @AMDEPBACKSLASH@
    542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    543 @am__fastdepCXX_FALSE@  $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o track_node.lo `test -f 'track/track_node.cc' || echo '$(srcdir)/'`track/track_node.cc
    544 
    545 mostlyclean-libtool:
    546         -rm -f *.lo
    547 
    548 clean-libtool:
    549         -rm -rf .libs _libs
    550 
    551 distclean-libtool:
    552         -rm -f libtool
    553452uninstall-info-am:
    554453
     
    631530check-am: all-am
    632531check: check-am
    633 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
     532all-am: Makefile $(LIBRARIES) $(HEADERS)
    634533installdirs:
    635534install: install-am
     
    659558clean: clean-am
    660559
    661 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
    662         mostlyclean-am
     560clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    663561
    664562distclean: distclean-am
     
    666564        -rm -f Makefile
    667565distclean-am: clean-am distclean-compile distclean-generic \
    668         distclean-libtool distclean-tags
     566        distclean-tags
    669567
    670568dvi: dvi-am
     
    695593mostlyclean: mostlyclean-am
    696594
    697 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    698         mostlyclean-libtool
     595mostlyclean-am: mostlyclean-compile mostlyclean-generic
    699596
    700597pdf: pdf-am
     
    709606
    710607.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    711         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
    712         distclean-compile distclean-generic distclean-libtool \
    713         distclean-tags distdir dvi dvi-am html html-am info info-am \
    714         install install-am install-data install-data-am install-exec \
    715         install-exec-am install-info install-info-am install-man \
    716         install-strip installcheck installcheck-am installdirs \
    717         maintainer-clean maintainer-clean-generic mostlyclean \
    718         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
    719         pdf pdf-am ps ps-am tags uninstall uninstall-am \
    720         uninstall-info-am
     608        clean-noinstLIBRARIES ctags distclean distclean-compile \
     609        distclean-generic distclean-tags distdir dvi dvi-am html \
     610        html-am info info-am install install-am install-data \
     611        install-data-am install-exec install-exec-am install-info \
     612        install-info-am install-man install-strip installcheck \
     613        installcheck-am installdirs maintainer-clean \
     614        maintainer-clean-generic mostlyclean mostlyclean-compile \
     615        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     616        uninstall-am uninstall-info-am
    721617
    722618include $(MAINSRCDIR)/defs/include_paths.am
Note: See TracChangeset for help on using the changeset viewer.