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/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
     
    184184          esac; \
    185185        done; \
    186         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     186        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    187187        cd $(top_srcdir) && \
    188           $(AUTOMAKE) --gnu  src/lib/Makefile
     188          $(AUTOMAKE) --foreign  src/lib/Makefile
    189189.PRECIOUS: Makefile
    190190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    279279        tags=; \
    280280        here=`pwd`; \
    281         if (etags --etags-include --version) >/dev/null 2>&1; then \
     281        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    282282          include_option=--etags-include; \
     283          empty_fix=.; \
    283284        else \
    284285          include_option=--include; \
     286          empty_fix=; \
    285287        fi; \
    286288        list='$(SUBDIRS)'; for subdir in $$list; do \
    287289          if test "$$subdir" = .; then :; else \
    288             test -f $$subdir/TAGS && \
     290            test ! -f $$subdir/TAGS || \
    289291              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    290292          fi; \
     
    296298          $(AWK) '    { files[$$0] = 1; } \
    297299               END { for (i in files) print i; }'`; \
    298         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    299           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    300              $$tags $$unique
     300        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     301          test -n "$$unique" || unique=$$empty_fix; \
     302          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     303            $$tags $$unique; \
     304        fi
    301305ctags: CTAGS
    302306CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Note: See TracChangeset for help on using the changeset viewer.