Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4263 in orxonox.OLD for orxonox/trunk/src/subprojects/Makefile.in


Ignore:
Timestamp:
May 22, 2005, 7:28:47 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: building subprojects externaly

File:
1 edited

Legend:

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

    r4261 r4263  
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 SUBDIRS = testmain
     166SUBDIRS = importer \
     167          testmain
     168
    167169all: all-recursive
    168170
     
    177179          esac; \
    178180        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
    180182        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/subprojects/Makefile
     183          $(AUTOMAKE) --foreign  src/subprojects/Makefile
    182184.PRECIOUS: Makefile
    183185Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.