Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5463 in orxonox.OLD for trunk/src/util/Makefile.in


Ignore:
Timestamp:
Nov 1, 2005, 11:09:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed LIBTOOL again

File:
1 edited

Legend:

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

    r5450 r5463  
    1616
    1717
    18 SOURCES = $(libORXutils_la_SOURCES)
     18SOURCES = $(libORXutils_a_SOURCES)
    1919
    2020srcdir = @srcdir@
     
    4949CONFIG_HEADER = $(top_builddir)/config.h
    5050CONFIG_CLEAN_FILES =
    51 am__installdirs = "$(DESTDIR)$(pkglibdir)"
    52 pkglibLTLIBRARIES_INSTALL = $(INSTALL)
    53 LTLIBRARIES = $(pkglib_LTLIBRARIES)
    54 libORXutils_la_LIBADD =
    55 am_libORXutils_la_OBJECTS = fast_factory.lo garbage_collector.lo \
    56         resource_manager.lo state.lo user_control.lo animation3d.lo \
    57         animation.lo animation_player.lo factory.lo game_loader.lo \
    58         load_param.lo pilot_node.lo track_manager.lo track_node.lo
    59 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)
    6064DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    6165depcomp = $(SHELL) $(top_srcdir)/depcomp
    6266am__depfiles_maybe = depfiles
    63 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/animation.Plo \
    64 @AMDEP_TRUE@    ./$(DEPDIR)/animation3d.Plo \
    65 @AMDEP_TRUE@    ./$(DEPDIR)/animation_player.Plo \
    66 @AMDEP_TRUE@    ./$(DEPDIR)/factory.Plo \
    67 @AMDEP_TRUE@    ./$(DEPDIR)/fast_factory.Plo \
    68 @AMDEP_TRUE@    ./$(DEPDIR)/game_loader.Plo \
    69 @AMDEP_TRUE@    ./$(DEPDIR)/garbage_collector.Plo \
    70 @AMDEP_TRUE@    ./$(DEPDIR)/load_param.Plo \
    71 @AMDEP_TRUE@    ./$(DEPDIR)/pilot_node.Plo \
    72 @AMDEP_TRUE@    ./$(DEPDIR)/resource_manager.Plo \
    73 @AMDEP_TRUE@    ./$(DEPDIR)/state.Plo \
    74 @AMDEP_TRUE@    ./$(DEPDIR)/track_manager.Plo \
    75 @AMDEP_TRUE@    ./$(DEPDIR)/track_node.Plo \
    76 @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
    7779CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    7880        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    79 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
    80         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    81         $(AM_CXXFLAGS) $(CXXFLAGS)
    8281CXXLD = $(CXX)
    83 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
    84         $(AM_LDFLAGS) $(LDFLAGS) -o $@
    85 SOURCES = $(libORXutils_la_SOURCES)
    86 DIST_SOURCES = $(libORXutils_la_SOURCES)
     82CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     83        -o $@
     84SOURCES = $(libORXutils_a_SOURCES)
     85DIST_SOURCES = $(libORXutils_a_SOURCES)
    8786HEADERS = $(noinst_HEADERS)
    8887ETAGS = etags
     
    9392AMDEP_TRUE = @AMDEP_TRUE@
    9493AMTAR = @AMTAR@
    95 AR = @AR@
    9694AUTOCONF = @AUTOCONF@
    9795AUTOHEADER = @AUTOHEADER@
     
    106104CURL_LIBS = @CURL_LIBS@
    107105CXX = @CXX@
    108 CXXCPP = @CXXCPP@
    109106CXXDEPMODE = @CXXDEPMODE@
    110107CXXFLAGS = @CXXFLAGS@
     
    118115DOXYGEN_FALSE = @DOXYGEN_FALSE@
    119116DOXYGEN_TRUE = @DOXYGEN_TRUE@
    120 ECHO = @ECHO@
    121117ECHO_C = @ECHO_C@
    122118ECHO_N = @ECHO_N@
     
    124120EGREP = @EGREP@
    125121EXEEXT = @EXEEXT@
    126 F77 = @F77@
    127 FFLAGS = @FFLAGS@
    128122GPROF = @GPROF@
    129123GTK2_CFLAGS = @GTK2_CFLAGS@
     
    140134LIBOBJS = @LIBOBJS@
    141135LIBS = @LIBS@
    142 LIBTOOL = @LIBTOOL@
    143 LN_S = @LN_S@
    144136LTLIBOBJS = @LTLIBOBJS@
    145137MAKEINFO = @MAKEINFO@
     
    161153SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    162154VERSION = @VERSION@
    163 ac_ct_AR = @ac_ct_AR@
    164155ac_ct_CC = @ac_ct_CC@
    165156ac_ct_CXX = @ac_ct_CXX@
    166 ac_ct_F77 = @ac_ct_F77@
    167157ac_ct_RANLIB = @ac_ct_RANLIB@
    168158ac_ct_STRIP = @ac_ct_STRIP@
     
    207197target_vendor = @target_vendor@
    208198MAINSRCDIR = ..
    209 pkglib_LTLIBRARIES = libORXutils.la
    210 libORXutils_la_SOURCES = fast_factory.cc \
    211                          garbage_collector.cc \
    212                          resource_manager.cc \
    213                          state.cc \
    214                          user_control.cc \
    215                          animation/animation3d.cc \
    216                          animation/animation.cc \
    217                          animation/animation_player.cc \
    218                          loading/factory.cc \
    219                          loading/game_loader.cc \
    220                          loading/load_param.cc \
    221                          track/pilot_node.cc \
    222                          track/track_manager.cc \
    223                          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
    224214
    225215noinst_HEADERS = fast_factory.h \
     
    242232
    243233.SUFFIXES:
    244 .SUFFIXES: .cc .lo .o .obj
     234.SUFFIXES: .cc .o .obj
    245235$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    246236        @for dep in $?; do \
     
    252242          esac; \
    253243        done; \
    254         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/util/Makefile'; \
     244        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/util/Makefile'; \
    255245        cd $(top_srcdir) && \
    256           $(AUTOMAKE) --foreign  src/util/Makefile
     246          $(AUTOMAKE) --gnu  src/util/Makefile
    257247.PRECIOUS: Makefile
    258248Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    272262$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    273263        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    274 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
    275         @$(NORMAL_INSTALL)
    276         test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
    277         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
    278           if test -f $$p; then \
    279             f="`echo $$p | sed -e 's|^.*/||'`"; \
    280             echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
    281             $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
    282           else :; fi; \
    283         done
    284 
    285 uninstall-pkglibLTLIBRARIES:
    286         @$(NORMAL_UNINSTALL)
    287         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
    288             p="`echo $$p | sed -e 's|^.*/||'`"; \
    289           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
    290           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
    291         done
    292 
    293 clean-pkglibLTLIBRARIES:
    294         -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
    295         @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
    296           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    297           test "$$dir" != "$$p" || dir=.; \
    298           echo "rm -f \"$${dir}/so_locations\""; \
    299           rm -f "$${dir}/so_locations"; \
    300         done
    301 libORXutils.la: $(libORXutils_la_OBJECTS) $(libORXutils_la_DEPENDENCIES)
    302         $(CXXLINK) -rpath $(pkglibdir) $(libORXutils_la_LDFLAGS) $(libORXutils_la_OBJECTS) $(libORXutils_la_LIBADD) $(LIBS)
     264
     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
    303271
    304272mostlyclean-compile:
     
    308276        -rm -f *.tab.c
    309277
    310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation.Plo@am__quote@
    311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation3d.Plo@am__quote@
    312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/animation_player.Plo@am__quote@
    313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/factory.Plo@am__quote@
    314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fast_factory.Plo@am__quote@
    315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game_loader.Plo@am__quote@
    316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/garbage_collector.Plo@am__quote@
    317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load_param.Plo@am__quote@
    318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pilot_node.Plo@am__quote@
    319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Plo@am__quote@
    320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
    321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_manager.Plo@am__quote@
    322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/track_node.Plo@am__quote@
    323 @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@
    324292
    325293.cc.o:
     
    339307@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    340308
    341 .cc.lo:
    342 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
    343 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    344 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
    346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    347 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
    348 
    349309animation3d.o: animation/animation3d.cc
    350310@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; \
     
    363323@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`
    364324
    365 animation3d.lo: animation/animation3d.cc
    366 @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; \
    367 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation3d.Tpo" "$(DEPDIR)/animation3d.Plo"; else rm -f "$(DEPDIR)/animation3d.Tpo"; exit 1; fi
    368 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation3d.cc' object='animation3d.lo' libtool=yes @AMDEPBACKSLASH@
    369 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation3d.Plo' tmpdepfile='$(DEPDIR)/animation3d.TPlo' @AMDEPBACKSLASH@
    370 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    371 @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
    372 
    373325animation.o: animation/animation.cc
    374326@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; \
     
    387339@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`
    388340
    389 animation.lo: animation/animation.cc
    390 @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; \
    391 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation.Tpo" "$(DEPDIR)/animation.Plo"; else rm -f "$(DEPDIR)/animation.Tpo"; exit 1; fi
    392 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation.cc' object='animation.lo' libtool=yes @AMDEPBACKSLASH@
    393 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation.Plo' tmpdepfile='$(DEPDIR)/animation.TPlo' @AMDEPBACKSLASH@
    394 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    395 @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
    396 
    397341animation_player.o: animation/animation_player.cc
    398342@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; \
     
    411355@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`
    412356
    413 animation_player.lo: animation/animation_player.cc
    414 @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; \
    415 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/animation_player.Tpo" "$(DEPDIR)/animation_player.Plo"; else rm -f "$(DEPDIR)/animation_player.Tpo"; exit 1; fi
    416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='animation/animation_player.cc' object='animation_player.lo' libtool=yes @AMDEPBACKSLASH@
    417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/animation_player.Plo' tmpdepfile='$(DEPDIR)/animation_player.TPlo' @AMDEPBACKSLASH@
    418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    419 @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
    420 
    421357factory.o: loading/factory.cc
    422358@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; \
     
    435371@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`
    436372
    437 factory.lo: loading/factory.cc
    438 @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; \
    439 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/factory.Tpo" "$(DEPDIR)/factory.Plo"; else rm -f "$(DEPDIR)/factory.Tpo"; exit 1; fi
    440 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/factory.cc' object='factory.lo' libtool=yes @AMDEPBACKSLASH@
    441 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/factory.Plo' tmpdepfile='$(DEPDIR)/factory.TPlo' @AMDEPBACKSLASH@
    442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    443 @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
    444 
    445373game_loader.o: loading/game_loader.cc
    446374@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; \
     
    459387@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`
    460388
    461 game_loader.lo: loading/game_loader.cc
    462 @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; \
    463 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/game_loader.Tpo" "$(DEPDIR)/game_loader.Plo"; else rm -f "$(DEPDIR)/game_loader.Tpo"; exit 1; fi
    464 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/game_loader.cc' object='game_loader.lo' libtool=yes @AMDEPBACKSLASH@
    465 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/game_loader.Plo' tmpdepfile='$(DEPDIR)/game_loader.TPlo' @AMDEPBACKSLASH@
    466 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    467 @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
    468 
    469389load_param.o: loading/load_param.cc
    470390@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; \
     
    483403@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`
    484404
    485 load_param.lo: loading/load_param.cc
    486 @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; \
    487 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/load_param.Tpo" "$(DEPDIR)/load_param.Plo"; else rm -f "$(DEPDIR)/load_param.Tpo"; exit 1; fi
    488 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='loading/load_param.cc' object='load_param.lo' libtool=yes @AMDEPBACKSLASH@
    489 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/load_param.Plo' tmpdepfile='$(DEPDIR)/load_param.TPlo' @AMDEPBACKSLASH@
    490 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    491 @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
    492 
    493405pilot_node.o: track/pilot_node.cc
    494406@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; \
     
    507419@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`
    508420
    509 pilot_node.lo: track/pilot_node.cc
    510 @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; \
    511 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/pilot_node.Tpo" "$(DEPDIR)/pilot_node.Plo"; else rm -f "$(DEPDIR)/pilot_node.Tpo"; exit 1; fi
    512 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/pilot_node.cc' object='pilot_node.lo' libtool=yes @AMDEPBACKSLASH@
    513 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/pilot_node.Plo' tmpdepfile='$(DEPDIR)/pilot_node.TPlo' @AMDEPBACKSLASH@
    514 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    515 @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
    516 
    517421track_manager.o: track/track_manager.cc
    518422@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; \
     
    531435@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`
    532436
    533 track_manager.lo: track/track_manager.cc
    534 @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; \
    535 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/track_manager.Tpo" "$(DEPDIR)/track_manager.Plo"; else rm -f "$(DEPDIR)/track_manager.Tpo"; exit 1; fi
    536 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/track_manager.cc' object='track_manager.lo' libtool=yes @AMDEPBACKSLASH@
    537 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/track_manager.Plo' tmpdepfile='$(DEPDIR)/track_manager.TPlo' @AMDEPBACKSLASH@
    538 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    539 @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
    540 
    541437track_node.o: track/track_node.cc
    542438@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; \
     
    554450@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    555451@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`
    556 
    557 track_node.lo: track/track_node.cc
    558 @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; \
    559 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/track_node.Tpo" "$(DEPDIR)/track_node.Plo"; else rm -f "$(DEPDIR)/track_node.Tpo"; exit 1; fi
    560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='track/track_node.cc' object='track_node.lo' libtool=yes @AMDEPBACKSLASH@
    561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/track_node.Plo' tmpdepfile='$(DEPDIR)/track_node.TPlo' @AMDEPBACKSLASH@
    562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    563 @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
    564 
    565 mostlyclean-libtool:
    566         -rm -f *.lo
    567 
    568 clean-libtool:
    569         -rm -rf .libs _libs
    570 
    571 distclean-libtool:
    572         -rm -f libtool
    573452uninstall-info-am:
    574453
     
    651530check-am: all-am
    652531check: check-am
    653 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
     532all-am: Makefile $(LIBRARIES) $(HEADERS)
    654533installdirs:
    655         for dir in "$(DESTDIR)$(pkglibdir)"; do \
    656           test -z "$$dir" || $(mkdir_p) "$$dir"; \
    657         done
    658534install: install-am
    659535install-exec: install-exec-am
     
    682558clean: clean-am
    683559
    684 clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
    685         mostlyclean-am
     560clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
    686561
    687562distclean: distclean-am
     
    689564        -rm -f Makefile
    690565distclean-am: clean-am distclean-compile distclean-generic \
    691         distclean-libtool distclean-tags
     566        distclean-tags
    692567
    693568dvi: dvi-am
     
    703578install-data-am:
    704579
    705 install-exec-am: install-pkglibLTLIBRARIES
     580install-exec-am:
    706581
    707582install-info: install-info-am
     
    718593mostlyclean: mostlyclean-am
    719594
    720 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    721         mostlyclean-libtool
     595mostlyclean-am: mostlyclean-compile mostlyclean-generic
    722596
    723597pdf: pdf-am
     
    729603ps-am:
    730604
    731 uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
     605uninstall-am: uninstall-info-am
    732606
    733607.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    734         clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
    735         distclean-compile distclean-generic distclean-libtool \
    736         distclean-tags distdir dvi dvi-am html html-am info info-am \
    737         install install-am install-data install-data-am install-exec \
    738         install-exec-am install-info install-info-am install-man \
    739         install-pkglibLTLIBRARIES install-strip installcheck \
     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 \
    740613        installcheck-am installdirs maintainer-clean \
    741614        maintainer-clean-generic mostlyclean mostlyclean-compile \
    742         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    743         tags uninstall uninstall-am uninstall-info-am \
    744         uninstall-pkglibLTLIBRARIES
     615        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     616        uninstall-am uninstall-info-am
    745617
    746618include $(MAINSRCDIR)/defs/include_paths.am
Note: See TracChangeset for help on using the changeset viewer.