Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2005, 1:50:23 PM (19 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/subprojects/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
     
    178178          esac; \
    179179        done; \
    180         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
     180        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
    181181        cd $(top_srcdir) && \
    182           $(AUTOMAKE) --gnu  src/subprojects/Makefile
     182          $(AUTOMAKE) --foreign  src/subprojects/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=.; \
    277278        else \
    278279          include_option=--include; \
     280          empty_fix=; \
    279281        fi; \
    280282        list='$(SUBDIRS)'; for subdir in $$list; do \
    281283          if test "$$subdir" = .; then :; else \
    282             test -f $$subdir/TAGS && \
     284            test ! -f $$subdir/TAGS || \
    283285              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    284286          fi; \
     
    290292          $(AWK) '    { files[$$0] = 1; } \
    291293               END { for (i in files) print i; }'`; \
    292         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    293           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    294              $$tags $$unique
     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
    295299ctags: CTAGS
    296300CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.