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

Diff of /bison/tests/Makefile.in

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

revision 1.3 by akim, Fri Aug 3 10:13:42 2001 UTC revision 1.3.2.1 by akim, Mon Aug 27 09:33:34 2001 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am  # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2    
3  # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4    # Free Software Foundation, Inc.
5  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
6  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
7  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 10  Line 11 
11  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
13    
14  # Distribute the testsuite since GNU M4 is needed to build it.  @SET_MAKE@
15    
16    # Distribute the testsuite since GNU M4 is needed to build it.
17    
18  SHELL = @SHELL@  SHELL = @SHELL@
19    
# Line 33  infodir = @infodir@ Line 35  infodir = @infodir@
35  mandir = @mandir@  mandir = @mandir@
36  includedir = @includedir@  includedir = @includedir@
37  oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
38  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
39  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
40  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
41  top_builddir = ..  top_builddir = ..
42    
43  ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
# Line 48  AUTOMAKE = @AUTOMAKE@ Line 46  AUTOMAKE = @AUTOMAKE@
46  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
47    
48  INSTALL = @INSTALL@  INSTALL = @INSTALL@
49  INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)  INSTALL_PROGRAM = @INSTALL_PROGRAM@
50  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
51  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
52    INSTALL_HEADER = $(INSTALL_DATA)
53  transform = @program_transform_name@  transform = @program_transform_name@
   
54  NORMAL_INSTALL = :  NORMAL_INSTALL = :
55  PRE_INSTALL = :  PRE_INSTALL = :
56  POST_INSTALL = :  POST_INSTALL = :
# Line 61  PRE_UNINSTALL = : Line 59  PRE_UNINSTALL = :
59  POST_UNINSTALL = :  POST_UNINSTALL = :
60  host_alias = @host_alias@  host_alias = @host_alias@
61  host_triplet = @host@  host_triplet = @host@
62    AMTAR = @AMTAR@
63  AT_TESTPATH = @AT_TESTPATH@  AT_TESTPATH = @AT_TESTPATH@
64    AWK = @AWK@
65  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@  BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66  CATALOGS = @CATALOGS@  CATALOGS = @CATALOGS@
67  CATOBJEXT = @CATOBJEXT@  CATOBJEXT = @CATOBJEXT@
68  CC = @CC@  CC = @CC@
69  CPP = @CPP@  CPP = @CPP@
70  DATADIRNAME = @DATADIRNAME@  DATADIRNAME = @DATADIRNAME@
71    DEPDIR = @DEPDIR@
72  ECHO_C = @ECHO_C@  ECHO_C = @ECHO_C@
73  ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
74  ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
75    EXEEXT = @EXEEXT@
76  GENCAT = @GENCAT@  GENCAT = @GENCAT@
77  GLIBC21 = @GLIBC21@  GLIBC21 = @GLIBC21@
78  GMOFILES = @GMOFILES@  GMOFILES = @GMOFILES@
79  GMSGFMT = @GMSGFMT@  GMSGFMT = @GMSGFMT@
80    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81  INSTOBJEXT = @INSTOBJEXT@  INSTOBJEXT = @INSTOBJEXT@
82  INTLBISON = @INTLBISON@  INTLBISON = @INTLBISON@
83  INTLLIBS = @INTLLIBS@  INTLLIBS = @INTLLIBS@
# Line 83  INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTO Line 86  INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTO
86  LIBICONV = @LIBICONV@  LIBICONV = @LIBICONV@
87  LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
88  M4 = @M4@  M4 = @M4@
 MAKEINFO = @MAKEINFO@  
89  MKINSTALLDIRS = @MKINSTALLDIRS@  MKINSTALLDIRS = @MKINSTALLDIRS@
90  MSGFMT = @MSGFMT@  MSGFMT = @MSGFMT@
91    OBJEXT = @OBJEXT@
92  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
93  POFILES = @POFILES@  POFILES = @POFILES@
94  POSUB = @POSUB@  POSUB = @POSUB@
# Line 95  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB Line 98  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIB
98  USE_NLS = @USE_NLS@  USE_NLS = @USE_NLS@
99  VERSION = @VERSION@  VERSION = @VERSION@
100  WARNING_CFLAGS = @WARNING_CFLAGS@  WARNING_CFLAGS = @WARNING_CFLAGS@
101    am__include = @am__include@
102    am__quote = @am__quote@
103    install_sh = @install_sh@
104    
105  noinst_SCRIPTS = testsuite  noinst_SCRIPTS = testsuite
106    
# Line 105  EXTRA_DIST = atgeneral.m4 suite.at $(SUI Line 111  EXTRA_DIST = atgeneral.m4 suite.at $(SUI
111  CLEANFILES = debug-*.sh empty  CLEANFILES = debug-*.sh empty
112  DISTCLEANFILES = atconfig  DISTCLEANFILES = atconfig
113  MAINTAINERCLEANFILES = testsuite  MAINTAINERCLEANFILES = testsuite
114    subdir = tests
115  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
116  CONFIG_HEADER = ../config.h  CONFIG_HEADER = $(top_builddir)/config.h
117  CONFIG_CLEAN_FILES =  atconfig  CONFIG_CLEAN_FILES = atconfig
118  SCRIPTS =  $(noinst_SCRIPTS)  SCRIPTS = $(noinst_SCRIPTS)
119    
120  DIST_COMMON =  Makefile.am Makefile.in atconfig.in  DIST_SOURCES =
121    DIST_COMMON = Makefile.am Makefile.in atconfig.in
122    all: all-am
123    
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  
   
 TAR = tar  
 GZIP_ENV = --best  
 all: all-redirect  
