Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3940 in orxonox.OLD for orxonox/branches/ll2trunktemp/Makefile.in


Ignore:
Timestamp:
Apr 23, 2005, 11:37:25 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/ll2trunktemp: I tried… Not working…

File:
1 edited

Legend:

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

    r3789 r3940  
    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
     
    3838        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    3939        $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \
    40         COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
    41         install-sh missing mkinstalldirs
     40        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
     41        depcomp install-sh missing mkinstalldirs
    4242subdir = .
    4343ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     
    329329        tags=; \
    330330        here=`pwd`; \
    331         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     331        if (etags --etags-include --version) >/dev/null 2>&1; then \
    332332          include_option=--etags-include; \
    333           empty_fix=.; \
    334333        else \
    335334          include_option=--include; \
    336           empty_fix=; \
    337335        fi; \
    338336        list='$(SUBDIRS)'; for subdir in $$list; do \
    339337          if test "$$subdir" = .; then :; else \
    340             test ! -f $$subdir/TAGS || \
     338            test -f $$subdir/TAGS && \
    341339              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    342340          fi; \
     
    348346          $(AWK) '    { files[$$0] = 1; } \
    349347               END { for (i in files) print i; }'`; \
    350         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    351           test -n "$$unique" || unique=$$empty_fix; \
    352           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    353             $$tags $$unique; \
    354         fi
     348        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     349          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     350             $$tags $$unique
    355351ctags: CTAGS
    356352CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    461457          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    462458        *.shar.gz*) \
    463           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     459          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
    464460        *.zip*) \
    465461          unzip $(distdir).zip ;;\
     
    484480          && chmod -R a-w "$$dc_install_base" \
    485481          && ({ \
    486                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
     482               (cd ../.. && $(mkdir_p) "$$dc_destdir") \
    487483               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    488484               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Note: See TracChangeset for help on using the changeset viewer.