/[autoconf]/autoconf/lib/Makefile.in
ViewVC logotype

Diff of /autoconf/lib/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by akim, Thu Feb 20 16:57:48 2003 UTC revision 1.26 by akim, Tue Apr 1 07:24:38 2003 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.7.2 from Makefile.am.  # Makefile.in generated by automake 1.7a from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
6  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
7  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
# Line 47  ECHO_C = @ECHO_C@ Line 47  ECHO_C = @ECHO_C@
47  ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
48  ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
49  EMACS = @EMACS@  EMACS = @EMACS@
50    EMACSLOADPATH = @EMACSLOADPATH@
51  EXPR = @EXPR@  EXPR = @EXPR@
52  HELP2MAN = @HELP2MAN@  HELP2MAN = @HELP2MAN@
53  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
# Line 71  SHELL = @SHELL@ Line 72  SHELL = @SHELL@
72  STRIP = @STRIP@  STRIP = @STRIP@
73  VERSION = @VERSION@  VERSION = @VERSION@
74  ac_ct_STRIP = @ac_ct_STRIP@  ac_ct_STRIP = @ac_ct_STRIP@
75    am__leading_dot = @am__leading_dot@
76  bindir = @bindir@  bindir = @bindir@
77  build_alias = @build_alias@  build_alias = @build_alias@
78  datadir = @datadir@  datadir = @datadir@
# Line 237  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 239  TAGS: tags-recursive $(HEADERS) $(SOURCE
239                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
240          tags=; \          tags=; \
241          here=`pwd`; \          here=`pwd`; \
242            if (etags --etags-include --version) >/dev/null 2>&1; then \
243              include_option=--etags-include; \
244            else \
245              include_option=--include; \
246            fi; \
247          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
248            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
249              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && \
250                  tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
251            fi; \            fi; \
252          done; \          done; \
253          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
# Line 276  distclean-tags: Line 284  distclean-tags:
284          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
285  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
286    
 top_distdir = ..  
 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)  
   
287  distdir: $(DISTFILES)  distdir: $(DISTFILES)
288          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
289          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
# Line 308  distdir: $(DISTFILES) Line 313  distdir: $(DISTFILES)
313          done          done
314          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
315            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
316              test -d $(distdir)/$$subdir \              test -d "$(distdir)/$$subdir" \
317              || mkdir $(distdir)/$$subdir \              || mkdir "$(distdir)/$$subdir" \
318              || exit 1; \              || exit 1; \
319              (cd $$subdir && \              (cd $$subdir && \
320                $(MAKE) $(AM_MAKEFLAGS) \                $(MAKE) $(AM_MAKEFLAGS) \
321                  top_distdir="$(top_distdir)" \                  top_distdir="../$(top_distdir)" \
322                  distdir=../$(distdir)/$$subdir \                  distdir="../$(distdir)/$$subdir" \
323                  distdir) \                  distdir) \
324                || exit 1; \                || exit 1; \
325            fi; \            fi; \

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26