Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5527 in orxonox.OLD for branches/world_entities/src/lib/Makefile.in


Ignore:
Timestamp:
Nov 10, 2005, 12:33:31 AM (20 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

File:
1 edited

Legend:

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

    r5479 r5527  
    270270          esac; \
    271271        done; \
    272         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
     272        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
    273273        cd $(top_srcdir) && \
    274           $(AUTOMAKE) --foreign  src/lib/Makefile
     274          $(AUTOMAKE) --gnu  src/lib/Makefile
    275275.PRECIOUS: Makefile
    276276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.