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/gui/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
     
    179179          esac; \
    180180        done; \
    181         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
    182182        cd $(top_srcdir) && \
    183           $(AUTOMAKE) --foreign  src/lib/gui/Makefile
     183          $(AUTOMAKE) --gnu  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=.; \
    279278        else \
    280279          include_option=--include; \
    281           empty_fix=; \
    282280        fi; \
    283281        list='$(SUBDIRS)'; for subdir in $$list; do \
    284282          if test "$$subdir" = .; then :; else \
    285             test ! -f $$subdir/TAGS || \
     283            test -f $$subdir/TAGS && \
    286284              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    287285          fi; \
     
    293291          $(AWK) '    { files[$$0] = 1; } \
    294292               END { for (i in files) print i; }'`; \
    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
     293        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     294          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     295             $$tags $$unique
    300296ctags: CTAGS
    301297CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.