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

Diff of /autoconf/man/Makefile.in

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

revision 1.34 by akim, Wed Oct 31 10:43:32 2001 UTC revision 1.35 by akim, Thu Jan 24 17:39:46 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.5a from Makefile.am.  # Makefile.in generated by automake 1.5c from Makefile.am.
2  # @configure_input@  # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
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 13  Line 13 
13  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
14    
15  @SET_MAKE@  @SET_MAKE@
   
16  SHELL = @SHELL@  SHELL = @SHELL@
17    
18  srcdir = @srcdir@  srcdir = @srcdir@
# Line 48  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH Line 47  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH
47  INSTALL = @INSTALL@  INSTALL = @INSTALL@
48  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
49  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
50    install_sh_DATA = $(install_sh) -c -m 644
51  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
52  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
53  transform = @program_transform_name@  transform = @program_transform_name@
# Line 61  POST_UNINSTALL = : Line 61  POST_UNINSTALL = :
61  EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
62  OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
63  PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
64    AMTAR = @AMTAR@
65    AWK = @AWK@
66    DEPDIR = @DEPDIR@
67    EMACS = @EMACS@
68  EXPR = @EXPR@  EXPR = @EXPR@
69  HELP2MAN = @HELP2MAN@  HELP2MAN = @HELP2MAN@
70    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
71  M4 = @M4@  M4 = @M4@
72  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
73  PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
74  PERL = @PERL@  PERL = @PERL@
75    STRIP = @STRIP@
76  VERSION = @VERSION@  VERSION = @VERSION@
77    am__include = @am__include@
78    am__quote = @am__quote@
79    install_sh = @install_sh@
80    lispdir = @lispdir@
81    
82  dist_man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 \  dist_man_MANS = autoconf.1 autoreconf.1 autoheader.1 autoupdate.1 ifnames.1 \
83  autoscan.1 autom4te.1 config.guess.1 config.sub.1  autoscan.1 autom4te.1 config.guess.1 config.sub.1
# Line 101  $(srcdir)/Makefile.in:  Makefile.am  $(t Line 111  $(srcdir)/Makefile.in:  Makefile.am  $(t
111          cd $(top_srcdir) && \          cd $(top_srcdir) && \
112            $(AUTOMAKE) --gnu  man/Makefile            $(AUTOMAKE) --gnu  man/Makefile
113  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
114          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115  uninstall-info-am:  uninstall-info-am:
116    
117  man1dir = $(mandir)/man1  man1dir = $(mandir)/man1
# Line 145  uninstall-man1: Line 155  uninstall-man1:
155  tags: TAGS  tags: TAGS
156  TAGS:  TAGS:
157    
   
158  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159    
160  top_distdir = ..  top_distdir = ..
# Line 153  distdir = $(top_distdir)/$(PACKAGE)-$(VE Line 162  distdir = $(top_distdir)/$(PACKAGE)-$(VE
162    
163  distdir: $(DISTFILES)  distdir: $(DISTFILES)
164          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
165            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
166            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
167            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
168              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
169                $(mkinstalldirs) "$(distdir)$$dir"; \
170              else \
171                dir=''; \
172            fi; \            fi; \
173            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
174              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
175              || exit 1; \              || exit 1; \
176            else \            else \
177              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 185  install-am: all-am Line 197  install-am: all-am
197  installcheck: installcheck-am  installcheck: installcheck-am
198  install-strip:  install-strip:
199          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
200              INSTALL_STRIP_FLAG=-s \
201            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
202              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
203  mostlyclean-generic:  mostlyclean-generic:

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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