Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2617 in orxonox.OLD for orxonox/branches/buerli/console/Makefile.in


Ignore:
Timestamp:
Oct 22, 2004, 2:02:37 AM (20 years ago)
Author:
adrian
Message:

orxonox/branches/buerli: Addition of Class IPhys (Physical Engine). WorldEntity is not yet inherited from it. The interface of IPhys is quite detailed, but the implementation is mostly dummy code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/buerli/console/Makefile.in

    r2589 r2617  
    1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
     1# Makefile.in generated by automake 1.7.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
    55# Free Software Foundation, Inc.
    66# This Makefile.in is free software; the Free Software Foundation
     
    9090am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
    9191am__include = @am__include@
    92 am__leading_dot = @am__leading_dot@
    9392am__quote = @am__quote@
    9493bindir = @bindir@
     
    118117noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
    119118subdir = console
    120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    121119mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    122120CONFIG_HEADER = $(top_builddir)/config.h
     
    146144HEADERS = $(noinst_HEADERS)
    147145
    148 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
     146DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
    149147SOURCES = $(console_SOURCES)
    150148
     
    196194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_log.Po@am__quote@
    197195
     196distclean-depend:
     197        -rm -rf ./$(DEPDIR)
     198
    198199.cc.o:
    199200@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    200201@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
    201 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     202@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    202203@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    203204@am__fastdepCXX_TRUE@   fi
     
    209210.cc.obj:
    210211@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    211 @am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
    212 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     212@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
     213@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    213214@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    214215@am__fastdepCXX_TRUE@   fi
     
    216217@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    217218@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    218 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     219@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
    219220uninstall-info-am:
    220221
     
    310311installdirs:
    311312        $(mkinstalldirs) $(DESTDIR)$(bindir)
     313
    312314install: install-am
    313315install-exec: install-exec-am
     
    321323install-strip:
    322324        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    323           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     325          INSTALL_STRIP_FLAG=-s \
    324326          `test -z '$(STRIP)' || \
    325327            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     
    329331
    330332distclean-generic:
    331         -rm -f $(CONFIG_CLEAN_FILES)
     333        -rm -f Makefile $(CONFIG_CLEAN_FILES)
    332334
    333335maintainer-clean-generic:
     
    339341
    340342distclean: distclean-am
    341         -rm -rf ./$(DEPDIR)
    342         -rm -f Makefile
    343 distclean-am: clean-am distclean-compile distclean-generic \
    344         distclean-tags
     343
     344distclean-am: clean-am distclean-compile distclean-depend \
     345        distclean-generic distclean-tags
    345346
    346347dvi: dvi-am
     
    363364
    364365maintainer-clean: maintainer-clean-am
    365         -rm -rf ./$(DEPDIR)
    366         -rm -f Makefile
     366
    367367maintainer-clean-am: distclean-am maintainer-clean-generic
    368368
     
    383383.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    384384        clean-generic ctags distclean distclean-compile \
    385         distclean-generic distclean-tags distdir dvi dvi-am info \
    386         info-am install install-am install-binPROGRAMS install-data \
    387         install-data-am install-exec install-exec-am install-info \
    388         install-info-am install-man install-strip installcheck \
    389         installcheck-am installdirs maintainer-clean \
     385        distclean-depend distclean-generic distclean-tags distdir dvi \
     386        dvi-am info info-am install install-am install-binPROGRAMS \
     387        install-data install-data-am install-exec install-exec-am \
     388        install-info install-info-am install-man install-strip \
     389        installcheck installcheck-am installdirs maintainer-clean \
    390390        maintainer-clean-generic mostlyclean mostlyclean-compile \
    391391        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset for help on using the changeset viewer.