Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 11:37:25 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/ll2trunktemp: I tried… Not working…

File:
1 edited

Legend:

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

    r3789 r3940  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
     
    184184          esac; \
    185185        done; \
    186         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
     186        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
    187187        cd $(top_srcdir) && \
    188           $(AUTOMAKE) --foreign  src/lib/Makefile
     188          $(AUTOMAKE) --gnu  src/lib/Makefile
    189189.PRECIOUS: Makefile
    190190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    279279        tags=; \
    280280        here=`pwd`; \
    281         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     281        if (etags --etags-include --version) >/dev/null 2>&1; then \
    282282          include_option=--etags-include; \
    283           empty_fix=.; \
    284283        else \
    285284          include_option=--include; \
    286           empty_fix=; \
    287285        fi; \
    288286        list='$(SUBDIRS)'; for subdir in $$list; do \
    289287          if test "$$subdir" = .; then :; else \
    290             test ! -f $$subdir/TAGS || \
     288            test -f $$subdir/TAGS && \
    291289              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    292290          fi; \
     
    298296          $(AWK) '    { files[$$0] = 1; } \
    299297               END { for (i in files) print i; }'`; \
    300         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    301           test -n "$$unique" || unique=$$empty_fix; \
    302           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    303             $$tags $$unique; \
    304         fi
     298        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     299          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     300             $$tags $$unique
    305301ctags: CTAGS
    306302CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.