2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libstdc++-v3 / fragment.am
blobd0d03a28f7b482ba13fd97bd13305a9044e9edcb
2 ## This is used in all Makefile.am's except for libmath's.  Set defaults here.
4 MAINT_CHARSET = latin1
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.
15 CONFIG_CXXFLAGS = \
16         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
17 WARN_CXXFLAGS = \
18         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
20 # -I/-D flags to pass when compiling.
21 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
26 ## vim:ft=automake