2 ## This is used in all Makefile.am's except for libmath's. Set defaults here.
6 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
7 PWD_COMMAND = $${PWDCMD-pwd}
8 STAMP = echo timestamp >
10 toolexecdir = $(glibcxx_toolexecdir)
11 toolexeclibdir = $(glibcxx_toolexeclibdir)
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.
16 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
18 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
20 # -I/-D flags to pass when compiling.
21 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)