Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/doc/Makefile

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # doc/Makefile. Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 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
16
17 # This program is free software: you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation, either version 3 of the License, or
20 # (at your option) any later version.
21 #
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 # GNU General Public License for more details.
26 #
27 # You should have received a copy of the GNU General Public License
28 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29 VPATH = ../../bison-2.4.1-src/doc
30 pkgdatadir = $(datadir)/bison
31 pkglibdir = $(libdir)/bison
32 pkgincludedir = $(includedir)/bison
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 install_sh_DATA = $(install_sh) -c -m 644
35 install_sh_PROGRAM = $(install_sh) -c
36 install_sh_SCRIPT = $(install_sh) -c
37 INSTALL_HEADER = $(INSTALL_DATA)
38 transform = $(program_transform_name)
39 NORMAL_INSTALL = :
40 PRE_INSTALL = :
41 POST_INSTALL = :
42 NORMAL_UNINSTALL = :
43 PRE_UNINSTALL = :
44 POST_UNINSTALL = :
45 build_triplet = i386-pc-mingw32
46 host_triplet = i386-pc-mingw32
47 subdir = doc
48 DIST_COMMON = $(bison_TEXINFOS) $(dist_man_MANS) $(srcdir)/Makefile.am \
49 $(srcdir)/Makefile.in $(srcdir)/stamp-vti \
50 $(srcdir)/version.texi $(srcdir)/yacc.1.in
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/m4/argmatch.m4 \
53 $(top_srcdir)/m4/bison-i18n.m4 $(top_srcdir)/m4/c-working.m4 \
54 $(top_srcdir)/m4/config-h.m4 $(top_srcdir)/m4/cxx.m4 \
55 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dmalloc.m4 \
56 $(top_srcdir)/m4/dos.m4 $(top_srcdir)/m4/double-slash-root.m4 \
57 $(top_srcdir)/m4/environ.m4 $(top_srcdir)/m4/errno_h.m4 \
58 $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exitfail.m4 \
59 $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/getopt.m4 \
60 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnulib-common.m4 \
61 $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/hash.m4 \
62 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/include_next.m4 \
63 $(top_srcdir)/m4/inline.m4 $(top_srcdir)/m4/intlmacosx.m4 \
64 $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
65 $(top_srcdir)/m4/javacomp.m4 $(top_srcdir)/m4/javaexec.m4 \
66 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
67 $(top_srcdir)/m4/lib-prefix.m4 \
68 $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/longlong.m4 \
69 $(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/malloc.m4 \
70 $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbstate_t.m4 \
71 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
72 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
73 $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
74 $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/stdbool.m4 \
75 $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio-safer.m4 \
76 $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/stpcpy.m4 \
77 $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/string_h.m4 \
78 $(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/strnlen.m4 \
79 $(top_srcdir)/m4/strtol.m4 $(top_srcdir)/m4/strtoul.m4 \
80 $(top_srcdir)/m4/strverscmp.m4 $(top_srcdir)/m4/subpipe.m4 \
81 $(top_srcdir)/m4/timevar.m4 $(top_srcdir)/m4/unistd-safer.m4 \
82 $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/unlocked-io.m4 \
83 $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/m4/wchar.m4 \
84 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wctype.m4 \
85 $(top_srcdir)/m4/wcwidth.m4 $(top_srcdir)/m4/wint_t.m4 \
86 $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/xstrndup.m4 \
87 $(top_srcdir)/configure.ac
88 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89 $(ACLOCAL_M4)
90 mkinstalldirs = $(install_sh) -d
91 CONFIG_HEADER = $(top_builddir)/lib/config.h
92 CONFIG_CLEAN_FILES = yacc.1
93 SOURCES =
94 DIST_SOURCES =
95 INFO_DEPS = $(srcdir)/bison.info
96 TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
97 am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux
98 DVIS = bison.dvi
99 PDFS = bison.pdf
100 PSS = bison.ps
101 HTMLS = bison.html
102 TEXINFOS = bison.texinfo
103 TEXI2DVI = texi2dvi
104 TEXI2PDF = $(TEXI2DVI) --pdf --batch
105 MAKEINFOHTML = $(MAKEINFO) --html
106 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
107 DVIPS = dvips
108 am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
109 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110 am__vpath_adj = case $$p in \
111 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112 *) f=$$p;; \
113 esac;
114 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
115 man1dir = $(mandir)/man1
116 NROFF = nroff
117 MANS = $(dist_man_MANS) $(nodist_man_MANS)
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/missi ng --run aclocal-1.10
120 AMTAR = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/missing --run tar
121 AUTOCONF = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/miss ing --run autoconf
122 AUTOHEADER = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/mi ssing --run autoheader
123 AUTOM4TE = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/miss ing --run autom4te
124 AUTOMAKE = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/miss ing --run automake-1.10
125 AWK = gawk
126 BISON_CXX_WORKS = :
127 BISON_LOCALEDIR = /usr/share/locale
128 BITSIZEOF_PTRDIFF_T =
129 BITSIZEOF_SIG_ATOMIC_T =
130 BITSIZEOF_SIZE_T =
131 BITSIZEOF_WCHAR_T =
132 BITSIZEOF_WINT_T =
133 CC = gcc -std=gnu99
134 CCDEPMODE = depmode=gcc3
135 CFLAGS = -Wall -Wpointer-arith -O3 -fms-extensions -mms-bitfields -fno-exceptio ns -fomit-frame-pointer -march=i386 -ffast-math -Wstrict-prototypes
136 CLASSPATH = D:\Program Files\Oracle\Berkeley DB 4.5.20\jar\dbexamples.jar;D:\Pro gram Files\Oracle\Berkeley DB 4.5.20\jar\db.jar;D:\Program Files\Oracle\Berkeley DB 4.5.20\jar\debug\dbexamples.jar;D:\Program Files\Oracle\Berkeley DB 4.5.20\j ar\debug\db.jar
137 CLASSPATH_SEPARATOR = ;
138 CONF_JAVA = gij
139 CONF_JAVAC =
140 CPP = gcc -std=gnu99 -E
141 CPPFLAGS = -D__USE_MINGW_ACCESS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DENABLE_RELOCATABLE -DINSTALLPREFIX=\"$(prefix)\" -DINST ALLDIR=\"$(bindir)\" -DEXEEXT=\"$(EXEEXT)\" -DNO_XMALLOC -ID:/Progra~1/Gnu Win32/include
142 CXX = g++
143 CXXDEPMODE = depmode=gcc3
144 CXXFLAGS = -Wall -Wpointer-arith -O3 -fms-extensions -mms-bitfields -fno-except ions -fomit-frame-pointer -march=i386 -ffast-math -fconserve-space -fno-rtti -D __STDC_LIMIT_MACROS
145 CYGPATH_W = cygpath -w
146 DEFS =
147 DEPDIR = .deps
148 ECHO_C =
149 ECHO_N = -n
150 ECHO_T =
151 EGREP = /usr/bin/grep -E
152 EMULTIHOP_HIDDEN = 0
153 EMULTIHOP_VALUE =
154 ENOLINK_HIDDEN = 0
155 ENOLINK_VALUE =
156 EOVERFLOW_HIDDEN = 0
157 EOVERFLOW_VALUE =
158 ERRNO_H = errno.h
159 EXEEXT = .exe
160 GCC = yes
161 GETOPT_H =
162 GETTEXT_MACRO_VERSION = 0.17
163 GLIBC21 = no
164 GMSGFMT = /usr/bin/msgfmt
165 GMSGFMT_015 = /usr/bin/msgfmt
166 GNULIB_ATOLL = 0
167 GNULIB_CALLOC_POSIX = 0
168 GNULIB_CHOWN = 0
169 GNULIB_CLOSE = 0
170 GNULIB_DUP2 = 0
171 GNULIB_ENVIRON = 1
172 GNULIB_EUIDACCESS = 0
173 GNULIB_FCHDIR = 0
174 GNULIB_FSYNC = 0
175 GNULIB_FTRUNCATE = 0
176 GNULIB_GETCWD = 0
177 GNULIB_GETDOMAINNAME = 0
178 GNULIB_GETDTABLESIZE = 0
179 GNULIB_GETHOSTNAME = 0
180 GNULIB_GETLOADAVG = 0
181 GNULIB_GETLOGIN_R = 0
182 GNULIB_GETPAGESIZE = 0
183 GNULIB_GETSUBOPT = 0
184 GNULIB_GETUSERSHELL = 0
185 GNULIB_IMAXABS = 0
186 GNULIB_IMAXDIV = 0
187 GNULIB_LCHOWN = 0
188 GNULIB_LSEEK = 0
189 GNULIB_MALLOC_POSIX = 1
190 GNULIB_MBSCASECMP = 0
191 GNULIB_MBSCASESTR = 0
192 GNULIB_MBSCHR = 0
193 GNULIB_MBSCSPN = 0
194 GNULIB_MBSLEN = 0
195 GNULIB_MBSNCASECMP = 0
196 GNULIB_MBSNLEN = 0
197 GNULIB_MBSPBRK = 0
198 GNULIB_MBSPCASECMP = 0
199 GNULIB_MBSRCHR = 0
200 GNULIB_MBSSEP = 0
201 GNULIB_MBSSPN = 0
202 GNULIB_MBSSTR = 0
203 GNULIB_MBSTOK_R = 0
204 GNULIB_MEMMEM = 0
205 GNULIB_MEMPCPY = 0
206 GNULIB_MEMRCHR = 0
207 GNULIB_MKDTEMP = 0
208 GNULIB_MKSTEMP = 0
209 GNULIB_PUTENV = 0
210 GNULIB_RANDOM_R = 0
211 GNULIB_RAWMEMCHR = 0
212 GNULIB_READLINK = 0
213 GNULIB_REALLOC_POSIX = 0
214 GNULIB_RPMATCH = 0
215 GNULIB_SETENV = 0
216 GNULIB_SLEEP = 0
217 GNULIB_STPCPY = 1
218 GNULIB_STPNCPY = 0
219 GNULIB_STRCASESTR = 0
220 GNULIB_STRCHRNUL = 0
221 GNULIB_STRDUP = 0
222 GNULIB_STRERROR = 1
223 GNULIB_STRNDUP = 1
224 GNULIB_STRNLEN = 1
225 GNULIB_STRPBRK = 0
226 GNULIB_STRSEP = 0
227 GNULIB_STRSIGNAL = 0
228 GNULIB_STRSTR = 0
229 GNULIB_STRTOD = 0
230 GNULIB_STRTOIMAX = 0
231 GNULIB_STRTOK_R = 0
232 GNULIB_STRTOLL = 0
233 GNULIB_STRTOULL = 0
234 GNULIB_STRTOUMAX = 0
235 GNULIB_STRVERSCMP = 1
236 GNULIB_UNISTD_H_SIGPIPE = 0
237 GNULIB_UNSETENV = 1
238 GNULIB_WCWIDTH = 1
239 GNULIB_WRITE = 0
240 GREP = /usr/bin/grep
241 HAVE_ATOLL = 1
242 HAVE_CALLOC_POSIX = 1
243 HAVE_DECL_ENVIRON = 0
244 HAVE_DECL_GETLOADAVG = 1
245 HAVE_DECL_GETLOGIN_R = 1
246 HAVE_DECL_IMAXABS = 1
247 HAVE_DECL_IMAXDIV = 1
248 HAVE_DECL_MEMMEM = 1
249 HAVE_DECL_MEMRCHR = 1
250 HAVE_DECL_STRDUP = 1
251 HAVE_DECL_STRERROR = 1
252 HAVE_DECL_STRNDUP = 0
253 HAVE_DECL_STRNLEN = 0
254 HAVE_DECL_STRSIGNAL = 1
255 HAVE_DECL_STRTOIMAX = 1
256 HAVE_DECL_STRTOK_R = 1
257 HAVE_DECL_STRTOUMAX = 1
258 HAVE_DECL_WCWIDTH = 0
259 HAVE_DUP2 = 1
260 HAVE_EUIDACCESS = 1
261 HAVE_FSYNC = 1
262 HAVE_FTRUNCATE = 1
263 HAVE_GCJ_C =
264 HAVE_GCJ_IN_PATH = yes
265 HAVE_GETDOMAINNAME = 1
266 HAVE_GETDTABLESIZE = 1
267 HAVE_GETHOSTNAME = 1
268 HAVE_GETPAGESIZE = 1
269 HAVE_GETSUBOPT = 1
270 HAVE_GETUSERSHELL = 1
271 HAVE_GIJ = 1
272 HAVE_GIJ_IN_PATH = yes
273 HAVE_INTTYPES_H = 1
274 HAVE_ISWCNTRL = 1
275 HAVE_JAVA =
276 HAVE_JAVAC =
277 HAVE_JAVAC_ENVVAR =
278 HAVE_JAVAC_IN_PATH =
279 HAVE_JAVA_ENVVAR =
280 HAVE_JAVA_IN_PATH = yes
281 HAVE_JIKES =
282 HAVE_JIKES_IN_PATH =
283 HAVE_JRE =
284 HAVE_JRE_IN_PATH =
285 HAVE_JVIEW =
286 HAVE_JVIEW_IN_PATH = yes
287 HAVE_LONG_LONG_INT = 1
288 HAVE_MALLOC_POSIX = 0
289 HAVE_MEMPCPY = 1
290 HAVE_MKDTEMP = 1
291 HAVE_OS_H = 0
292 HAVE_RANDOM_R = 1
293 HAVE_RAWMEMCHR = 1
294 HAVE_READLINK = 1
295 HAVE_REALLOC_POSIX = 1
296 HAVE_RPMATCH = 1
297 HAVE_SETENV = 1
298 HAVE_SIGNED_SIG_ATOMIC_T =
299 HAVE_SIGNED_WCHAR_T =
300 HAVE_SIGNED_WINT_T =
301 HAVE_SLEEP = 1
302 HAVE_STDINT_H = 1
303 HAVE_STPCPY = 0
304 HAVE_STPNCPY = 1
305 HAVE_STRCASESTR = 1
306 HAVE_STRCHRNUL = 1
307 HAVE_STRNDUP = 0
308 HAVE_STRPBRK = 1
309 HAVE_STRSEP = 1
310 HAVE_STRTOD = 1
311 HAVE_STRTOLL = 1
312 HAVE_STRTOULL = 1
313 HAVE_STRUCT_RANDOM_DATA = 0
314 HAVE_STRVERSCMP = 0
315 HAVE_SYS_BITYPES_H =
316 HAVE_SYS_INTTYPES_H =
317 HAVE_SYS_LOADAVG_H = 0
318 HAVE_SYS_PARAM_H = 0
319 HAVE_SYS_TYPES_H = 1
320 HAVE_UNISTD_H = 1
321 HAVE_UNSETENV = 0
322 HAVE_UNSIGNED_LONG_LONG_INT = 1
323 HAVE_WCHAR_H = 1
324 HAVE_WCTYPE_H = 1
325 HAVE_WINT_T = 1
326 HAVE__BOOL = 1
327 HELP2MAN = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/miss ing --run help2man
328 INCLUDE_NEXT = include_next
329 INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
330 INSTALL = /bin/install.exe -cp
331 INSTALL_DATA = /bin/install.exe -cp
332 INSTALL_PROGRAM = /bin/install.exe -cp
333 INSTALL_SCRIPT = ${INSTALL}
334 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
335 INT32_MAX_LT_INTMAX_MAX = 1
336 INT64_MAX_EQ_LONG_MAX = 0
337 INTLLIBS = D:/Progra~1/GnuWin32/lib/libintl.dll.a -LD:/Progra~1/GnuWin32/lib
338 INTL_MACOSX_LIBS =
339 INTTYPES_H = inttypes.h
340 LDFLAGS = -Wl,-s -Wl,--force-exe-suffix -Wl,--enable-auto-import -Wl,--enable-r untime-pseudo-reloc -Wl,--allow-multiple-definition -Wl,--enable-stdcall-fixup - LD:/Progra~1/GnuWin32/lib
341 LEX = flex
342 LEXLIB =
343 LEX_OUTPUT_ROOT = lex.yy
344 LIBBISON_LIBDEPS =
345 LIBBISON_LTLIBDEPS =
346 LIBICONV = D:/Progra~1/GnuWin32/lib/libiconv.dll.a -LD:/Progra~1/GnuWin32/lib
347 LIBINTL = D:/Progra~1/GnuWin32/lib/libintl.dll.a -LD:/Progra~1/GnuWin32/lib
348 LIBOBJS =
349 LIBS = -Wl,-s -LD:/Progra~1/GnuWin32/lib -lintl -lwsock32 -lole32 -luuid -lms vcp60
350 LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(top_builddir)/lib"
351 LTLIBICONV = -LD:/Progra~1/GnuWin32/lib -liconv -RD:/Progra~1/GnuWin32/lib
352 LTLIBINTL = -LD:/Progra~1/GnuWin32/lib -lintl -RD:/Progra~1/GnuWin32/lib
353 LTLIBOBJS =
354 M4 = /usr/bin/m4
355 MAKEINFO = ${SHELL} /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/miss ing --run makeinfo
356 MKDIR_P = /usr/bin/mkdir -p
357 MSGFMT = /usr/bin/msgfmt
358 MSGFMT_015 = /usr/bin/msgfmt
359 MSGMERGE = /usr/bin/msgmerge
360 NEXT_ERRNO_H = <errno.h>
361 NEXT_INTTYPES_H = <inttypes.h>
362 NEXT_STDINT_H = <stdint.h>
363 NEXT_STDLIB_H = <stdlib.h>
364 NEXT_STRING_H = <string.h>
365 NEXT_UNISTD_H = <unistd.h>
366 NEXT_WCHAR_H = <wchar.h>
367 NEXT_WCTYPE_H = <wctype.h>
368 O0CFLAGS = -Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-exceptions -fomit-frame-pointer -march=i386 -ffast-math -Wstrict-prototypes
369 O0CXXFLAGS = -Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-exception s -fomit-frame-pointer -march=i386 -ffast-math -fconserve-space -fno-rtti -D__ST DC_LIMIT_MACROS
370 OBJEXT = o
371 PACKAGE = bison
372 PACKAGE_BUGREPORT = bug-bison@gnu.org
373 PACKAGE_COPYRIGHT_YEAR = 2008
374 PACKAGE_NAME = GNU Bison
375 PACKAGE_STRING = GNU Bison 2.4.1
376 PACKAGE_TARNAME = bison
377 PACKAGE_VERSION = 2.4.1
378 PATH_SEPARATOR = :
379 POSUB = po
380 PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
381 PRIPTR_PREFIX = ""
382 PRI_MACROS_BROKEN = 0
383 PTRDIFF_T_SUFFIX =
384 RANLIB = ranlib
385 REPLACE_CHOWN = 0
386 REPLACE_CLOSE = 0
387 REPLACE_FCHDIR = 0
388 REPLACE_GETCWD = 0
389 REPLACE_GETPAGESIZE = 0
390 REPLACE_ISWCNTRL = 0
391 REPLACE_LCHOWN = 0
392 REPLACE_LSEEK = 0
393 REPLACE_MEMMEM = 0
394 REPLACE_MKSTEMP = 0
395 REPLACE_PUTENV = 0
396 REPLACE_STRCASESTR = 0
397 REPLACE_STRDUP = 0
398 REPLACE_STRERROR = 1
399 REPLACE_STRSIGNAL = 0
400 REPLACE_STRSTR = 0
401 REPLACE_STRTOD = 0
402 REPLACE_WCWIDTH = 1
403 REPLACE_WRITE = 0
404 SET_MAKE =
405 SHELL = /bin/sh
406 SIG_ATOMIC_T_SUFFIX =
407 SIZE_T_SUFFIX =
408 STDBOOL_H =
409 STDINT_H =
410 STRIP =
411 UINT32_MAX_LT_UINTMAX_MAX = 1
412 UINT64_MAX_EQ_ULONG_MAX = 0
413 UNISTD_H_HAVE_WINSOCK2_H = 0
414 USE_NLS = yes
415 VALGRIND =
416 VERSION = 2.4.1
417 VOID_UNSETENV = 0
418 WARN_CFLAGS =
419 WARN_CXXFLAGS =
420 WCHAR_H = wchar.h
421 WCHAR_T_SUFFIX =
422 WCTYPE_H =
423 WERROR_CFLAGS =
424 WINT_T_SUFFIX =
425 XGETTEXT = /usr/bin/xgettext
426 XGETTEXT_015 = /usr/bin/xgettext
427 XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-forma t
428 XSLTPROC =
429 YACC = bison -y
430 YACC_LIBRARY = liby.a
431 YACC_SCRIPT = yacc
432 YFLAGS =
433 abs_builddir = /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1/doc
434 abs_srcdir = /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1/../bison-2.4.1-src/doc
435 abs_top_builddir = /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1
436 abs_top_srcdir = /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1/../bison-2.4.1-src
437 ac_ct_CC = gcc
438 ac_ct_CXX =
439 aclocaldir = ${datadir}/aclocal
440 am__include = include
441 am__leading_dot = .
442 am__quote =
443 am__tar = ${AMTAR} chof - "$$tardir"
444 am__untar = ${AMTAR} xf -
445 bindir = ${exec_prefix}/bin
446 build = i386-pc-mingw32
447 build_alias = i386-pc-mingw32
448 build_cpu = i386
449 build_os = mingw32
450 build_vendor = pc
451 builddir = .
452 datadir = ${datarootdir}
453 datarootdir = ${prefix}/share
454 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
455 dvidir = ${docdir}
456 exec_prefix = ${prefix}
457 gl_LIBOBJS = argmatch.o basename.o dirname.o dup-safer.o error.o exitfail.o fd- safer.o fopen-safer.o hash.o malloc.o obstack.o pipe-safer.o quote.o quotearg.o stpcpy.o strerror.o stripslash.o strndup.o strnlen.o strverscmp.o unsetenv.o wcw idth.o xmalloc.o
458 gl_LTLIBOBJS = argmatch.lo basename.lo dirname.lo dup-safer.lo error.lo exitfai l.lo fd-safer.lo fopen-safer.lo hash.lo malloc.lo obstack.lo pipe-safer.lo quote .lo quotearg.lo stpcpy.lo strerror.lo stripslash.lo strndup.lo strnlen.lo strver scmp.lo unsetenv.lo wcwidth.lo xmalloc.lo
459 gltests_LIBOBJS =
460 gltests_LTLIBOBJS =
461 host = i386-pc-mingw32
462 host_alias = i386-pc-mingw32
463 host_cpu = i386
464 host_os = mingw32
465 host_vendor = pc
466 htmldir = ${docdir}
467 includedir = ${prefix}/include
468 infodir = ${datarootdir}/info
469 install_sh = $(SHELL) /cygdrive/j/Devel/bison/2.4.1/bison-2.4.1-src/build-aux/in stall-sh
470 libdir = ${exec_prefix}/lib
471 libexecdir = ${exec_prefix}/libexec
472 localedir = ${datarootdir}/locale
473 localstatedir = ${prefix}/var
474 mandir = ${datarootdir}/man
475 mkdir_p = /usr/bin/mkdir -p
476 oldincludedir = /usr/include
477 pdfdir = ${docdir}
478 prefix = c:/progra~1/bison
479 program_transform_name = s&$$&&;s&^&&;s/i386-pc-mingw32//
480 psdir = ${docdir}
481 sbindir = ${exec_prefix}/sbin
482 sharedstatedir = ${prefix}/com
483 srcdir = ../../bison-2.4.1-src/doc
484 sysconfdir = ${prefix}/etc
485 target_alias = i386-pc-mingw32
486 top_build_prefix = ../
487 top_builddir = ..
488 top_srcdir = ../../bison-2.4.1-src
489 AM_MAKEINFOFLAGS = --no-split
490 info_TEXINFOS = bison.texinfo
491 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
492 CLEANFILES = bison.fns refcard.dvi refcard.log refcard.ps Doxyfile
493 CLEANDIRS = *.t2d html latex
494 CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl
495 MAINTAINERCLEANFILES = $(srcdir)/cross-options.texi $(dist_man_MANS)
496 EXTRA_DIST = refcard.tex $(dist_man_MANS:.1=.x) common.x Doxyfile.in
497 dist_man_MANS = $(srcdir)/bison.1
498
499 # Depend on configure to get version number changes.
500 common_dep = $(top_srcdir)/configure $(srcdir)/common.x
501 srcsrcdir = $(top_srcdir)/bin
502
503 # Differences to ignore when comparing the man page (the date).
504 remove_time_stamp = \
505 sed 's/^\(\.TH[^"]*"[^"]*"[^"]*\)"[^"]*"/\1/'
506
507 MOSTLYCLEANFILES = $(srcdir)/*.t
508 SUFFIXES = .x .1
509 PREPATH = $(top_builddir)/src
510 nodist_man_MANS = yacc.1
511 DOXYGEN = doxygen
512 edit = sed -e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
513 -e 's,@PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \
514 -e 's,@top_builddir\@,$(top_builddir),g' \
515 -e 's,@top_srcdir\@,$(top_srcdir),g'
516
517 all: all-am
518
519 .SUFFIXES:
520 .SUFFIXES: .x .1 .dvi .html .info .pdf .ps .texinfo
521 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
522 @for dep in $?; do \
523 case '$(am__configure_deps)' in \
524 *$$dep*) \
525 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
526 && exit 0; \
527 exit 1;; \
528 esac; \
529 done; \
530 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits doc/Makefile'; \
531 cd $(top_srcdir) && \
532 $(AUTOMAKE) --gnits doc/Makefile
533 .PRECIOUS: Makefile
534 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
535 @case '$?' in \
536 *config.status*) \
537 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
538 *) \
539 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $ (am__depfiles_maybe)'; \
540 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__de pfiles_maybe);; \
541 esac;
542
543 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC IES)
544 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545
546 $(top_srcdir)/configure: $(am__configure_deps)
547 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
549 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
550 yacc.1: $(top_builddir)/config.status $(srcdir)/yacc.1.in
551 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
552
553 .texinfo.info:
554 restore=: && backupdir="$(am__leading_dot)am$$$$" && \
555 am__cwd=`pwd` && cd $(srcdir) && \
556 rm -rf $$backupdir && mkdir $$backupdir && \
557 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
558 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0- 9][0-9]; do \
559 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
560 done; \
561 else :; fi && \
562 cd "$$am__cwd"; \
563 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
564 -o $@ $<; \
565 then \
566 rc=0; \
567 cd $(srcdir); \
568 else \
569 rc=$$?; \
570 cd $(srcdir) && \
571 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
572 fi; \
573 rm -rf $$backupdir; exit $$rc
574
575 .texinfo.dvi:
576 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
577 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
578 $(TEXI2DVI) $<
579
580 .texinfo.pdf:
581 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
582 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
583 $(TEXI2PDF) $<
584
585 .texinfo.html:
586 rm -rf $(@:.html=.htp)
587 if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
588 -o $(@:.html=.htp) $<; \
589 then \
590 rm -rf $@; \
591 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
592 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
593 else \
594 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
595 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
596 exit 1; \
597 fi
598 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
599 bison.dvi: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
600 bison.pdf: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
601 bison.html: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS)
602 $(srcdir)/version.texi: $(srcdir)/stamp-vti
603 $(srcdir)/stamp-vti: bison.texinfo $(top_srcdir)/configure
604 @(dir=.; test -f ./bison.texinfo || dir=$(srcdir); \
605 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/bison.texinfo`; \
606 echo "@set UPDATED $$1 $$2 $$3"; \
607 echo "@set UPDATED-MONTH $$2 $$3"; \
608 echo "@set EDITION $(VERSION)"; \
609 echo "@set VERSION $(VERSION)") > vti.tmp
610 @cmp -s vti.tmp $(srcdir)/version.texi \
611 || (echo "Updating $(srcdir)/version.texi"; \
612 cp vti.tmp $(srcdir)/version.texi)
613 -@rm -f vti.tmp
614 @cp $(srcdir)/version.texi $@
615
616 mostlyclean-vti:
617 -rm -f vti.tmp
618
619 maintainer-clean-vti:
620 -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
621 .dvi.ps:
622 TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
623 $(DVIPS) -o $@ $<
624
625 uninstall-dvi-am:
626 @$(NORMAL_UNINSTALL)
627 @list='$(DVIS)'; for p in $$list; do \
628 f=$(am__strip_dir) \
629 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
630 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
631 done
632
633 uninstall-html-am:
634 @$(NORMAL_UNINSTALL)
635 @list='$(HTMLS)'; for p in $$list; do \
636 f=$(am__strip_dir) \
637 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
638 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
639 done
640
641 uninstall-info-am:
642 @$(PRE_UNINSTALL)
643 @if test -d '$(DESTDIR)$(infodir)' && \
644 (install-info --version && \
645 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/nul l 2>&1; then \
646 list='$(INFO_DEPS)'; \
647 for file in $$list; do \
648 relfile=`echo "$$file" | sed 's|^.*/||'`; \
649 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DE STDIR)$(infodir)/$$relfile'"; \
650 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$ (infodir)/$$relfile"; \
651 done; \
652 else :; fi
653 @$(NORMAL_UNINSTALL)
654 @list='$(INFO_DEPS)'; \
655 for file in $$list; do \
656 relfile=`echo "$$file" | sed 's|^.*/||'`; \
657 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
658 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
659 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
660 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0- 9] $$relfile_i[0-9][0-9]; \
661 else :; fi); \
662 done
663
664 uninstall-pdf-am:
665 @$(NORMAL_UNINSTALL)
666 @list='$(PDFS)'; for p in $$list; do \
667 f=$(am__strip_dir) \
668 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
669 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
670 done
671
672 uninstall-ps-am:
673 @$(NORMAL_UNINSTALL)
674 @list='$(PSS)'; for p in $$list; do \
675 f=$(am__strip_dir) \
676 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
677 rm -f "$(DESTDIR)$(psdir)/$$f"; \
678 done
679
680 dist-info: $(INFO_DEPS)
681 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
682 list='$(INFO_DEPS)'; \
683 for base in $$list; do \
684 case $$base in \
685 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
686 esac; \
687 if test -f $$base; then d=.; else d=$(srcdir); fi; \
688 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
689 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$ba se_i[0-9] $$d/$$base_i[0-9][0-9]; do \
690 if test -f $$file; then \
691 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
692 test -f $(distdir)/$$relfile || \
693 cp -p $$file $(distdir)/$$relfile; \
694 else :; fi; \
695 done; \
696 done
697
698 mostlyclean-aminfo:
699 -rm -rf bison.aux bison.cp bison.cps bison.fn bison.ky bison.kys bison.l og \
700 bison.pg bison.pgs bison.tmp bison.toc bison.tp bison.vr \
701 bison.dvi bison.pdf bison.ps bison.html
702
703 maintainer-clean-aminfo:
704 @list='$(INFO_DEPS)'; for i in $$list; do \
705 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
706 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
707 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
708 done
709 install-man1: $(man1_MANS) $(man_MANS)
710 @$(NORMAL_INSTALL)
711 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
712 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
713 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
714 for i in $$l2; do \
715 case "$$i" in \
716 *.1*) list="$$list $$i" ;; \
717 esac; \
718 done; \
719 for i in $$list; do \
720 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
721 else file=$$i; fi; \
722 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
723 case "$$ext" in \
724 1*) ;; \
725 *) ext='1' ;; \
726 esac; \
727 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
728 inst=`echo $$inst | sed -e 's/^.*\///'`; \
729 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
730 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
731 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
732 done
733 uninstall-man1:
734 @$(NORMAL_UNINSTALL)
735 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
736 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
737 for i in $$l2; do \
738 case "$$i" in \
739 *.1*) list="$$list $$i" ;; \
740 esac; \
741 done; \
742 for i in $$list; do \
743 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
744 case "$$ext" in \
745 1*) ;; \
746 *) ext='1' ;; \
747 esac; \
748 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
749 inst=`echo $$inst | sed -e 's/^.*\///'`; \
750 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
751 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
752 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
753 done
754 tags: TAGS
755 TAGS:
756
757 ctags: CTAGS
758 CTAGS:
759
760
761 distdir: $(DISTFILES)
762 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
763 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
764 list='$(DISTFILES)'; \
765 dist_files=`for file in $$list; do echo $$file; done | \
766 sed -e "s|^$$srcdirstrip/||;t" \
767 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
768 case $$dist_files in \
769 */*) $(MKDIR_P) `echo "$$dist_files" | \
770 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
771 sort -u` ;; \
772 esac; \
773 for file in $$dist_files; do \
774 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
775 if test -d $$d/$$file; then \
776 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
777 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
778 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
779 fi; \
780 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
781 else \
782 test -f $(distdir)/$$file \
783 || cp -p $$d/$$file $(distdir)/$$file \
784 || exit 1; \
785 fi; \
786 done
787 $(MAKE) $(AM_MAKEFLAGS) \
788 top_distdir="$(top_distdir)" distdir="$(distdir)" \
789 dist-info
790 check-am: all-am
791 check: check-am
792 all-am: Makefile $(INFO_DEPS) $(MANS)
793 installdirs:
794 for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
795 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
796 done
797 install: install-am
798 install-exec: install-exec-am
799 install-data: install-data-am
800 uninstall: uninstall-am
801
802 install-am: all-am
803 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
804
805 installcheck: installcheck-am
806 install-strip:
807 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
808 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
809 `test -z '$(STRIP)' || \
810 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
811 mostlyclean-generic:
812 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
813
814 clean-generic:
815 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
816
817 distclean-generic:
818 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
819
820 maintainer-clean-generic:
821 @echo "This command is intended for maintainers to use"
822 @echo "it deletes files that may require special tools to rebuild."
823 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
824 clean: clean-am
825
826 clean-am: clean-generic clean-local mostlyclean-am
827
828 distclean: distclean-am
829 -rm -f Makefile
830 distclean-am: clean-am distclean-generic
831
832 dvi: dvi-am
833
834 dvi-am: $(DVIS)
835
836 html: html-am
837
838 html-am: $(HTMLS) html-local
839
840 info: info-am
841
842 info-am: $(INFO_DEPS)
843
844 install-data-am: install-info-am install-man
845
846 install-dvi: install-dvi-am
847
848 install-dvi-am: $(DVIS)
849 @$(NORMAL_INSTALL)
850 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
851 @list='$(DVIS)'; for p in $$list; do \
852 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
853 f=$(am__strip_dir) \
854 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(dvidir)/$$f'"; \
855 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(dvidir)/$$f"; \
856 done
857 install-exec-am:
858
859 install-html: install-html-am
860
861 install-html-am: $(HTMLS)
862 @$(NORMAL_INSTALL)
863 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
864 @list='$(HTMLS)'; for p in $$list; do \
865 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
866 f=$(am__strip_dir) \
867 if test -d "$$d$$p"; then \
868 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
869 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
870 echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
871 $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f"; \
872 else \
873 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
874 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
875 fi; \
876 done
877 install-info: install-info-am
878
879 install-info-am: $(INFO_DEPS)
880 @$(NORMAL_INSTALL)
881 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
882 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
883 list='$(INFO_DEPS)'; \
884 for file in $$list; do \
885 case $$file in \
886 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
887 esac; \
888 if test -f $$file; then d=.; else d=$(srcdir); fi; \
889 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
890 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
891 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
892 if test -f $$ifile; then \
893 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
894 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'" ; \
895 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
896 else : ; fi; \
897 done; \
898 done
899 @$(POST_INSTALL)
900 @if (install-info --version && \
901 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/nul l 2>&1; then \
902 list='$(INFO_DEPS)'; \
903 for file in $$list; do \
904 relfile=`echo "$$file" | sed 's|^.*/||'`; \
905 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(i nfodir)/$$relfile'";\
906 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir) /$$relfile" || :;\
907 done; \
908 else : ; fi
909 install-man: install-man1
910
911 install-pdf: install-pdf-am
912
913 install-pdf-am: $(PDFS)
914 @$(NORMAL_INSTALL)
915 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
916 @list='$(PDFS)'; for p in $$list; do \
917 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
918 f=$(am__strip_dir) \
919 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
920 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
921 done
922 install-ps: install-ps-am
923
924 install-ps-am: $(PSS)
925 @$(NORMAL_INSTALL)
926 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
927 @list='$(PSS)'; for p in $$list; do \
928 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
929 f=$(am__strip_dir) \
930 echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(psdir)/$$f'"; \
931 $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(psdir)/$$f"; \
932 done
933 installcheck-am:
934
935 maintainer-clean: maintainer-clean-am
936 -rm -f Makefile
937 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
938 maintainer-clean-generic maintainer-clean-vti
939
940 mostlyclean: mostlyclean-am
941
942 mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
943
944 pdf: pdf-am
945
946 pdf-am: $(PDFS)
947
948 ps: ps-am
949
950 ps-am: $(PSS)
951
952 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
953 uninstall-man uninstall-pdf-am uninstall-ps-am
954
955 uninstall-man: uninstall-man1
956
957 .MAKE: install-am install-strip
958
959 .PHONY: all all-am check check-am clean clean-generic clean-local \
960 dist-info distclean distclean-generic distdir dvi dvi-am html \
961 html-am html-local info info-am install install-am \
962 install-data install-data-am install-dvi install-dvi-am \
963 install-exec install-exec-am install-html install-html-am \
964 install-info install-info-am install-man install-man1 \
965 install-pdf install-pdf-am install-ps install-ps-am \
966 install-strip installcheck installcheck-am installdirs \
967 maintainer-clean maintainer-clean-aminfo \
968 maintainer-clean-generic maintainer-clean-vti mostlyclean \
969 mostlyclean-aminfo mostlyclean-generic mostlyclean-vti pdf \
970 pdf-am ps ps-am uninstall uninstall-am uninstall-dvi-am \
971 uninstall-html-am uninstall-info-am uninstall-man \
972 uninstall-man1 uninstall-pdf-am uninstall-ps-am
973
974 clean-local:
975 rm -rf $(CLEANDIRS)
976 $(srcdir)/cross-options.texi: $(top_srcdir)/src/getargs.c $(CROSS_OPTIONS_PL)
977 -rm -f $@ $@.tmp
978 cd $(top_builddir)/src && $(MAKE) $(AM_MAKEFLAGS) bison
979 $(top_builddir)/src/bison --help | perl $(CROSS_OPTIONS_PL) >$@.tmp
980 mv $@.tmp $@
981
982 refcard.dvi: refcard.tex
983 tex refcard.tex
984
985 refcard.ps: refcard.dvi
986 $(srcdir)/bison.1: $(common_dep) $(top_srcdir)/src/getargs.c
987 .x.1:
988 @program=`expr "/$*" : '.*/\(.*\)'` && \
989 save_IFS=$IFS; \
990 IFS=$(PATH_SEPARATOR); \
991 for dir in $(PREPATH); do \
992 IFS=$save_IFS; \
993 echo cd $$dir '&&' $(MAKE) $(AM_MAKEFLAGS) $$program && \
994 (cd $$dir && $(MAKE) $(AM_MAKEFLAGS) $$program) || exit; \
995 done
996 @echo "Updating man page $@"
997 PATH="$(PREPATH)$(PATH_SEPARATOR)$$PATH"; \
998 export PATH; \
999 $(HELP2MAN) \
1000 --include=$*.x \
1001 --include=$(srcdir)/common.x \
1002 --output=$@.t `echo '$*' | sed 's,.*/,,'`
1003 if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \
1004 $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \
1005 touch $@; \
1006 else \
1007 mv $@.t $@; \
1008 fi
1009 rm -f $@*.t
1010
1011 .PHONY: doc html
1012
1013 doc: html
1014
1015 html-local: Doxyfile
1016 $(DOXYGEN)
1017 # Sed is used to generate Doxyfile from Doxyfile.in instead of
1018 # configure, because the former is way faster than the latter.
1019 Doxyfile: $(srcdir)/Doxyfile.in
1020 $(edit) $(srcdir)/Doxyfile.in >Doxyfile
1021 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1022 # Otherwise a system limit (for SysV at least) may be exceeded.
1023 .NOEXPORT:
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/data/Makefile ('k') | bison/src/bison/2.4.1/bison-2.4.1/doc/yacc.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698