Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.