Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2617 in orxonox.OLD for orxonox


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.

Location:
orxonox/branches/buerli
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/buerli/aclocal.m4

    r1956 r2617  
    1 # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
     1# generated automatically by aclocal 1.7.1 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
     
    1717# your package does certain things.  But this isn't really a big deal.
    1818
    19 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
     19# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
    2020# Free Software Foundation, Inc.
    2121
     
    3535# 02111-1307, USA.
    3636
    37 # serial 10
     37# serial 8
     38
     39# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
     40# written in clear, in which case automake, when reading aclocal.m4,
     41# will think it sees a *use*, and therefore will trigger all it's
     42# C support machinery.  Also note that it means that autoscan, seeing
     43# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
     44
    3845
    3946AC_PREREQ([2.54])
     
    8087 AC_SUBST([VERSION], [$2])],
    8188[_AM_SET_OPTIONS([$1])dnl
    82  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
    83  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
     89 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
     90 AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
    8491
    8592_AM_IF_OPTION([no-define],,
     
    102109AC_REQUIRE([AC_PROG_AWK])dnl
    103110AC_REQUIRE([AC_PROG_MAKE_SET])dnl
    104 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    105111
    106112_AM_IF_OPTION([no-dependencies],,
     
    125131# our stamp files there.
    126132AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
    127 [# Compute $1's index in $config_headers.
    128 _am_stamp_count=1
    129 for _am_header in $config_headers :; do
    130   case $_am_header in
    131     $1 | $1:* )
    132       break ;;
    133     * )
    134       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
    135   esac
    136 done
     133[_am_stamp_count=`expr ${_am_stamp_count-0} + 1`
    137134echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
    138135
     
    164161# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
    165162AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    166          [AM_AUTOMAKE_VERSION([1.7.9])])
     163         [AM_AUTOMAKE_VERSION([1.7.1])])
    167164
    168165# Helper functions for option handling.                    -*- Autoconf -*-
     
    450447AC_SUBST([INSTALL_STRIP_PROGRAM])])
    451448
    452 #                                                          -*- Autoconf -*-
    453 # Copyright (C) 2003  Free Software Foundation, Inc.
    454 
    455 # This program is free software; you can redistribute it and/or modify
    456 # it under the terms of the GNU General Public License as published by
    457 # the Free Software Foundation; either version 2, or (at your option)
    458 # any later version.
    459 
    460 # This program is distributed in the hope that it will be useful,
    461 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    462 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    463 # GNU General Public License for more details.
    464 
    465 # You should have received a copy of the GNU General Public License
    466 # along with this program; if not, write to the Free Software
    467 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    468 # 02111-1307, USA.
    469 
    470 # serial 1
    471 
    472 # Check whether the underlying file-system supports filenames
    473 # with a leading dot.  For instance MS-DOS doesn't.
    474 AC_DEFUN([AM_SET_LEADING_DOT],
    475 [rm -rf .tst 2>/dev/null
    476 mkdir .tst 2>/dev/null
    477 if test -d .tst; then
    478   am__leading_dot=.
    479 else
    480   am__leading_dot=_
    481 fi
    482 rmdir .tst 2>/dev/null
    483 AC_SUBST([am__leading_dot])])
    484 
    485 # serial 5                                              -*- Autoconf -*-
    486 
    487 # Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
     449# serial 4                                              -*- Autoconf -*-
     450
     451# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
    488452
    489453# This program is free software; you can redistribute it and/or modify
     
    546510  cp "$am_depcomp" conftest.dir
    547511  cd conftest.dir
    548   # We will build objects and dependencies in a subdirectory because
    549   # it helps to detect inapplicable dependency modes.  For instance
    550   # both Tru64's cc and ICC support -MD to output dependencies as a
    551   # side effect of compilation, but ICC will put the dependencies in
    552   # the current directory while Tru64 will put them in the object
    553   # directory.
    554   mkdir sub
    555512
    556513  am_cv_$1_dependencies_compiler_type=none
     
    559516  fi
    560517  for depmode in $am_compiler_list; do
    561     # Setup a source with many dependencies, because some compilers
    562     # like to wrap large dependency lists on column 80 (with \), and
    563     # we should not choose a depcomp mode which is confused by this.
    564     #
    565518    # We need to recreate these files for each test, as the compiler may
    566519    # overwrite some of them when testing with obscure command lines.
    567520    # This happens at least with the AIX C compiler.
    568     : > sub/conftest.c
    569     for i in 1 2 3 4 5 6; do
    570       echo '#include "conftst'$i'.h"' >> sub/conftest.c
    571       : > sub/conftst$i.h
    572     done
    573     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     521    echo '#include "conftest.h"' > conftest.c
     522    echo 'int i;' > conftest.h
     523    echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
    574524
    575525    case $depmode in
     
    589539    # handle `-M -o', and we need to detect this.
    590540    if depmode=$depmode \
    591        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
    592        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    593        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
    594          >/dev/null 2>conftest.err &&
    595        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    596        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     541       source=conftest.c object=conftest.o \
     542       depfile=conftest.Po tmpdepfile=conftest.TPo \
     543       $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
     544       grep conftest.h conftest.Po > /dev/null 2>&1 &&
    597545       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    598       # icc doesn't choke on unknown options, it will just issue warnings
    599       # (even with -Werror).  So we grep stderr for any message
    600       # that says an option was ignored.
    601       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
    602         am_cv_$1_dependencies_compiler_type=$depmode
    603         break
    604       fi
     546      am_cv_$1_dependencies_compiler_type=$depmode
     547      break
    605548    fi
    606549  done
     
    624567# This macro is AC_REQUIREd in _AM_DEPENDENCIES
    625568AC_DEFUN([AM_SET_DEPDIR],
    626 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    627 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
     569[rm -f .deps 2>/dev/null
     570mkdir .deps 2>/dev/null
     571if test -d .deps; then
     572  DEPDIR=.deps
     573else
     574  # MS-DOS does not allow filenames that begin with a dot.
     575  DEPDIR=_deps
     576fi
     577rmdir .deps 2>/dev/null
     578AC_SUBST([DEPDIR])
    628579])
    629580
     
    729680# Check to see how 'make' treats includes.      -*- Autoconf -*-
    730681
    731 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
     682# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
    732683
    733684# This program is free software; you can redistribute it and/or modify
     
    754705[am_make=${MAKE-make}
    755706cat > confinc << 'END'
    756 am__doit:
     707doit:
    757708        @echo done
    758 .PHONY: am__doit
    759709END
    760710# If we don't find an include directive, just comment out the code.
     
    784734   fi
    785735fi
    786 AC_SUBST([am__include])
    787 AC_SUBST([am__quote])
    788 AC_MSG_RESULT([$_am_result])
     736AC_SUBST(am__include)
     737AC_SUBST(am__quote)
     738AC_MSG_RESULT($_am_result)
    789739rm -f confinc confmf
    790740])
  • orxonox/branches/buerli/configure.ac

    r2190 r2617  
    22# Process this file with autoconf to produce a configure script.
    33
    4 AC_PREREQ(2.59)
     4AC_PREREQ(2.56)
    55AC_INIT(orxonox, 0.1-pre-alpha, orxonox-dev@mail.datacore.ch)
    66AM_INIT_AUTOMAKE
  • 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 \
  • 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 \
  • orxonox/branches/buerli/src/Makefile.am

    r2589 r2617  
    66
    77bin_PROGRAMS=orxonox
    8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc
     8orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc IPhys.cc
    99
    10 noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h
     10noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h IPhys.h
    1111
    1212
Note: See TracChangeset for help on using the changeset viewer.