Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4789 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jul 5, 2005, 5:53:01 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: included the spatial data representation as a lib

Location:
orxonox/trunk/src/subprojects
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/Makefile.in

    r4740 r4789  
    187187          esac; \
    188188        done; \
    189         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
     189        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
    190190        cd $(top_srcdir) && \
    191           $(AUTOMAKE) --foreign  src/subprojects/Makefile
     191          $(AUTOMAKE) --gnu  src/subprojects/Makefile
    192192.PRECIOUS: Makefile
    193193Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/collision_detection/Makefile.in

    r4751 r4789  
    270270          esac; \
    271271        done; \
    272         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/collision_detection/Makefile'; \
     272        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/collision_detection/Makefile'; \
    273273        cd $(top_srcdir) && \
    274           $(AUTOMAKE) --foreign  src/subprojects/collision_detection/Makefile
     274          $(AUTOMAKE) --gnu  src/subprojects/collision_detection/Makefile
    275275.PRECIOUS: Makefile
    276276Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/gui/Makefile.in

    r4770 r4789  
    225225          esac; \
    226226        done; \
    227         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/gui/Makefile'; \
     227        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/gui/Makefile'; \
    228228        cd $(top_srcdir) && \
    229           $(AUTOMAKE) --foreign  src/subprojects/gui/Makefile
     229          $(AUTOMAKE) --gnu  src/subprojects/gui/Makefile
    230230.PRECIOUS: Makefile
    231231Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/importer/Makefile.in

    r4751 r4789  
    243243          esac; \
    244244        done; \
    245         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/importer/Makefile'; \
     245        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/importer/Makefile'; \
    246246        cd $(top_srcdir) && \
    247           $(AUTOMAKE) --foreign  src/subprojects/importer/Makefile
     247          $(AUTOMAKE) --gnu  src/subprojects/importer/Makefile
    248248.PRECIOUS: Makefile
    249249Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/particles/Makefile.in

    r4751 r4789  
    259259          esac; \
    260260        done; \
    261         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile'; \
     261        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile'; \
    262262        cd $(top_srcdir) && \
    263           $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile
     263          $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile
    264264.PRECIOUS: Makefile
    265265Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/trunk/src/subprojects/testmain/Makefile.in

    r4506 r4789  
    196196          esac; \
    197197        done; \
    198         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
     198        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
    199199        cd $(top_srcdir) && \
    200           $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
     200          $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
    201201.PRECIOUS: Makefile
    202202Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.