]> git.8kb.co.uk Git - pgpool-ii/pgpool-ii_2.2.5/blob - parser/Makefile.in
Attempt to send a proper failure message to frontend when authentication
[pgpool-ii/pgpool-ii_2.2.5] / parser / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 subdir = parser
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in gram.c \
41         gram.h
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/ac_func_accept_argtypes.m4 \
44         $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES =
50 LIBRARIES = $(noinst_LIBRARIES)
51 ARFLAGS = cru
52 libsql_parser_a_AR = $(AR) $(ARFLAGS)
53 libsql_parser_a_LIBADD =
54 am_libsql_parser_a_OBJECTS = gram.$(OBJEXT) list.$(OBJEXT) \
55         makefuncs.$(OBJEXT) nodes.$(OBJEXT) parser.$(OBJEXT) \
56         pool_memory.$(OBJEXT) pool_string.$(OBJEXT) value.$(OBJEXT) \
57         keywords.$(OBJEXT) outfuncs.$(OBJEXT) copyfuncs.$(OBJEXT)
58 libsql_parser_a_OBJECTS = $(am_libsql_parser_a_OBJECTS)
59 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60 depcomp = $(SHELL) $(top_srcdir)/depcomp
61 am__depfiles_maybe = depfiles
62 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
65         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66         $(AM_CFLAGS) $(CFLAGS)
67 CCLD = $(CC)
68 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
69         $(AM_LDFLAGS) $(LDFLAGS) -o $@
70 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
71 LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
72         $(AM_YFLAGS)
73 SOURCES = $(libsql_parser_a_SOURCES)
74 DIST_SOURCES = $(libsql_parser_a_SOURCES)
75 ETAGS = etags
76 CTAGS = ctags
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 ACLOCAL = @ACLOCAL@
79 AMDEP_FALSE = @AMDEP_FALSE@
80 AMDEP_TRUE = @AMDEP_TRUE@
81 AMTAR = @AMTAR@
82 AR = @AR@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CC = @CC@
88 CCDEPMODE = @CCDEPMODE@
89 CFLAGS = @CFLAGS@
90 CPP = @CPP@
91 CPPFLAGS = @CPPFLAGS@
92 CXX = @CXX@
93 CXXCPP = @CXXCPP@
94 CXXDEPMODE = @CXXDEPMODE@
95 CXXFLAGS = @CXXFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 ECHO = @ECHO@
100 ECHO_C = @ECHO_C@
101 ECHO_N = @ECHO_N@
102 ECHO_T = @ECHO_T@
103 EGREP = @EGREP@
104 EXEEXT = @EXEEXT@
105 F77 = @F77@
106 FFLAGS = @FFLAGS@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 LDFLAGS = @LDFLAGS@
112 LEX = @LEX@
113 LEXLIB = @LEXLIB@
114 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
115 LIBOBJS = @LIBOBJS@
116 LIBS = @LIBS@
117 LIBTOOL = @LIBTOOL@
118 LN_S = @LN_S@
119 LTLIBOBJS = @LTLIBOBJS@
120 MAKEINFO = @MAKEINFO@
121 OBJEXT = @OBJEXT@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_VERSION = @PACKAGE_VERSION@
128 PATH_SEPARATOR = @PATH_SEPARATOR@
129 PGCONFIG = @PGCONFIG@
130 PGSQL_INCLUDE_DIR = @PGSQL_INCLUDE_DIR@
131 PGSQL_LIB_DIR = @PGSQL_LIB_DIR@
132 RANLIB = @RANLIB@
133 SET_MAKE = @SET_MAKE@
134 SHELL = @SHELL@
135 STRIP = @STRIP@
136 VERSION = @VERSION@
137 YACC = @YACC@
138 ac_ct_AR = @ac_ct_AR@
139 ac_ct_CC = @ac_ct_CC@
140 ac_ct_CXX = @ac_ct_CXX@
141 ac_ct_F77 = @ac_ct_F77@
142 ac_ct_RANLIB = @ac_ct_RANLIB@
143 ac_ct_STRIP = @ac_ct_STRIP@
144 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
146 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
147 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
148 am__include = @am__include@
149 am__leading_dot = @am__leading_dot@
150 am__quote = @am__quote@
151 am__tar = @am__tar@
152 am__untar = @am__untar@
153 bindir = @bindir@
154 build = @build@
155 build_alias = @build_alias@
156 build_cpu = @build_cpu@
157 build_os = @build_os@
158 build_vendor = @build_vendor@
159 datadir = @datadir@
160 enable_rpath_FALSE = @enable_rpath_FALSE@
161 enable_rpath_TRUE = @enable_rpath_TRUE@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 includedir = @includedir@
169 infodir = @infodir@
170 install_sh = @install_sh@
171 libdir = @libdir@
172 libexecdir = @libexecdir@
173 localstatedir = @localstatedir@
174 mandir = @mandir@
175 mkdir_p = @mkdir_p@
176 oldincludedir = @oldincludedir@
177 prefix = @prefix@
178 program_transform_name = @program_transform_name@
179 sbindir = @sbindir@
180 sharedstatedir = @sharedstatedir@
181 sysconfdir = @sysconfdir@
182 target_alias = @target_alias@
183 noinst_LIBRARIES = libsql-parser.a
184 libsql_parser_a_SOURCES = gram.y gramparse.h list.c makefuncs.c makefuncs.h memnodes.h nodes.h nodes.c parsenodes.h parser.c parser.h pg_list.h pool_memory.c pool_memory.h pool_string.c pool_string.h primnodes.h  scansup.h value.c value.h keywords.h keywords.c pool_parser.h outfuncs.c copyfuncs.c
185 EXTRA_DIST = scan.c scan.l
186 AM_CPPFLAGS = -D_GNU_SOURCE -I .. -I @PGSQL_INCLUDE_DIR@
187 AM_YFLAGS = -d
188 all: all-am
189
190 .SUFFIXES:
191 .SUFFIXES: .c .lo .o .obj .y
192 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
193         @for dep in $?; do \
194           case '$(am__configure_deps)' in \
195             *$$dep*) \
196               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
197                 && exit 0; \
198               exit 1;; \
199           esac; \
200         done; \
201         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  parser/Makefile'; \
202         cd $(top_srcdir) && \
203           $(AUTOMAKE) --gnu  parser/Makefile
204 .PRECIOUS: Makefile
205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
206         @case '$?' in \
207           *config.status*) \
208             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
209           *) \
210             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
211             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
212         esac;
213
214 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
215         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216
217 $(top_srcdir)/configure:  $(am__configure_deps)
218         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
220         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222 clean-noinstLIBRARIES:
223         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
224 gram.h: gram.c
225         @if test ! -f $@; then \
226           rm -f gram.c; \
227           $(MAKE) gram.c; \
228         else :; fi
229 libsql-parser.a: $(libsql_parser_a_OBJECTS) $(libsql_parser_a_DEPENDENCIES) 
230         -rm -f libsql-parser.a
231         $(libsql_parser_a_AR) libsql-parser.a $(libsql_parser_a_OBJECTS) $(libsql_parser_a_LIBADD)
232         $(RANLIB) libsql-parser.a
233
234 mostlyclean-compile:
235         -rm -f *.$(OBJEXT)
236
237 distclean-compile:
238         -rm -f *.tab.c
239
240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copyfuncs.Po@am__quote@
241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gram.Po@am__quote@
242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keywords.Po@am__quote@
243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makefuncs.Po@am__quote@
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nodes.Po@am__quote@
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outfuncs.Po@am__quote@
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_memory.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool_string.Po@am__quote@
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Po@am__quote@
251
252 .c.o:
253 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
254 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
255 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
256 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
258
259 .c.obj:
260 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
261 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
262 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
265
266 .c.lo:
267 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
268 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
270 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
272
273 .y.c:
274         $(YACCCOMPILE) $<
275         if test -f y.tab.h; then \
276           to=`echo "$*_H" | sed \
277                 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
278                 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
279           sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
280             y.tab.h >$*.ht; \
281           rm -f y.tab.h; \
282           if cmp -s $*.ht $*.h; then \
283             rm -f $*.ht ;\
284           else \
285             mv $*.ht $*.h; \
286           fi; \
287         fi
288         if test -f y.output; then \
289           mv y.output $*.output; \
290         fi
291         sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
292         rm -f y.tab.c
293
294 mostlyclean-libtool:
295         -rm -f *.lo
296
297 clean-libtool:
298         -rm -rf .libs _libs
299
300 distclean-libtool:
301         -rm -f libtool
302 uninstall-info-am:
303
304 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
306         unique=`for i in $$list; do \
307             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308           done | \
309           $(AWK) '    { files[$$0] = 1; } \
310                END { for (i in files) print i; }'`; \
311         mkid -fID $$unique
312 tags: TAGS
313
314 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
315                 $(TAGS_FILES) $(LISP)
316         tags=; \
317         here=`pwd`; \
318         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
319         unique=`for i in $$list; do \
320             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321           done | \
322           $(AWK) '    { files[$$0] = 1; } \
323                END { for (i in files) print i; }'`; \
324         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
325           test -n "$$unique" || unique=$$empty_fix; \
326           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327             $$tags $$unique; \
328         fi
329 ctags: CTAGS
330 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331                 $(TAGS_FILES) $(LISP)
332         tags=; \
333         here=`pwd`; \
334         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335         unique=`for i in $$list; do \
336             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337           done | \
338           $(AWK) '    { files[$$0] = 1; } \
339                END { for (i in files) print i; }'`; \
340         test -z "$(CTAGS_ARGS)$$tags$$unique" \
341           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342              $$tags $$unique
343
344 GTAGS:
345         here=`$(am__cd) $(top_builddir) && pwd` \
346           && cd $(top_srcdir) \
347           && gtags -i $(GTAGS_ARGS) $$here
348
349 distclean-tags:
350         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
352 distdir: $(DISTFILES)
353         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
354         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
355         list='$(DISTFILES)'; for file in $$list; do \
356           case $$file in \
357             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
358             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
359           esac; \
360           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
361           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
362           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
363             dir="/$$dir"; \
364             $(mkdir_p) "$(distdir)$$dir"; \
365           else \
366             dir=''; \
367           fi; \
368           if test -d $$d/$$file; then \
369             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
371             fi; \
372             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
373           else \
374             test -f $(distdir)/$$file \
375             || cp -p $$d/$$file $(distdir)/$$file \
376             || exit 1; \
377           fi; \
378         done
379 check-am: all-am
380 check: check-am
381 all-am: Makefile $(LIBRARIES)
382 installdirs:
383 install: install-am
384 install-exec: install-exec-am
385 install-data: install-data-am
386 uninstall: uninstall-am
387
388 install-am: all-am
389         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
390
391 installcheck: installcheck-am
392 install-strip:
393         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
394           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
395           `test -z '$(STRIP)' || \
396             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
397 mostlyclean-generic:
398
399 clean-generic:
400
401 distclean-generic:
402         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
403
404 maintainer-clean-generic:
405         @echo "This command is intended for maintainers to use"
406         @echo "it deletes files that may require special tools to rebuild."
407         -rm -f gram.c
408         -rm -f gram.h
409 clean: clean-am
410
411 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
412         mostlyclean-am
413
414 distclean: distclean-am
415         -rm -rf ./$(DEPDIR)
416         -rm -f Makefile
417 distclean-am: clean-am distclean-compile distclean-generic \
418         distclean-libtool distclean-tags
419
420 dvi: dvi-am
421
422 dvi-am:
423
424 html: html-am
425
426 info: info-am
427
428 info-am:
429
430 install-data-am:
431
432 install-exec-am:
433
434 install-info: install-info-am
435
436 install-man:
437
438 installcheck-am:
439
440 maintainer-clean: maintainer-clean-am
441         -rm -rf ./$(DEPDIR)
442         -rm -f Makefile
443 maintainer-clean-am: distclean-am maintainer-clean-generic
444
445 mostlyclean: mostlyclean-am
446
447 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
448         mostlyclean-libtool
449
450 pdf: pdf-am
451
452 pdf-am:
453
454 ps: ps-am
455
456 ps-am:
457
458 uninstall-am: uninstall-info-am
459
460 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
461         clean-libtool clean-noinstLIBRARIES ctags distclean \
462         distclean-compile distclean-generic distclean-libtool \
463         distclean-tags distdir dvi dvi-am html html-am info info-am \
464         install install-am install-data install-data-am install-exec \
465         install-exec-am install-info install-info-am install-man \
466         install-strip installcheck installcheck-am installdirs \
467         maintainer-clean maintainer-clean-generic mostlyclean \
468         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
469         pdf pdf-am ps ps-am tags uninstall uninstall-am \
470         uninstall-info-am
471
472
473 gram.c: gram.y scan.c
474 scan.c: scan.l
475         $(LEX) -o'scan.c' $<
476 # Tell versions [3.59,3.63) of GNU make to not export all variables.
477 # Otherwise a system limit (for SysV at least) may be exceeded.
478 .NOEXPORT: