Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2005, 1:50:23 PM (20 years ago)
Author:
patrick
Message:

orxonox/branches/ll2trunktmp: fixed a problem with levelchange: now the gameloader iterates through the levels

File:
1 edited

Legend:

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

    r3940 r3994  
    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
     
    180180          esac; \
    181181        done; \
    182         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
     182        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    183183        cd $(top_srcdir) && \
    184           $(AUTOMAKE) --gnu  src/lib/gui/Makefile
     184          $(AUTOMAKE) --foreign  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=.; \
    279280        else \
    280281          include_option=--include; \
     282          empty_fix=; \
    281283        fi; \
    282284        list='$(SUBDIRS)'; for subdir in $$list; do \
    283285          if test "$$subdir" = .; then :; else \
    284             test -f $$subdir/TAGS && \
     286            test ! -f $$subdir/TAGS || \
    285287              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    286288          fi; \
     
    292294          $(AWK) '    { files[$$0] = 1; } \
    293295               END { for (i in files) print i; }'`; \
    294         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    295           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    296              $$tags $$unique
     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
    297301ctags: CTAGS
    298302CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.