Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4789 in orxonox.OLD for orxonox/trunk/src/lib/graphics/Makefile.in


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/Makefile.in

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