Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2005, 11:17:03 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches: deleted obsolete branche physiques

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/lib/Makefile.in

    r3746 r3865  
    1 # Makefile.in generated by automake 1.8.2 from Makefile.am.
     1# Makefile.in generated by automake 1.8.5 from Makefile.am.
    22# @configure_input@
    33
     
    183183          esac; \
    184184        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    186186        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --gnu  src/lib/Makefile
     187          $(AUTOMAKE) --foreign  src/lib/Makefile
    188188.PRECIOUS: Makefile
    189189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    278278        tags=; \
    279279        here=`pwd`; \
    280         if (etags --etags-include --version) >/dev/null 2>&1; then \
     280        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    281281          include_option=--etags-include; \
     282          empty_fix=.; \
    282283        else \
    283284          include_option=--include; \
     285          empty_fix=; \
    284286        fi; \
    285287        list='$(SUBDIRS)'; for subdir in $$list; do \
    286288          if test "$$subdir" = .; then :; else \
    287             test -f $$subdir/TAGS && \
     289            test ! -f $$subdir/TAGS || \
    288290              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    289291          fi; \
     
    295297          $(AWK) '    { files[$$0] = 1; } \
    296298               END { for (i in files) print i; }'`; \
    297         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    298           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    299              $$tags $$unique
     299        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     300          test -n "$$unique" || unique=$$empty_fix; \
     301          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     302            $$tags $$unique; \
     303        fi
    300304ctags: CTAGS
    301305CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.