* testsuite/lib/libstdc++.exp (libstdc++_exit): New proc.
[gcc.git] / libstdc++-v3 / fragment.am
1
2 ## This is used in all Makefile.am's except for libmath's. Set defaults here.
3
4 MAINT_CHARSET = latin1
5
6 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
7 PWD_COMMAND = $${PWDCMD-pwd}
8 STAMP = echo timestamp >
9
10 toolexecdir = $(glibcxx_toolexecdir)
11 toolexeclibdir = $(glibcxx_toolexeclibdir)
12
13 # These bits are all figured out from configure. Look in acinclude.m4
14 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
15 CONFIG_CXXFLAGS = \
16 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
17 WARN_CXXFLAGS = \
18 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
19
20 # -I/-D flags to pass when compiling.
21 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
22
23
24
25
26 ## vim:ft=automake