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

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1-src/tests/atlocal.in

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
OLDNEW
(Empty)
1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
3
4 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
5 # Software Foundation, Inc.
6
7 EXEEXT='@EXEEXT@'
8 exec_prefix='@exec_prefix@'
9 bindir='@bindir@'
10 prefix='@prefix@'
11 buildlibdir=$(cygpath -m $abs_top_builddir/lib)
12 srclibdir=$(cygpath -m $abs_top_srcdir/lib)
13
14 # We need a C compiler.
15 CC='@CC@'
16
17 # We want no optimization.
18 CFLAGS='@O0CFLAGS@ @WARN_CFLAGS@ @WERROR_CFLAGS@'
19
20 # We need `config.h'.
21 CPPFLAGS="-I$buildlibdir -I$srclibdir @CPPFLAGS@"
22
23 # Is the compiler GCC?
24 GCC='@GCC@'
25
26 # The C++ compiler.
27 CXX='@CXX@'
28
29 # If 'exit 77'; skip all C++ tests; otherwise ':'.
30 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
31
32 # We want no optimization with C++, too.
33 CXXFLAGS='@O0CXXFLAGS@ @WARN_CXXFLAGS@ @WERROR_CFLAGS@'
34
35 # Are special link options needed?
36 LDFLAGS='@LDFLAGS@'
37
38 # Are special libraries needed?
39 LIBS="@LIBS@ @INTLLIBS@ $buildlibdir/libbison.a"
40
41 # Empty if no javac was found
42 CONF_JAVAC='@CONF_JAVAC@'
43
44 # Empty if no Java VM was found
45 CONF_JAVA='@CONF_JAVA@'
46
47 # Empty if no xsltproc was found
48 XSLTPROC='@XSLTPROC@'
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1-src/tests/actions.at ('k') | bison/src/bison/2.4.1/bison-2.4.1-src/tests/bison.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698