Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 7, 2005, 3:54:49 PM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: Merged trunk into branch… still not working though…

File:
1 edited

Legend:

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

    r3605 r3746  
    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
     
    183183          esac; \
    184184        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
    186186        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --foreign  src/lib/Makefile
     187          $(AUTOMAKE) --gnu  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=.; \
    283282        else \
    284283          include_option=--include; \
    285           empty_fix=; \
    286284        fi; \
    287285        list='$(SUBDIRS)'; for subdir in $$list; do \
    288286          if test "$$subdir" = .; then :; else \
    289             test ! -f $$subdir/TAGS || \
     287            test -f $$subdir/TAGS && \
    290288              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    291289          fi; \
     
    297295          $(AWK) '    { files[$$0] = 1; } \
    298296               END { for (i in files) print i; }'`; \
    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
     297        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     298          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     299             $$tags $$unique
    304300ctags: CTAGS
    305301CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.