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

Diff of /autoconf/config/Makefile.in

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

revision 1.13 by akim, Wed Oct 31 10:43:31 2001 UTC revision 1.14 by akim, Thu Jan 24 17:30:59 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  VERSION = @VERSION@  VERSION = @VERSION@
76    am__include = @am__include@
77    am__quote = @am__quote@
78    install_sh = @install_sh@
79    lispdir = @lispdir@
80    
81  EXTRA_DIST = $(GENERIC_MACROS) $(SPECIFIC_MACROS) $(SPECIFIC_TOOLS) \  EXTRA_DIST = $(SPECIFIC_MACROS) $(SPECIFIC_TOOLS) \
82                prev-version.txt                prev-version.txt
83    
84  MAINTAINERCLEANFILES = $(GENERIC_MACROS) $(GENERIC_TOOLS)  MAINTAINERCLEANFILES = $(GENERIC_TOOLS)
   
 GENERIC_MACROS = \  
 auxdir.m4                                       \  
 cond.m4                                         \  
 depend.m4                                       \  
 init.m4                                         \  
 install-sh.m4                                   \  
 lispdir.m4                                      \  
 missing.m4                                      \  
 sanity.m4                                       \  
 strip.m4  
   
85    
86  SPECIFIC_MACROS = \  SPECIFIC_MACROS = \
87  m4.m4  m4.m4
# Line 116  $(srcdir)/Makefile.in:  Makefile.am  $(t Line 113  $(srcdir)/Makefile.in:  Makefile.am  $(t
113          cd $(top_srcdir) && \          cd $(top_srcdir) && \
114            $(AUTOMAKE) --gnu  config/Makefile            $(AUTOMAKE) --gnu  config/Makefile
115  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
116          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
117  uninstall-info-am:  uninstall-info-am:
118  tags: TAGS  tags: TAGS
119  TAGS:  TAGS:
120    
   
121  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122    
123  top_distdir = ..  top_distdir = ..
# Line 129  distdir = $(top_distdir)/$(PACKAGE)-$(VE Line 125  distdir = $(top_distdir)/$(PACKAGE)-$(VE
125    
126  distdir: $(DISTFILES)  distdir: $(DISTFILES)
127          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
128            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
129            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
130            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
131              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
132                $(mkinstalldirs) "$(distdir)$$dir"; \
133              else \
134                dir=''; \
135            fi; \            fi; \
136            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
137              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
138              || exit 1; \              || exit 1; \
139            else \            else \
140              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 160  install-am: all-am Line 159  install-am: all-am
159  installcheck: installcheck-am  installcheck: installcheck-am
160  install-strip:  install-strip:
161          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
162              INSTALL_STRIP_FLAG=-s \
163            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
164              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
165  mostlyclean-generic:  mostlyclean-generic:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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