]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/fragment.am
function.c (assign_parm_remove_parallels): Check mode of entry_parm.
[thirdparty/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 # May be used by various substitution variables.
5 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
6
7 MAINT_CHARSET = latin1
8
9 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
10 PWD_COMMAND = $${PWDCMD-pwd}
11 STAMP = echo timestamp >
12
13 toolexecdir = $(glibcxx_toolexecdir)
14 toolexeclibdir = $(glibcxx_toolexeclibdir)
15
16 # These bits are all figured out from configure. Look in acinclude.m4
17 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
18 CONFIG_CXXFLAGS = \
19 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
20 WARN_CXXFLAGS = \
21 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
22
23 # -I/-D flags to pass when compiling.
24 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
25