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

Diff of /autoconf/tests/Makefile.in

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

revision 1.107 by akim, Sun Jan 6 20:48:25 2002 UTC revision 1.108 by akim, Thu Jan 24 17:39:47 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.5c 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 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  # We don't actually distribute the testsuite, since one only  # We don't actually distribute the testsuite, since one only
83  # needs m4 to build it, m4 being required anyway to install Autoconf.  # needs m4 to build it, m4 being required anyway to install Autoconf.
# Line 141  $(srcdir)/Makefile.in:  Makefile.am  $(t Line 151  $(srcdir)/Makefile.in:  Makefile.am  $(t
151          cd $(top_srcdir) && \          cd $(top_srcdir) && \
152            $(AUTOMAKE) --gnu  tests/Makefile            $(AUTOMAKE) --gnu  tests/Makefile
153  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
154          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
155  atlocal: $(top_builddir)/config.status atlocal.in  atlocal: $(top_builddir)/config.status atlocal.in
156          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
157  autoconf: $(top_builddir)/config.status wrapsh.in  autoconf: $(top_builddir)/config.status wrapsh.in
# Line 172  distdir: $(DISTFILES) Line 182  distdir: $(DISTFILES)
182            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
183            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
184            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
185              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
186                $(mkinstalldirs) "$(distdir)$$dir"; \
187              else \
188                dir=''; \
189            fi; \            fi; \
190            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
191              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
192              || exit 1; \              || exit 1; \
193            else \            else \
194              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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