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

Diff of /bison/Makefile.in

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

revision 1.32.2.9 by akim, Thu Sep 27 15:24:45 2001 UTC revision 1.32.2.10 by akim, Wed Oct 10 14:39:09 2001 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.5 from Makefile.am.  # Makefile.in generated automatically by automake 1.5a from Makefile.am.
2    
3  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
# Line 43  AUTOCONF = @AUTOCONF@ Line 43  AUTOCONF = @AUTOCONF@
43  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
44  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
45    
46    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47  INSTALL = @INSTALL@  INSTALL = @INSTALL@
48  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
49  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
# Line 57  PRE_UNINSTALL = : Line 58  PRE_UNINSTALL = :
58  POST_UNINSTALL = :  POST_UNINSTALL = :
59  host_alias = @host_alias@  host_alias = @host_alias@
60  host_triplet = @host@  host_triplet = @host@
61    
62    EXEEXT = @EXEEXT@
63    OBJEXT = @OBJEXT@
64    PATH_SEPARATOR = @PATH_SEPARATOR@
65  AMTAR = @AMTAR@  AMTAR = @AMTAR@
66  AWK = @AWK@  AWK = @AWK@
67  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
# Line 66  CC = @CC@ Line 71  CC = @CC@
71  CPP = @CPP@  CPP = @CPP@
72  DATADIRNAME = @DATADIRNAME@  DATADIRNAME = @DATADIRNAME@
73  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 EXEEXT = @EXEEXT@  
74  GENCAT = @GENCAT@  GENCAT = @GENCAT@
75  GLIBC21 = @GLIBC21@  GLIBC21 = @GLIBC21@
76  GMOFILES = @GMOFILES@  GMOFILES = @GMOFILES@
# Line 82  LIBOBJS = @LIBOBJS@ Line 86  LIBOBJS = @LIBOBJS@
86  M4 = @M4@  M4 = @M4@
87  MKINSTALLDIRS = @MKINSTALLDIRS@  MKINSTALLDIRS = @MKINSTALLDIRS@
88  MSGFMT = @MSGFMT@  MSGFMT = @MSGFMT@
 OBJEXT = @OBJEXT@  