124  .SUFFIXES:  .SUFFIXES:
125  $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)  $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
126          cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile          cd $(top_srcdir) && \
127              $(AUTOMAKE) --gnu  tests/Makefile
128  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
129          cd $(top_builddir) \          cd $(top_builddir) && \
130            && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status            CONFIG_HEADERS= CONFIG_LINKS= \
131              CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
132  atconfig: $(top_builddir)/config.status atconfig.in  atconfig: $(top_builddir)/config.status atconfig.in
133          cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status          cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
134    uninstall-info-am:
135  tags: TAGS  tags: TAGS
136  TAGS:  TAGS:
137    
138    
139  distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140    
141  subdir = tests  top_distdir = ..
142    distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
143    
144  distdir: $(DISTFILES)  distdir: $(DISTFILES)
         here=`cd $(top_builddir) && pwd`; \  
         top_distdir=`cd $(top_distdir) && pwd`; \  
         distdir=`cd $(distdir) && pwd`; \  
         cd $(top_srcdir) \  
           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile  
145          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
146            d=$(srcdir); \            if test -f $$file; then d=.; else d=$(srcdir); fi; \
147              dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
148              if test "$$dir" != "$$file" && test "$$dir" != "."; then \
149                $(mkinstalldirs) "$(distdir)/$$dir"; \
150              fi; \
151            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
152              cp -pr $$d/$$file $(distdir)/$$file; \              cp -pR $$d/$$file $(distdir) \
153                || exit 1; \
154            else \            else \
155              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
156              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \              || cp -p $$d/$$file $(distdir)/$$file \
157              || cp -p $$d/$$file $(distdir)/$$file || :; \              || exit 1; \
158            fi; \            fi; \
159          done          done
 info-am:  
 info: info-am  
 dvi-am:  
 dvi: dvi-am  
160  check-am: all-am  check-am: all-am
161          $(MAKE) $(AM_MAKEFLAGS) check-local          $(MAKE) $(AM_MAKEFLAGS) check-local
162  check: check-am  check: check-am
163  installcheck-am:  all-am: Makefile $(SCRIPTS)
 installcheck: installcheck-am  
 install-exec-am:  
 install-exec: install-exec-am  
164    
165  install-data-am:  installdirs:
 install-data: install-data-am  
166    
 install-am: all-am  
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am  
167  install: install-am  install: install-am
168  uninstall-am:  install-exec: install-exec-am
169    install-data: install-data-am
170  uninstall: uninstall-am  uninstall: uninstall-am
 all-am: Makefile $(SCRIPTS)  
 all-redirect: all-am  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install  
 installdirs:  
171    
172    install-am: all-am
173            @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174    
175    installcheck: installcheck-am
176    install-strip:
177            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
178              `test -z '$(STRIP)' || \
179                echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
180  mostlyclean-generic:  mostlyclean-generic:
181    
182  clean-generic:  clean-generic:
183          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
184    
185  distclean-generic:  distclean-generic:
186          -rm -f Makefile $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
187          -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)          -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
188    
189  maintainer-clean-generic:  maintainer-clean-generic:
190            @echo "This command is intended for maintainers to use"
191            @echo "it deletes files that may require special tools to rebuild."
192          -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)          -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
193  mostlyclean-am:  mostlyclean-generic  clean: clean-am
194    
195  mostlyclean: mostlyclean-am  clean-am: clean-generic mostlyclean-am
196    
197  clean-am:  clean-generic mostlyclean-am  distclean: distclean-am
198    
199  clean: clean-am  distclean-am: clean-am distclean-generic
200    
201  distclean-am:  distclean-generic clean-am  dvi: dvi-am
202    
203  distclean: distclean-am  dvi-am:
204    
205  maintainer-clean-am:  maintainer-clean-generic distclean-am  info: info-am
206          @echo "This command is intended for maintainers to use;"  
207          @echo "it deletes files that may require special tools to rebuild."  info-am:
208    
209    install-data-am:
210    
211    install-exec-am:
212    
213    install-info: install-info-am
214    
215    install-man:
216    
217    installcheck-am:
218    
219  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
220    
221  .PHONY: tags distdir info-am info dvi-am dvi check-local check check-am \  maintainer-clean-am: distclean-am maintainer-clean-generic
222  installcheck-am installcheck install-exec-am install-exec \  
223  install-data-am install-data install-am install uninstall-am uninstall \  mostlyclean: mostlyclean-am
224  all-redirect all-am all installdirs mostlyclean-generic \  
225  distclean-generic clean-generic maintainer-clean-generic clean \  mostlyclean-am: mostlyclean-generic
226  mostlyclean distclean maintainer-clean  
227    uninstall-am: uninstall-info-am
228    
229    .PHONY: all all-am check check-am check-local clean clean-generic \
230            distclean distclean-generic distdir dvi dvi-am info info-am \
231            install install-am install-data install-data-am install-exec \
232            install-exec-am install-info install-info-am install-man \
233            install-strip installcheck installcheck-am installdirs \
234            maintainer-clean maintainer-clean-generic mostlyclean \
235            mostlyclean-generic uninstall uninstall-am uninstall-info-am
236    
237    
238  check-local: atconfig $(srcdir)/testsuite  check-local: atconfig $(srcdir)/testsuite
# Line 226  testsuite: atgeneral.m4 suite.at $(SUITE Line 244  testsuite: atgeneral.m4 suite.at $(SUITE
244            sed -e '/^$$/N;/\n$$/D' > $@-tmp            sed -e '/^$$/N;/\n$$/D' > $@-tmp
245          chmod +x $@-tmp          chmod +x $@-tmp
246          mv $@-tmp $@          mv $@-tmp $@
   
247  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
248  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
249  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

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