Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2617 in orxonox.OLD for orxonox/branches/buerli/gui/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/gui/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@
     
    129128EXTRA_DIST = rc banner.xpm
    130129subdir = gui
    131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    132130mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
    133131CONFIG_HEADER = $(top_builddir)/config.h
     
    161159HEADERS = $(noinst_HEADERS)
    162160
    163 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
     161DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
    164162SOURCES = $(gui_SOURCES)
    165163
     
    214212@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_gui_video.Po@am__quote@
    215213
     214distclean-depend:
     215        -rm -rf ./$(DEPDIR)
     216
    216217.cc.o:
    217218@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    218219@am__fastdepCXX_TRUE@     -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
    219 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     220@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    220221@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    221222@am__fastdepCXX_TRUE@   fi
     
    227228.cc.obj:
    228229@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
    229 @am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
    230 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
     230@am__fastdepCXX_TRUE@     -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \
     231@am__fastdepCXX_TRUE@   then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
    231232@am__fastdepCXX_TRUE@   else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
    232233@am__fastdepCXX_TRUE@   fi
     
    234235@AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    235236@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    236 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
     237@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`
    237238uninstall-info-am:
    238239
     
    328329installdirs:
    329330        $(mkinstalldirs) $(DESTDIR)$(bindir)
     331
    330332install: install-am
    331333install-exec: install-exec-am
     
    339341install-strip:
    340342        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    341           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     343          INSTALL_STRIP_FLAG=-s \
    342344          `test -z '$(STRIP)' || \
    343345            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     
    347349
    348350distclean-generic:
    349         -rm -f $(CONFIG_CLEAN_FILES)
     351        -rm -f Makefile $(CONFIG_CLEAN_FILES)
    350352
    351353maintainer-clean-generic:
     
    357359
    358360distclean: distclean-am
    359         -rm -rf ./$(DEPDIR)
    360         -rm -f Makefile
    361 distclean-am: clean-am distclean-compile distclean-generic \
    362         distclean-tags
     361
     362distclean-am: clean-am distclean-compile distclean-depend \
     363        distclean-generic distclean-tags
    363364
    364365dvi: dvi-am
     
    381382
    382383maintainer-clean: maintainer-clean-am
    383         -rm -rf ./$(DEPDIR)
    384         -rm -f Makefile
     384
    385385maintainer-clean-am: distclean-am maintainer-clean-generic
    386386
     
    401401.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    402402        clean-generic ctags distclean distclean-compile \
    403         distclean-generic distclean-tags distdir dvi dvi-am info \
    404         info-am install install-am install-binPROGRAMS install-data \
    405         install-data-am install-exec install-exec-am install-info \
    406         install-info-am install-man install-strip installcheck \
    407         installcheck-am installdirs maintainer-clean \
     403        distclean-depend distclean-generic distclean-tags distdir dvi \
     404        dvi-am info info-am install install-am install-binPROGRAMS \
     405        install-data install-data-am install-exec install-exec-am \
     406        install-info install-info-am install-man install-strip \
     407        installcheck installcheck-am installdirs maintainer-clean \
    408408        maintainer-clean-generic mostlyclean mostlyclean-compile \
    409409        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
Note: See TracChangeset for help on using the changeset viewer.