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/graphics/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
     
    178178          esac; \
    179179        done; \
    180         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/Makefile'; \
     180        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/Makefile'; \
    181181        cd $(top_srcdir) && \
    182           $(AUTOMAKE) --foreign  src/lib/graphics/Makefile
     182          $(AUTOMAKE) --gnu  src/lib/graphics/Makefile
    183183.PRECIOUS: Makefile
    184184Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    273273        tags=; \
    274274        here=`pwd`; \
    275         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     275        if (etags --etags-include --version) >/dev/null 2>&1; then \
    276276          include_option=--etags-include; \
    277           empty_fix=.; \
    278277        else \
    279278          include_option=--include; \
    280           empty_fix=; \
    281279        fi; \
    282280        list='$(SUBDIRS)'; for subdir in $$list; do \
    283281          if test "$$subdir" = .; then :; else \
    284             test ! -f $$subdir/TAGS || \
     282            test -f $$subdir/TAGS && \
    285283              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    286284          fi; \
     
    292290          $(AWK) '    { files[$$0] = 1; } \
    293291               END { for (i in files) print i; }'`; \
    294         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    295           test -n "$$unique" || unique=$$empty_fix; \
    296           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    297             $$tags $$unique; \
    298         fi
     292        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     293          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     294             $$tags $$unique
    299295ctags: CTAGS
    300296CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.