Support slim switch for cfg graph dump
[official-gcc.git] / libstdc++-v3 / fragment.am
blob5b1d503a6d7eacd1b9a34a618ce309fc79893800
2 ## This is used in all Makefile.am's.  Set defaults here.
4 # May be used by various substitution variables.
5 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
7 MAINT_CHARSET = latin1
9 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
10 PWD_COMMAND = $${PWDCMD-pwd}
11 STAMP = echo timestamp >
13 toolexecdir = $(glibcxx_toolexecdir)
14 toolexeclibdir = $(glibcxx_toolexeclibdir)
16 if ENABLE_WERROR
17 WERROR_FLAG=$(WERROR)
18 else
19 WERROR_FLAG=
20 endif
22 # These bits are all figured out from configure.  Look in acinclude.m4
23 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
24 CONFIG_CXXFLAGS = \
25         $(SECTION_FLAGS) $(HWCAP_FLAGS) -frandom-seed=$@
27 WARN_CXXFLAGS = \
28         $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once 
30 # -I/-D flags to pass when compiling.
31 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)