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

Diff of /autoconf/Makefile.in

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

revision 1.176 by akim, Tue Sep 3 06:09:30 2002 UTC revision 1.177 by akim, Tue Sep 3 09:17:44 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated by automake 1.6.3 from Makefile.am.  # Makefile.in generated by automake 1.6c 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
# Line 13  Line 13 
13  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
14    
15  @SET_MAKE@  @SET_MAKE@
 SHELL = @SHELL@  
16    
17  srcdir = @srcdir@  srcdir = @srcdir@
18  top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
19  VPATH = @srcdir@  VPATH = @srcdir@
 prefix = @prefix@  
 exec_prefix = @exec_prefix@  
   
 bindir = @bindir@  
 sbindir = @sbindir@  
 libexecdir = @libexecdir@  
 datadir = @datadir@  
 sysconfdir = @sysconfdir@  
 sharedstatedir = @sharedstatedir@  
 localstatedir = @localstatedir@  
 libdir = @libdir@  
 infodir = @infodir@  
 mandir = @mandir@  
 includedir = @includedir@  
 oldincludedir = /usr/include  
20  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
21  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
22  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
23  top_builddir = .  top_builddir = .
24    
 ACLOCAL = @ACLOCAL@  
 AUTOCONF = @AUTOCONF@  
 AUTOMAKE = @AUTOMAKE@  
 AUTOHEADER = @AUTOHEADER@  
   
25  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26  INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  
 INSTALL_DATA = @INSTALL_DATA@  
27  install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
28  install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
29  install_sh_SCRIPT = $(install_sh) -c  install_sh_SCRIPT = $(install_sh) -c
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  
30  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
31  transform = @program_transform_name@  transform = $(program_transform_name)
32  NORMAL_INSTALL = :  NORMAL_INSTALL = :
33  PRE_INSTALL = :  PRE_INSTALL = :
34  POST_INSTALL = :  POST_INSTALL = :
35  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
36  PRE_UNINSTALL = :  PRE_UNINSTALL = :
37  POST_UNINSTALL = :  POST_UNINSTALL = :
38    ACLOCAL = @ACLOCAL@
 EXEEXT = @EXEEXT@  
 OBJEXT = @OBJEXT@  
 PATH_SEPARATOR = @PATH_SEPARATOR@  
