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/gui/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
     
    180180          esac; \
    181181        done; \
    182         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
     182        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
    183183        cd $(top_srcdir) && \
    184           $(AUTOMAKE) --foreign  src/lib/gui/Makefile
     184          $(AUTOMAKE) --gnu  src/lib/gui/Makefile
    185185.PRECIOUS: Makefile
    186186Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    275275        tags=; \
    276276        here=`pwd`; \
    277         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     277        if (etags --etags-include --version) >/dev/null 2>&1; then \
    278278          include_option=--etags-include; \
    279           empty_fix=.; \
    280279        else \
    281280          include_option=--include; \
    282           empty_fix=; \
    283281        fi; \
    284282        list='$(SUBDIRS)'; for subdir in $$list; do \
    285283          if test "$$subdir" = .; then :; else \
    286             test ! -f $$subdir/TAGS || \
     284            test -f $$subdir/TAGS && \
    287285              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    288286          fi; \
     
    294292          $(AWK) '    { files[$$0] = 1; } \
    295293               END { for (i in files) print i; }'`; \
    296         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    297           test -n "$$unique" || unique=$$empty_fix; \
    298           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    299             $$tags $$unique; \
    300         fi
     294        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     295          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     296             $$tags $$unique
    301297ctags: CTAGS
    302298CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.