]>
Commit | Line | Data |
---|---|---|
342b8b6e AD |
1 | # @configure_input@ -*- shell-script -*- |
2 | # Configurable variable values for Bison test suite. | |
7548fed2 | 3 | # Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. |
342b8b6e AD |
4 | |
5 | # We need a C compiler. | |
6 | CC='@CC@' | |
f377f69f AD |
7 | |
8 | # We want no optimization. | |
9 | CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@' | |
342b8b6e AD |
10 | |
11 | # We need `config.h'. | |
9501dc6e | 12 | CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir @CPPFLAGS@" |
642cb8f8 AD |
13 | |
14 | # Is the compiler GCC? | |
15 | GCC='@GCC@' | |
7548fed2 AD |
16 | |
17 | # The GCC C++ compiler. | |
18 | CXX='@CXX@' | |
9d56d294 | 19 | |
713535c2 PE |
20 | # We want no optimization with C++, too. |
21 | CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@' | |
22 | ||
9d56d294 PE |
23 | # Are special link options needed? |
24 | LDFLAGS='@LDFLAGS@' | |
25 | ||
26 | # Are special libraries needed? | |
27 | LIBS='@LIBS@' |