39  AMTAR = @AMTAR@  AMTAR = @AMTAR@
40    AUTOCONF = @AUTOCONF@
41    AUTOHEADER = @AUTOHEADER@
42    AUTOMAKE = @AUTOMAKE@
43  AWK = @AWK@  AWK = @AWK@
44  DEPDIR = @DEPDIR@  DEFS = @DEFS@
45    ECHO_C = @ECHO_C@
46    ECHO_N = @ECHO_N@
47    ECHO_T = @ECHO_T@
48  EMACS = @EMACS@  EMACS = @EMACS@
49  EXPR = @EXPR@  EXPR = @EXPR@
50  HELP2MAN = @HELP2MAN@  HELP2MAN = @HELP2MAN@
51    INSTALL_DATA = @INSTALL_DATA@
52    INSTALL_PROGRAM = @INSTALL_PROGRAM@
53    INSTALL_SCRIPT = @INSTALL_SCRIPT@
54  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
55    LIBS = @LIBS@
56    LTLIBOBJS = @LTLIBOBJS@
57  M4 = @M4@  M4 = @M4@
58    MAKEINFO = @MAKEINFO@
59  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
60    PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
61  PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
62    PACKAGE_STRING = @PACKAGE_STRING@
63    PACKAGE_TARNAME = @PACKAGE_TARNAME@
64    PACKAGE_VERSION = @PACKAGE_VERSION@
65    PATH_SEPARATOR = @PATH_SEPARATOR@
66  PERL = @PERL@  PERL = @PERL@
67    SET_MAKE = @SET_MAKE@
68    SHELL = @SHELL@
69  STRIP = @STRIP@  STRIP = @STRIP@
70  VERSION = @VERSION@  VERSION = @VERSION@
71  am__include = @am__include@  ac_ct_STRIP = @ac_ct_STRIP@
72  am__quote = @am__quote@  bindir = @bindir@
73    build_alias = @build_alias@
74    datadir = @datadir@
75    exec_prefix = @exec_prefix@
76    host_alias = @host_alias@
77    includedir = @includedir@
78    infodir = @infodir@
79  install_sh = @install_sh@  install_sh = @install_sh@
80    libdir = @libdir@
81    libexecdir = @libexecdir@
82  lispdir = @lispdir@  lispdir = @lispdir@
83    localstatedir = @localstatedir@
84    mandir = @mandir@
85    oldincludedir = @oldincludedir@
86    prefix = @prefix@
87    program_transform_name = @program_transform_name@
88    sbindir = @sbindir@
89    sharedstatedir = @sharedstatedir@
90    sysconfdir = @sysconfdir@
91    target_alias = @target_alias@
92    
93  AUTOMAKE_OPTIONS = check-news 1.6 dist-bzip2 readme-alpha  AUTOMAKE_OPTIONS = check-news 1.6c dist-bzip2 readme-alpha
94    
95  # bin/ and tests/ must be run first, as they build the tests executables  # bin/ and tests/ must be run first, as they build the tests executables
96  # (tests/autom4te etc.), that we happen to use here.  # (tests/autom4te etc.), that we happen to use here.
# Line 122  DIST_SOURCES = Line 131  DIST_SOURCES =
131  DATA = $(pkgdata_DATA)  DATA = $(pkgdata_DATA)
132    
133    
134  RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \  RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
135          uninstall-info-recursive all-recursive install-data-recursive \          ps-recursive install-info-recursive uninstall-info-recursive \
136          install-exec-recursive installdirs-recursive install-recursive \          all-recursive install-data-recursive install-exec-recursive \
137          uninstall-recursive check-recursive installcheck-recursive          installdirs-recursive install-recursive uninstall-recursive \
138            check-recursive installcheck-recursive
139  DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \  DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
140          Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \          Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
141          configure.ac          configure.ac
# Line 223  tags-recursive: Line 233  tags-recursive:
233          list='$(SUBDIRS)'; for subdir in $$list; do \          list='$(SUBDIRS)'; for subdir in $$list; do \
234            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
235          done          done
236    ctags-recursive:
237            list='$(SUBDIRS)'; for subdir in $$list; do \
238              test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
239            done
240    
241  ETAGS = etags  ETAGS = etags
242  ETAGSFLAGS =  ETAGSFLAGS =
243    
244    CTAGS = ctags
245    CTAGSFLAGS =
246    
247  tags: TAGS  tags: TAGS
248    
249  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
# Line 257  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 274  TAGS: tags-recursive $(HEADERS) $(SOURCE
274            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
275               $$tags $$unique               $$tags $$unique
276    
277    ctags: CTAGS
278    CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
279                    $(TAGS_FILES) $(LISP)
280            tags=; \
281            here=`pwd`; \
282            list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
283            unique=`for i in $$list; do \
284                if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285              done | \
286              $(AWK) '    { files[$$0] = 1; } \
287                   END { for (i in files) print i; }'`; \
288            test -z "$(CTAGS_ARGS)$$tags$$unique" \
289              || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
290                 $$tags $$unique
291    
292  GTAGS:  GTAGS:
293          here=`$(am__cd) $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
294            && cd $(top_srcdir) \            && cd $(top_srcdir) \
295            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
296    
297  distclean-tags:  distclean-tags:
298          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
299  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
300    
301  top_distdir = .  top_distdir = .
# Line 278  GZIP_ENV = --best Line 310  GZIP_ENV = --best
310  distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
311    
312  distdir: $(DISTFILES)  distdir: $(DISTFILES)
313          @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \          @case `sed 15q $(srcdir)/NEWS` in \
314          then :; else \          *"$(VERSION)"*) : ;; \
315            *) \
316            echo "NEWS not updated; not releasing" 1>&2; \            echo "NEWS not updated; not releasing" 1>&2; \
317            exit 1; \            exit 1;; \
318          fi          esac
319          $(am__remove_distdir)          $(am__remove_distdir)
320          mkdir $(distdir)          mkdir $(distdir)
321          $(mkinstalldirs) $(distdir)/tests          $(mkinstalldirs) $(distdir)/tests
# Line 348  distcheck: dist Line 381  distcheck: dist
381          mkdir $(distdir)/=inst          mkdir $(distdir)/=inst
382          chmod a-w $(distdir)          chmod a-w $(distdir)
383          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
384              && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
385            && cd $(distdir)/=build \            && cd $(distdir)/=build \
386            && ../configure --srcdir=.. --prefix=$$dc_install_base \            && ../configure --srcdir=.. --prefix="$$dc_install_base" \
387              $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
388            && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
389            && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
# Line 357  distcheck: dist Line 391  distcheck: dist
391            && $(MAKE) $(AM_MAKEFLAGS) install \            && $(MAKE) $(AM_MAKEFLAGS) install \
392            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
393            && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
394            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \            && (test `find "$$dc_install_base" -type f -print | wc -l` -le 1 \
395                || { echo "ERROR: files left after uninstall:" ; \                || { echo "ERROR: files left after uninstall:" ; \
396                     find $$dc_install_base -type f -print ; \                     find $$dc_install_base -type f -print ; \
397                     exit 1; } >&2 ) \                     exit 1; } >&2 ) \
398              && chmod -R a-w "$$dc_install_base" \
399              && ({   $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
400                   && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
401                   && (test `find "$$dc_destdir" -type f -print | wc -l` -le 1 \
402                       || { echo "ERROR: files left after uninstall (check DESTDIR support):" ; \
403                            find "$$dc_destdir" -type f -print ; \
404                            exit 1; } >&2 ) \
405                  } || { rm -rf "$$dc_destdir"; exit 1; }) \
406              && rm -rf "$$dc_destdir" \
407            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \            && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
408            && rm -f $(distdir).tar.gz \            && rm -f $(distdir).tar.gz \
409            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
# Line 444  mostlyclean: mostlyclean-recursive Line 487  mostlyclean: mostlyclean-recursive
487    
488  mostlyclean-am: mostlyclean-generic  mostlyclean-am: mostlyclean-generic
489    
490    pdf: pdf-recursive
491    
492    pdf-am:
493    
494    ps: ps-recursive
495    
496    ps-am:
497    
498  uninstall-am: uninstall-info-am uninstall-pkgdataDATA  uninstall-am: uninstall-info-am uninstall-pkgdataDATA
499    
500  uninstall-info: uninstall-info-recursive  uninstall-info: uninstall-info-recursive
501    
502  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \  .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
503          clean-generic clean-recursive dist dist-all dist-bzip2 \          clean-generic clean-recursive ctags ctags-recursive dist \
504          dist-gzip distcheck distclean distclean-generic \          dist-all dist-bzip2 dist-gzip distcheck distclean \
505          distclean-recursive distclean-tags distcleancheck distdir dvi \          distclean-generic distclean-recursive distclean-tags \
506          dvi-am dvi-recursive info info-am info-recursive install \          distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
507          install-am install-data install-data-am install-data-recursive \          info-recursive install install-am install-data install-data-am \
508          install-exec install-exec-am install-exec-recursive \          install-data-recursive install-exec install-exec-am \
509          install-info install-info-am install-info-recursive install-man \          install-exec-recursive install-info install-info-am \
510          install-pkgdataDATA install-recursive install-strip \          install-info-recursive install-man install-pkgdataDATA \
511          installcheck installcheck-am installdirs installdirs-am \          install-recursive install-strip installcheck installcheck-am \
512          installdirs-recursive maintainer-clean maintainer-clean-generic \          installdirs installdirs-am installdirs-recursive \
513            maintainer-clean maintainer-clean-generic \
514          maintainer-clean-local maintainer-clean-recursive mostlyclean \          maintainer-clean-local maintainer-clean-recursive mostlyclean \
515          mostlyclean-generic mostlyclean-recursive tags tags-recursive \          mostlyclean-generic mostlyclean-recursive pdf pdf-am \
516            pdf-recursive ps ps-am ps-recursive tags tags-recursive \
517          uninstall uninstall-am uninstall-info-am \          uninstall uninstall-am uninstall-info-am \
518          uninstall-info-recursive uninstall-pkgdataDATA \          uninstall-info-recursive uninstall-pkgdataDATA \
519          uninstall-recursive          uninstall-recursive

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

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