Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5527 in orxonox.OLD for branches/world_entities/src/subprojects


Ignore:
Timestamp:
Nov 10, 2005, 12:33:31 AM (19 years ago)
Author:
bensch
Message:

world_entities: new AimingTurret added.
This turret aims a Target that is the nearest one, and shoots in its direction

Location:
branches/world_entities/src/subprojects
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/subprojects/Makefile.in

    r5479 r5527  
    190190          esac; \
    191191        done; \
    192         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
     192        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
    193193        cd $(top_srcdir) && \
    194           $(AUTOMAKE) --foreign  src/subprojects/Makefile
     194          $(AUTOMAKE) --gnu  src/subprojects/Makefile
    195195.PRECIOUS: Makefile
    196196Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • branches/world_entities/src/subprojects/collision_detection/Makefile.in

    r5486 r5527  
    259259          esac; \
    260260        done; \
    261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/collision_detection/Makefile'; \
     261        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/collision_detection/Makefile'; \
    262262        cd $(top_srcdir) && \
    263           $(AUTOMAKE) --foreign  src/subprojects/collision_detection/Makefile
     263          $(AUTOMAKE) --gnu  src/subprojects/collision_detection/Makefile
    264264.PRECIOUS: Makefile
    265265Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • branches/world_entities/src/subprojects/importer/Makefile.in

    r5485 r5527  
    231231          esac; \
    232232        done; \
    233         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/importer/Makefile'; \
     233        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/importer/Makefile'; \
    234234        cd $(top_srcdir) && \
    235           $(AUTOMAKE) --foreign  src/subprojects/importer/Makefile
     235          $(AUTOMAKE) --gnu  src/subprojects/importer/Makefile
    236236.PRECIOUS: Makefile
    237237Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • branches/world_entities/src/subprojects/particles/Makefile.in

    r5485 r5527  
    251251          esac; \
    252252        done; \
    253         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile'; \
     253        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile'; \
    254254        cd $(top_srcdir) && \
    255           $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile
     255          $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile
    256256.PRECIOUS: Makefile
    257257Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • branches/world_entities/src/subprojects/testmain/Makefile.in

    r5479 r5527  
    197197          esac; \
    198198        done; \
    199         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
     199        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
    200200        cd $(top_srcdir) && \
    201           $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
     201          $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
    202202.PRECIOUS: Makefile
    203203Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.