Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 6, 2005, 6:01:06 PM (19 years ago)
Author:
nico
Message:

branches/heightMap: some makefile and include stuff fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/heightMap/src/subprojects/Makefile.in

    r3789 r4090  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.9.3 from Makefile.am.
    22# @configure_input@
    33
     
    3434PRE_UNINSTALL = :
    3535POST_UNINSTALL = :
     36build_triplet = @build@
    3637host_triplet = @host@
     38target_triplet = @target@
    3739subdir = src/subprojects
    3840DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     
    133135am__leading_dot = @am__leading_dot@
    134136am__quote = @am__quote@
     137am__tar = @am__tar@
     138am__untar = @am__untar@
    135139bindir = @bindir@
    136140build = @build@
     
    178182          esac; \
    179183        done; \
    180         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
     184        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
    181185        cd $(top_srcdir) && \
    182           $(AUTOMAKE) --foreign  src/subprojects/Makefile
     186          $(AUTOMAKE) --gnu  src/subprojects/Makefile
    183187.PRECIOUS: Makefile
    184188Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    347351          fi; \
    348352        done
    349         list='$(SUBDIRS)'; for subdir in $$list; do \
     353        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    350354          if test "$$subdir" = .; then :; else \
    351355            test -d "$(distdir)/$$subdir" \
    352             || mkdir "$(distdir)/$$subdir" \
     356            || $(mkdir_p) "$(distdir)/$$subdir" \
    353357            || exit 1; \
     358            distdir=`$(am__cd) $(distdir) && pwd`; \
     359            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    354360            (cd $$subdir && \
    355361              $(MAKE) $(AM_MAKEFLAGS) \
    356                 top_distdir="../$(top_distdir)" \
    357                 distdir="../$(distdir)/$$subdir" \
     362                top_distdir="$$top_distdir" \
     363                distdir="$$distdir/$$subdir" \
    358364                distdir) \
    359365              || exit 1; \
     
    384390
    385391distclean-generic:
    386         -rm -f $(CONFIG_CLEAN_FILES)
     392        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    387393
    388394maintainer-clean-generic:
Note: See TracChangeset for help on using the changeset viewer.