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/gui/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
     
    179179          esac; \
    180180        done; \
    181         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    182182        cd $(top_srcdir) && \
    183           $(AUTOMAKE) --gnu  src/lib/gui/Makefile
     183          $(AUTOMAKE) --foreign  src/lib/gui/Makefile
    184184.PRECIOUS: Makefile
    185185Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    274274        tags=; \
    275275        here=`pwd`; \
    276         if (etags --etags-include --version) >/dev/null 2>&1; then \
     276        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    277277          include_option=--etags-include; \
     278          empty_fix=.; \
    278279        else \
    279280          include_option=--include; \
     281          empty_fix=; \
    280282        fi; \
    281283        list='$(SUBDIRS)'; for subdir in $$list; do \
    282284          if test "$$subdir" = .; then :; else \
    283             test -f $$subdir/TAGS && \
     285            test ! -f $$subdir/TAGS || \
    284286              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    285287          fi; \
     
    291293          $(AWK) '    { files[$$0] = 1; } \
    292294               END { for (i in files) print i; }'`; \
    293         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    294           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    295              $$tags $$unique
     295        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     296          test -n "$$unique" || unique=$$empty_fix; \
     297          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     298            $$tags $$unique; \
     299        fi
    296300ctags: CTAGS
    297301CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.