Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/Makefile.in


Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/Makefile.in

    r3563 r3605  
    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
     
    3838        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    3939        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
    40         COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
    41         depcomp install-sh missing mkinstalldirs
     40        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
     41        install-sh missing mkinstalldirs
    4242subdir = .
    4343ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    9494DEFS = @DEFS@
    9595DEPDIR = @DEPDIR@
     96DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@
     97DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@
    9698DOXYGEN = @DOXYGEN@
    9799DOXYGEN_FALSE = @DOXYGEN_FALSE@
     
    326328        tags=; \
    327329        here=`pwd`; \
    328         if (etags --etags-include --version) >/dev/null 2>&1; then \
     330        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    329331          include_option=--etags-include; \
     332          empty_fix=.; \
    330333        else \
    331334          include_option=--include; \
     335          empty_fix=; \
    332336        fi; \
    333337        list='$(SUBDIRS)'; for subdir in $$list; do \
    334338          if test "$$subdir" = .; then :; else \
    335             test -f $$subdir/TAGS && \
     339            test ! -f $$subdir/TAGS || \
    336340              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    337341          fi; \
     
    343347          $(AWK) '    { files[$$0] = 1; } \
    344348               END { for (i in files) print i; }'`; \
    345         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    346           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    347              $$tags $$unique
     349        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     350          test -n "$$unique" || unique=$$empty_fix; \
     351          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     352            $$tags $$unique; \
     353        fi
    348354ctags: CTAGS
    349355CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    454460          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    455461        *.shar.gz*) \
    456           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
     462          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    457463        *.zip*) \
    458464          unzip $(distdir).zip ;;\
     
    477483          && chmod -R a-w "$$dc_install_base" \
    478484          && ({ \
    479                (cd ../.. && $(mkdir_p) "$$dc_destdir") \
     485               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    480486               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    481487               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
     
    654660@DOXYGEN_TRUE@clean-local:  doc-delete
    655661
    656 @DOXYGEN_TRUE@all-local: doc
     662@DOCUMENTATION_TRUE@@DOXYGEN_TRUE@all-local: doc
     663@DOCUMENTATION_FALSE@@DOXYGEN_TRUE@all-local:
    657664
    658665@DOXYGEN_TRUE@.PHONY: doc doc-config doc-delete
Note: See TracChangeset for help on using the changeset viewer.