89  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
90  POFILES = @POFILES@  POFILES = @POFILES@
91  POSUB = @POSUB@  POSUB = @POSUB@
# Line 132  RECURSIVE_TARGETS = info-recursive dvi-r Line 135  RECURSIVE_TARGETS = info-recursive dvi-r
135          uninstall-info-recursive all-recursive install-data-recursive \          uninstall-info-recursive all-recursive install-data-recursive \
136          install-exec-recursive installdirs-recursive install-recursive \          install-exec-recursive installdirs-recursive install-recursive \
137          uninstall-recursive check-recursive installcheck-recursive          uninstall-recursive check-recursive installcheck-recursive
138  DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \  DIST_COMMON = README ././stamp-h.in ./stamp-h.in ABOUT-NLS AUTHORS \
139          INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS \          COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS \
140          aclocal.m4 config.hin configure configure.in          README-alpha THANKS aclocal.m4 config.hin configure \
141            configure.in
142  DIST_SUBDIRS = $(SUBDIRS)  DIST_SUBDIRS = $(SUBDIRS)
143  all: config.h  all: config.h
144          $(MAKE) $(AM_MAKEFLAGS) all-recursive          $(MAKE) $(AM_MAKEFLAGS) all-recursive
# Line 269  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 273  TAGS: tags-recursive $(HEADERS) $(SOURCE
273            || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)            || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
274    
275  GTAGS:  GTAGS:
276          here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
277            && cd $(top_srcdir) \            && cd $(top_srcdir) \
278            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
279    
# Line 292  distdir: $(DISTFILES) Line 296  distdir: $(DISTFILES)
296          fi          fi
297          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
298          mkdir $(distdir)          mkdir $(distdir)
299          $(mkinstalldirs) $(distdir)/intl $(distdir)/po $(distdir)/tests          $(mkinstalldirs) $(distdir)/./. $(distdir)/intl $(distdir)/po $(distdir)/tests
300          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
301            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
302            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
# Line 326  distdir: $(DISTFILES) Line 330  distdir: $(DISTFILES)
330            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
331            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
332          || chmod -R a+r $(distdir)          || chmod -R a+r $(distdir)
333  dist: distdir  dist-gzip: distdir
334          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
335          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
336    
# Line 334  dist-bzip2: distdir Line 338  dist-bzip2: distdir
338          $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2          $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
339          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
340    
341    dist dist-all: distdir
342            $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
343            $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
344            -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
345    
346  # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
347  # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
348  # tarfile.  # tarfile.
# Line 344  distcheck: dist Line 353  distcheck: dist
353          mkdir $(distdir)/=build          mkdir $(distdir)/=build
354          mkdir $(distdir)/=inst          mkdir $(distdir)/=inst
355          chmod a-w $(distdir)          chmod a-w $(distdir)
356          dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \          dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
357            && cd $(distdir)/=build \            && cd $(distdir)/=build \
358            && ../configure --srcdir=.. --prefix=$$dc_install_base \            && ../configure --srcdir=.. --prefix=$$dc_install_base \
359              --with-included-gettext \              --with-included-gettext \
# Line 355  distcheck: dist Line 364  distcheck: dist
364            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
365            && $(MAKE) $(AM_MAKEFLAGS) uninstall \            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
366            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
367               || (echo "Error: files left after uninstall" 1>&2; \                || { echo "ERROR: files left after uninstall:" ; \
368                   exit 1) ) \                     find $$dc_install_base -type f -print ; \
369            && $(MAKE) $(AM_MAKEFLAGS) dist \                     exit 1; } >&2 ) \
370              && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
371            && $(MAKE) $(AM_MAKEFLAGS) distclean \            && $(MAKE) $(AM_MAKEFLAGS) distclean \
372            && rm -f $(distdir).tar.gz \            && rm -f $(distdir).tar.gz \
373            && (test `find . -type f -print | wc -l` -eq 0 \            && (test `find . -type f -print | wc -l` -eq 0 \
374               || (echo "Error: files left after distclean" 1>&2; \                || { echo "ERROR: files left after distclean:" ; \
375                   exit 1) )                     find . -type f -print ; \
376                       exit 1; } >&2 )
377          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
378          @echo "$(distdir).tar.gz is ready for distribution" | \          @echo "$(distdir).tar.gz is ready for distribution" | \
379            sed 'h;s/./=/g;p;x;p;x'            sed 'h;s/./=/g;p;x;p;x'
# Line 400  clean: clean-recursive Line 411  clean: clean-recursive
411    
412  clean-am: clean-generic mostlyclean-am  clean-am: clean-generic mostlyclean-am
413    
 dist-all: distdir  
         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz  
         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2  
         -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)  
414  distclean: distclean-recursive  distclean: distclean-recursive
415          -rm -f config.status config.cache config.log          -rm -f config.status config.cache config.log
416  distclean-am: clean-am distclean-generic distclean-hdr distclean-tags  distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
# Line 440  uninstall-info: uninstall-info-recursive Line 447  uninstall-info: uninstall-info-recursive
447    
448  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \  .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
449          clean-generic clean-recursive dist dist-all dist-bzip2 \          clean-generic clean-recursive dist dist-all dist-bzip2 \
450          distcheck distclean distclean-generic distclean-hdr \          dist-gzip distcheck distclean distclean-generic distclean-hdr \
451          distclean-recursive distclean-tags distdir dvi dvi-am \          distclean-recursive distclean-tags distdir dvi dvi-am \
452          dvi-recursive info info-am info-recursive install install-am \          dvi-recursive info info-am info-recursive install install-am \
453          install-data install-data-am install-data-recursive \          install-data install-data-am install-data-recursive \

Legend:
Removed from v.1.32.2.9  
changed lines
  Added in v.1.32.2.10

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