Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2711 in orxonox.OLD for orxonox/trunk/Makefile.in


Ignore:
Timestamp:
Nov 3, 2004, 12:19:03 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added Tasks list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r2706 r2711  
    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        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
    40         TODO depcomp install-sh missing mkinstalldirs
     40        depcomp install-sh missing mkinstalldirs
    4141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4242am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    276276        tags=; \
    277277        here=`pwd`; \
    278         if (etags --etags-include --version) >/dev/null 2>&1; then \
     278        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    279279          include_option=--etags-include; \
     280          empty_fix=.; \
    280281        else \
    281282          include_option=--include; \
     283          empty_fix=; \
    282284        fi; \
    283285        list='$(SUBDIRS)'; for subdir in $$list; do \
    284286          if test "$$subdir" = .; then :; else \
    285             test -f $$subdir/TAGS && \
     287            test ! -f $$subdir/TAGS || \
    286288              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    287289          fi; \
     
    293295          $(AWK) '    { files[$$0] = 1; } \
    294296               END { for (i in files) print i; }'`; \
    295         test -z "$(ETAGS_ARGS)$$tags$$unique" \
    296           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    297              $$tags $$unique
     297        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
     298          test -n "$$unique" || unique=$$empty_fix; \
     299          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     300            $$tags $$unique; \
     301        fi
    298302ctags: CTAGS
    299303CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    403407          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    404408        *.shar.gz*) \
    405           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
     409          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    406410        *.zip*) \
    407411          unzip $(distdir).zip ;;\
     
    426430          && chmod -R a-w "$$dc_install_base" \
    427431          && ({ \
    428                (cd ../.. && $(mkdir_p) "$$dc_destdir") \
     432               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    429433               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    430434               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Note: See TracChangeset for help on using the changeset viewer.