Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4283 in orxonox.OLD for orxonox/branches/physics/src/subprojects


Ignore:
Timestamp:
May 24, 2005, 10:32:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: merged the trunk back to branches/physics
merged with command
svn merge -r 4223:HEAD ../../trunk/ .
conflicts additively included

Location:
orxonox/branches/physics/src/subprojects
Files:
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/subprojects/Makefile.am

    r3549 r4283  
    1 SUBDIRS = testmain
     1SUBDIRS = importer \
     2          gui \
     3          testmain
  • orxonox/branches/physics/src/subprojects/Makefile.in

    r4223 r4283  
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 SUBDIRS = testmain
     166SUBDIRS = importer \
     167          gui \
     168          testmain
     169
    167170all: all-recursive
    168171
     
    177180          esac; \
    178181        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
     182        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
    180183        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/subprojects/Makefile
     184          $(AUTOMAKE) --foreign  src/subprojects/Makefile
    182185.PRECIOUS: Makefile
    183186Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/branches/physics/src/subprojects/testmain/Makefile.in

    r4223 r4283  
    197197          esac; \
    198198        done; \
    199         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
     199        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
    200200        cd $(top_srcdir) && \
    201           $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
     201          $(AUTOMAKE) --foreign  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.