annotate libstdc++-v3/libsupc++/Makefile.in @ 143:76e1cf5455ef

add cbc_gc test
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 19:24:05 +0900
parents 84e7813d76e9
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
kono
parents:
diff changeset
2 # @configure_input@
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
kono
parents:
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
kono
parents:
diff changeset
6 # Foundation, Inc.
kono
parents:
diff changeset
7 # This Makefile.in is free software; the Free Software Foundation
kono
parents:
diff changeset
8 # gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
9 # with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
14 # PARTICULAR PURPOSE.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 @SET_MAKE@
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 VPATH = @srcdir@
kono
parents:
diff changeset
20 am__make_dryrun = \
kono
parents:
diff changeset
21 { \
kono
parents:
diff changeset
22 am__dry=no; \
kono
parents:
diff changeset
23 case $$MAKEFLAGS in \
kono
parents:
diff changeset
24 *\\[\ \ ]*) \
kono
parents:
diff changeset
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
27 *) \
kono
parents:
diff changeset
28 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
29 case $$am__flg in \
kono
parents:
diff changeset
30 *=*|--*) ;; \
kono
parents:
diff changeset
31 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
32 esac; \
kono
parents:
diff changeset
33 done;; \
kono
parents:
diff changeset
34 esac; \
kono
parents:
diff changeset
35 test $$am__dry = yes; \
kono
parents:
diff changeset
36 }
kono
parents:
diff changeset
37 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
38 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
39 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
42 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
43 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
44 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
45 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
46 transform = $(program_transform_name)
kono
parents:
diff changeset
47 NORMAL_INSTALL = :
kono
parents:
diff changeset
48 PRE_INSTALL = :
kono
parents:
diff changeset
49 POST_INSTALL = :
kono
parents:
diff changeset
50 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
51 PRE_UNINSTALL = :
kono
parents:
diff changeset
52 POST_UNINSTALL = :
kono
parents:
diff changeset
53 build_triplet = @build@
kono
parents:
diff changeset
54 host_triplet = @host@
kono
parents:
diff changeset
55 target_triplet = @target@
kono
parents:
diff changeset
56 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
kono
parents:
diff changeset
57 $(srcdir)/Makefile.am $(bits_HEADERS) $(std_HEADERS)
kono
parents:
diff changeset
58 subdir = libsupc++
kono
parents:
diff changeset
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
60 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
61 $(top_srcdir)/../config/enable.m4 \
kono
parents:
diff changeset
62 $(top_srcdir)/../config/futex.m4 \
kono
parents:
diff changeset
63 $(top_srcdir)/../config/hwcaps.m4 \
kono
parents:
diff changeset
64 $(top_srcdir)/../config/iconv.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
66 $(top_srcdir)/../config/lib-ld.m4 \
kono
parents:
diff changeset
67 $(top_srcdir)/../config/lib-link.m4 \
kono
parents:
diff changeset
68 $(top_srcdir)/../config/lib-prefix.m4 \
kono
parents:
diff changeset
69 $(top_srcdir)/../config/lthostflags.m4 \
kono
parents:
diff changeset
70 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
71 $(top_srcdir)/../config/no-executables.m4 \
kono
parents:
diff changeset
72 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
73 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
74 $(top_srcdir)/../config/unwind_ipinfo.m4 \
kono
parents:
diff changeset
75 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
76 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
77 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
kono
parents:
diff changeset
78 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
kono
parents:
diff changeset
79 $(top_srcdir)/../config/gc++filt.m4 \
kono
parents:
diff changeset
80 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
81 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
111
kono
parents:
diff changeset
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
83 $(ACLOCAL_M4)
kono
parents:
diff changeset
84 CONFIG_HEADER = $(top_builddir)/config.h
kono
parents:
diff changeset
85 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
86 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
87 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
88 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
89 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
90 *) f=$$p;; \
kono
parents:
diff changeset
91 esac;
kono
parents:
diff changeset
92 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
93 am__install_max = 40
kono
parents:
diff changeset
94 am__nobase_strip_setup = \
kono
parents:
diff changeset
95 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
96 am__nobase_strip = \
kono
parents:
diff changeset
97 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
98 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
99 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
100 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
102 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
104 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
105 am__base_list = \
kono
parents:
diff changeset
106 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
107 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
108 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
109 test -z "$$files" \
kono
parents:
diff changeset
110 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
111 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
112 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
113 }
kono
parents:
diff changeset
114 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" \
kono
parents:
diff changeset
115 "$(DESTDIR)$(stddir)"
kono
parents:
diff changeset
116 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
117 libsupc___la_LIBADD =
kono
parents:
diff changeset
118 am__objects_1 = array_type_info.lo atexit_arm.lo atexit_thread.lo \
kono
parents:
diff changeset
119 bad_alloc.lo bad_array_length.lo bad_array_new.lo bad_cast.lo \
kono
parents:
diff changeset
120 bad_typeid.lo class_type_info.lo del_op.lo del_ops.lo \
kono
parents:
diff changeset
121 del_opnt.lo del_opv.lo del_opvs.lo del_opvnt.lo dyncast.lo \
kono
parents:
diff changeset
122 eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \
kono
parents:
diff changeset
123 eh_exception.lo eh_globals.lo eh_personality.lo eh_ptr.lo \
kono
parents:
diff changeset
124 eh_term_handler.lo eh_terminate.lo eh_tm.lo eh_throw.lo \
kono
parents:
diff changeset
125 eh_type.lo eh_unex_handler.lo enum_type_info.lo \
kono
parents:
diff changeset
126 function_type_info.lo fundamental_type_info.lo guard.lo \
kono
parents:
diff changeset
127 guard_error.lo hash_bytes.lo nested_exception.lo \
kono
parents:
diff changeset
128 new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo \
kono
parents:
diff changeset
129 new_opa.lo new_opant.lo new_opva.lo new_opvant.lo del_opa.lo \
kono
parents:
diff changeset
130 del_opant.lo del_opsa.lo del_opva.lo del_opvant.lo \
kono
parents:
diff changeset
131 del_opvsa.lo pbase_type_info.lo pmem_type_info.lo \
kono
parents:
diff changeset
132 pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \
kono
parents:
diff changeset
133 tinfo2.lo vec.lo vmi_class_type_info.lo vterminate.lo
kono
parents:
diff changeset
134 @GLIBCXX_HOSTED_TRUE@am__objects_2 = cp-demangle.lo
kono
parents:
diff changeset
135 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_FALSE@am__objects_3 = \
kono
parents:
diff changeset
136 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_FALSE@ vtv_stubs.lo
kono
parents:
diff changeset
137 am_libsupc___la_OBJECTS = $(am__objects_1) $(am__objects_2) \
kono
parents:
diff changeset
138 $(am__objects_3)
kono
parents:
diff changeset
139 libsupc___la_OBJECTS = $(am_libsupc___la_OBJECTS)
kono
parents:
diff changeset
140 libsupc__convenience_la_LIBADD =
kono
parents:
diff changeset
141 am_libsupc__convenience_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
kono
parents:
diff changeset
142 $(am__objects_3)
kono
parents:
diff changeset
143 libsupc__convenience_la_OBJECTS = \
kono
parents:
diff changeset
144 $(am_libsupc__convenience_la_OBJECTS)
kono
parents:
diff changeset
145 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
kono
parents:
diff changeset
146 depcomp =
kono
parents:
diff changeset
147 am__depfiles_maybe =
kono
parents:
diff changeset
148 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
149 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
150 CCLD = $(CC)
kono
parents:
diff changeset
151 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
152 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
153 $(LDFLAGS) -o $@
kono
parents:
diff changeset
154 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
155 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
kono
parents:
diff changeset
156 CXXLD = $(CXX)
kono
parents:
diff changeset
157 SOURCES = $(libsupc___la_SOURCES) $(libsupc__convenience_la_SOURCES)
kono
parents:
diff changeset
158 am__can_run_installinfo = \
kono
parents:
diff changeset
159 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
160 n|no|NO) false;; \
kono
parents:
diff changeset
161 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
162 esac
kono
parents:
diff changeset
163 HEADERS = $(bits_HEADERS) $(std_HEADERS)
kono
parents:
diff changeset
164 ETAGS = etags
kono
parents:
diff changeset
165 CTAGS = ctags
kono
parents:
diff changeset
166 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
kono
parents:
diff changeset
167 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
168 ALLOCATOR_H = @ALLOCATOR_H@
kono
parents:
diff changeset
169 ALLOCATOR_NAME = @ALLOCATOR_NAME@
kono
parents:
diff changeset
170 AMTAR = @AMTAR@
kono
parents:
diff changeset
171 AR = @AR@
kono
parents:
diff changeset
172 AS = @AS@
kono
parents:
diff changeset
173 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
kono
parents:
diff changeset
174 ATOMIC_FLAGS = @ATOMIC_FLAGS@
kono
parents:
diff changeset
175 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
kono
parents:
diff changeset
176 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
177 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
178 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
179 AWK = @AWK@
kono
parents:
diff changeset
180 BASIC_FILE_CC = @BASIC_FILE_CC@
kono
parents:
diff changeset
181 BASIC_FILE_H = @BASIC_FILE_H@
kono
parents:
diff changeset
182 CC = @CC@
kono
parents:
diff changeset
183 CCODECVT_CC = @CCODECVT_CC@
kono
parents:
diff changeset
184 CCOLLATE_CC = @CCOLLATE_CC@
kono
parents:
diff changeset
185 CCTYPE_CC = @CCTYPE_CC@
kono
parents:
diff changeset
186 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
187 CLOCALE_CC = @CLOCALE_CC@
kono
parents:
diff changeset
188 CLOCALE_H = @CLOCALE_H@
kono
parents:
diff changeset
189 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
kono
parents:
diff changeset
190 CMESSAGES_CC = @CMESSAGES_CC@
kono
parents:
diff changeset
191 CMESSAGES_H = @CMESSAGES_H@
kono
parents:
diff changeset
192 CMONEY_CC = @CMONEY_CC@
kono
parents:
diff changeset
193 CNUMERIC_CC = @CNUMERIC_CC@
kono
parents:
diff changeset
194 CPP = @CPP@
kono
parents:
diff changeset
195 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
196 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
kono
parents:
diff changeset
197 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
kono
parents:
diff changeset
198 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
kono
parents:
diff changeset
199 CSTDIO_H = @CSTDIO_H@
kono
parents:
diff changeset
200 CTIME_CC = @CTIME_CC@
kono
parents:
diff changeset
201 CTIME_H = @CTIME_H@
kono
parents:
diff changeset
202 CXX = @CXX@
kono
parents:
diff changeset
203 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
204 CXXFILT = @CXXFILT@
kono
parents:
diff changeset
205 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
206 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
207 C_INCLUDE_DIR = @C_INCLUDE_DIR@
kono
parents:
diff changeset
208 DBLATEX = @DBLATEX@
kono
parents:
diff changeset
209 DEBUG_FLAGS = @DEBUG_FLAGS@
kono
parents:
diff changeset
210 DEFS = @DEFS@
kono
parents:
diff changeset
211 DOT = @DOT@
kono
parents:
diff changeset
212 DOXYGEN = @DOXYGEN@
kono
parents:
diff changeset
213 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
214 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
215 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
216 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
217 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
218 EGREP = @EGREP@
kono
parents:
diff changeset
219 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
kono
parents:
diff changeset
220 EXEEXT = @EXEEXT@
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
221 EXTRA_CFLAGS = @EXTRA_CFLAGS@
111
kono
parents:
diff changeset
222 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
kono
parents:
diff changeset
223 FGREP = @FGREP@
kono
parents:
diff changeset
224 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
kono
parents:
diff changeset
225 GLIBCXX_LIBS = @GLIBCXX_LIBS@
kono
parents:
diff changeset
226 GREP = @GREP@
kono
parents:
diff changeset
227 HWCAP_CFLAGS = @HWCAP_CFLAGS@
kono
parents:
diff changeset
228 INSTALL = @INSTALL@
kono
parents:
diff changeset
229 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
233 LD = @LD@
kono
parents:
diff changeset
234 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
235 LIBICONV = @LIBICONV@
kono
parents:
diff changeset
236 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
237 LIBS = @LIBS@
kono
parents:
diff changeset
238 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
239 LIPO = @LIPO@
kono
parents:
diff changeset
240 LN_S = @LN_S@
kono
parents:
diff changeset
241 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
kono
parents:
diff changeset
242 LTLIBICONV = @LTLIBICONV@
kono
parents:
diff changeset
243 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
244 MAINT = @MAINT@
kono
parents:
diff changeset
245 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
246 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
247 NM = @NM@
kono
parents:
diff changeset
248 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
249 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
250 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
251 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
kono
parents:
diff changeset
252 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
253 OS_INC_SRCDIR = @OS_INC_SRCDIR@
kono
parents:
diff changeset
254 OTOOL = @OTOOL@
kono
parents:
diff changeset
255 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
256 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
257 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
258 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
259 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
260 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
261 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
262 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
263 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
264 PDFLATEX = @PDFLATEX@
kono
parents:
diff changeset
265 RANLIB = @RANLIB@
kono
parents:
diff changeset
266 SECTION_FLAGS = @SECTION_FLAGS@
kono
parents:
diff changeset
267 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
268 SED = @SED@
kono
parents:
diff changeset
269 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
270 SHELL = @SHELL@
kono
parents:
diff changeset
271 STRIP = @STRIP@
kono
parents:
diff changeset
272 SYMVER_FILE = @SYMVER_FILE@
kono
parents:
diff changeset
273 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
kono
parents:
diff changeset
274 USE_NLS = @USE_NLS@
kono
parents:
diff changeset
275 VERSION = @VERSION@
kono
parents:
diff changeset
276 VTV_CXXFLAGS = @VTV_CXXFLAGS@
kono
parents:
diff changeset
277 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
kono
parents:
diff changeset
278 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
kono
parents:
diff changeset
279 WARN_FLAGS = @WARN_FLAGS@
kono
parents:
diff changeset
280 XMLLINT = @XMLLINT@
kono
parents:
diff changeset
281 XSLTPROC = @XSLTPROC@
kono
parents:
diff changeset
282 XSL_STYLE_DIR = @XSL_STYLE_DIR@
kono
parents:
diff changeset
283 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
284 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
285 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
286 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
287 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
288 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
290 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
291 am__tar = @am__tar@
kono
parents:
diff changeset
292 am__untar = @am__untar@
kono
parents:
diff changeset
293 baseline_dir = @baseline_dir@
kono
parents:
diff changeset
294 baseline_subdir_switch = @baseline_subdir_switch@
kono
parents:
diff changeset
295 bindir = @bindir@
kono
parents:
diff changeset
296 build = @build@
kono
parents:
diff changeset
297 build_alias = @build_alias@
kono
parents:
diff changeset
298 build_cpu = @build_cpu@
kono
parents:
diff changeset
299 build_os = @build_os@
kono
parents:
diff changeset
300 build_vendor = @build_vendor@
kono
parents:
diff changeset
301 builddir = @builddir@
kono
parents:
diff changeset
302 check_msgfmt = @check_msgfmt@
kono
parents:
diff changeset
303 datadir = @datadir@
kono
parents:
diff changeset
304 datarootdir = @datarootdir@
kono
parents:
diff changeset
305 docdir = @docdir@
kono
parents:
diff changeset
306 dvidir = @dvidir@
kono
parents:
diff changeset
307 enable_shared = @enable_shared@
kono
parents:
diff changeset
308 enable_static = @enable_static@
kono
parents:
diff changeset
309 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
310 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
311 glibcxx_MOFILES = @glibcxx_MOFILES@
kono
parents:
diff changeset
312 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
kono
parents:
diff changeset
313 glibcxx_POFILES = @glibcxx_POFILES@
kono
parents:
diff changeset
314 glibcxx_builddir = @glibcxx_builddir@
kono
parents:
diff changeset
315 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
kono
parents:
diff changeset
316 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
kono
parents:
diff changeset
317 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
kono
parents:
diff changeset
318 glibcxx_localedir = @glibcxx_localedir@
kono
parents:
diff changeset
319 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
kono
parents:
diff changeset
320 glibcxx_prefixdir = @glibcxx_prefixdir@
kono
parents:
diff changeset
321 glibcxx_srcdir = @glibcxx_srcdir@
kono
parents:
diff changeset
322 glibcxx_toolexecdir = @glibcxx_toolexecdir@
kono
parents:
diff changeset
323 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
kono
parents:
diff changeset
324 gxx_include_dir = @gxx_include_dir@
kono
parents:
diff changeset
325 host = @host@
kono
parents:
diff changeset
326 host_alias = @host_alias@
kono
parents:
diff changeset
327 host_cpu = @host_cpu@
kono
parents:
diff changeset
328 host_os = @host_os@
kono
parents:
diff changeset
329 host_vendor = @host_vendor@
kono
parents:
diff changeset
330 htmldir = @htmldir@
kono
parents:
diff changeset
331 includedir = @includedir@
kono
parents:
diff changeset
332 infodir = @infodir@
kono
parents:
diff changeset
333 install_sh = @install_sh@
kono
parents:
diff changeset
334 libdir = @libdir@
kono
parents:
diff changeset
335 libexecdir = @libexecdir@
kono
parents:
diff changeset
336 libtool_VERSION = @libtool_VERSION@
kono
parents:
diff changeset
337 localedir = @localedir@
kono
parents:
diff changeset
338 localstatedir = @localstatedir@
kono
parents:
diff changeset
339 lt_host_flags = @lt_host_flags@
kono
parents:
diff changeset
340 mandir = @mandir@
kono
parents:
diff changeset
341 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
342 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
343 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
344 pdfdir = @pdfdir@
kono
parents:
diff changeset
345 port_specific_symbol_files = @port_specific_symbol_files@
kono
parents:
diff changeset
346 prefix = @prefix@
kono
parents:
diff changeset
347 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
348 psdir = @psdir@
kono
parents:
diff changeset
349 python_mod_dir = @python_mod_dir@
kono
parents:
diff changeset
350 sbindir = @sbindir@
kono
parents:
diff changeset
351 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
352 srcdir = @srcdir@
kono
parents:
diff changeset
353 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
354 target = @target@
kono
parents:
diff changeset
355 target_alias = @target_alias@
kono
parents:
diff changeset
356 target_cpu = @target_cpu@
kono
parents:
diff changeset
357 target_os = @target_os@
kono
parents:
diff changeset
358 target_vendor = @target_vendor@
kono
parents:
diff changeset
359 thread_header = @thread_header@
kono
parents:
diff changeset
360 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
361 top_builddir = @top_builddir@
kono
parents:
diff changeset
362 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
363 toplevel_builddir = @toplevel_builddir@
kono
parents:
diff changeset
364 toplevel_srcdir = @toplevel_srcdir@
kono
parents:
diff changeset
365
kono
parents:
diff changeset
366 # May be used by various substitution variables.
kono
parents:
diff changeset
367 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
368 MAINT_CHARSET = latin1
kono
parents:
diff changeset
369 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
kono
parents:
diff changeset
370 PWD_COMMAND = $${PWDCMD-pwd}
kono
parents:
diff changeset
371 STAMP = echo timestamp >
kono
parents:
diff changeset
372 toolexecdir = $(glibcxx_toolexecdir)
kono
parents:
diff changeset
373 toolexeclibdir = $(glibcxx_toolexeclibdir)
kono
parents:
diff changeset
374 @ENABLE_WERROR_FALSE@WERROR_FLAG =
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
375 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
111
kono
parents:
diff changeset
376 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
kono
parents:
diff changeset
377 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
kono
parents:
diff changeset
378
kono
parents:
diff changeset
379 # These bits are all figured out from configure. Look in acinclude.m4
kono
parents:
diff changeset
380 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
kono
parents:
diff changeset
381 CONFIG_CXXFLAGS = \
kono
parents:
diff changeset
382 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
kono
parents:
diff changeset
383
kono
parents:
diff changeset
384 WARN_CXXFLAGS = \
kono
parents:
diff changeset
385 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
kono
parents:
diff changeset
386
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 # -I/-D flags to pass when compiling.
kono
parents:
diff changeset
389 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
kono
parents:
diff changeset
390
kono
parents:
diff changeset
391 # Need this library to both be part of libstdc++.a, and installed
kono
parents:
diff changeset
392 # separately too.
kono
parents:
diff changeset
393 # 1) separate libsupc++.la
kono
parents:
diff changeset
394 toolexeclib_LTLIBRARIES = libsupc++.la
kono
parents:
diff changeset
395
kono
parents:
diff changeset
396 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
kono
parents:
diff changeset
397 noinst_LTLIBRARIES = libsupc++convenience.la
kono
parents:
diff changeset
398 std_HEADERS = \
kono
parents:
diff changeset
399 cxxabi.h exception initializer_list new typeinfo
kono
parents:
diff changeset
400
kono
parents:
diff changeset
401 bits_HEADERS = \
kono
parents:
diff changeset
402 atomic_lockfree_defines.h cxxabi_forced.h \
kono
parents:
diff changeset
403 exception_defines.h exception_ptr.h hash_bytes.h nested_exception.h exception.h cxxabi_init_exception.h
kono
parents:
diff changeset
404
kono
parents:
diff changeset
405 headers = $(std_HEADERS) $(bits_HEADERS)
kono
parents:
diff changeset
406 @GLIBCXX_HOSTED_TRUE@c_sources = \
kono
parents:
diff changeset
407 @GLIBCXX_HOSTED_TRUE@ cp-demangle.c
kono
parents:
diff changeset
408
kono
parents:
diff changeset
409 sources = \
kono
parents:
diff changeset
410 array_type_info.cc \
kono
parents:
diff changeset
411 atexit_arm.cc \
kono
parents:
diff changeset
412 atexit_thread.cc \
kono
parents:
diff changeset
413 bad_alloc.cc \
kono
parents:
diff changeset
414 bad_array_length.cc \
kono
parents:
diff changeset
415 bad_array_new.cc \
kono
parents:
diff changeset
416 bad_cast.cc \
kono
parents:
diff changeset
417 bad_typeid.cc \
kono
parents:
diff changeset
418 class_type_info.cc \
kono
parents:
diff changeset
419 del_op.cc \
kono
parents:
diff changeset
420 del_ops.cc \
kono
parents:
diff changeset
421 del_opnt.cc \
kono
parents:
diff changeset
422 del_opv.cc \
kono
parents:
diff changeset
423 del_opvs.cc \
kono
parents:
diff changeset
424 del_opvnt.cc \
kono
parents:
diff changeset
425 dyncast.cc \
kono
parents:
diff changeset
426 eh_alloc.cc \
kono
parents:
diff changeset
427 eh_arm.cc \
kono
parents:
diff changeset
428 eh_aux_runtime.cc \
kono
parents:
diff changeset
429 eh_call.cc \
kono
parents:
diff changeset
430 eh_catch.cc \
kono
parents:
diff changeset
431 eh_exception.cc \
kono
parents:
diff changeset
432 eh_globals.cc \
kono
parents:
diff changeset
433 eh_personality.cc \
kono
parents:
diff changeset
434 eh_ptr.cc \
kono
parents:
diff changeset
435 eh_term_handler.cc \
kono
parents:
diff changeset
436 eh_terminate.cc \
kono
parents:
diff changeset
437 eh_tm.cc \
kono
parents:
diff changeset
438 eh_throw.cc \
kono
parents:
diff changeset
439 eh_type.cc \
kono
parents:
diff changeset
440 eh_unex_handler.cc \
kono
parents:
diff changeset
441 enum_type_info.cc \
kono
parents:
diff changeset
442 function_type_info.cc \
kono
parents:
diff changeset
443 fundamental_type_info.cc \
kono
parents:
diff changeset
444 guard.cc \
kono
parents:
diff changeset
445 guard_error.cc \
kono
parents:
diff changeset
446 hash_bytes.cc \
kono
parents:
diff changeset
447 nested_exception.cc \
kono
parents:
diff changeset
448 new_handler.cc \
kono
parents:
diff changeset
449 new_op.cc \
kono
parents:
diff changeset
450 new_opnt.cc \
kono
parents:
diff changeset
451 new_opv.cc \
kono
parents:
diff changeset
452 new_opvnt.cc \
kono
parents:
diff changeset
453 new_opa.cc \
kono
parents:
diff changeset
454 new_opant.cc \
kono
parents:
diff changeset
455 new_opva.cc \
kono
parents:
diff changeset
456 new_opvant.cc \
kono
parents:
diff changeset
457 del_opa.cc \
kono
parents:
diff changeset
458 del_opant.cc \
kono
parents:
diff changeset
459 del_opsa.cc \
kono
parents:
diff changeset
460 del_opva.cc \
kono
parents:
diff changeset
461 del_opvant.cc \
kono
parents:
diff changeset
462 del_opvsa.cc \
kono
parents:
diff changeset
463 pbase_type_info.cc \
kono
parents:
diff changeset
464 pmem_type_info.cc \
kono
parents:
diff changeset
465 pointer_type_info.cc \
kono
parents:
diff changeset
466 pure.cc \
kono
parents:
diff changeset
467 si_class_type_info.cc \
kono
parents:
diff changeset
468 tinfo.cc \
kono
parents:
diff changeset
469 tinfo2.cc \
kono
parents:
diff changeset
470 vec.cc \
kono
parents:
diff changeset
471 vmi_class_type_info.cc \
kono
parents:
diff changeset
472 vterminate.cc
kono
parents:
diff changeset
473
kono
parents:
diff changeset
474 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_FALSE@vtv_sources = \
kono
parents:
diff changeset
475 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_FALSE@ vtv_stubs.cc
kono
parents:
diff changeset
476
kono
parents:
diff changeset
477 libsupc___la_SOURCES = $(sources) $(c_sources) $(vtv_sources)
kono
parents:
diff changeset
478 libsupc__convenience_la_SOURCES = $(sources) $(c_sources) $(vtv_sources)
kono
parents:
diff changeset
479
kono
parents:
diff changeset
480 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
kono
parents:
diff changeset
481 # modified in a per-library or per-sub-library way. Need to manually
kono
parents:
diff changeset
482 # set this option because CONFIG_CXXFLAGS has to be after
kono
parents:
diff changeset
483 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
kono
parents:
diff changeset
484 # as the occasion call for it.
kono
parents:
diff changeset
485 AM_CXXFLAGS = \
kono
parents:
diff changeset
486 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
kono
parents:
diff changeset
487 $(XTEMPLATE_FLAGS) \
kono
parents:
diff changeset
488 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
kono
parents:
diff changeset
489
kono
parents:
diff changeset
490 AM_MAKEFLAGS = \
kono
parents:
diff changeset
491 "gxx_include_dir=$(gxx_include_dir)"
kono
parents:
diff changeset
492
kono
parents:
diff changeset
493
kono
parents:
diff changeset
494 # Use special rules for pulling things out of libiberty. These
kono
parents:
diff changeset
495 # objects should be compiled with the "C" compiler, not the C++
kono
parents:
diff changeset
496 # compiler, and also should not use the C++ includes.
kono
parents:
diff changeset
497 C_INCLUDES = -I.. -I$(toplevel_srcdir)/libiberty -I$(toplevel_srcdir)/include
kono
parents:
diff changeset
498 C_COMPILE = \
kono
parents:
diff changeset
499 $(CC) $(DEFS) $(C_INCLUDES) \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
500 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
111
kono
parents:
diff changeset
501
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 # LTCOMPILE is copied from LTCXXCOMPILE below.
kono
parents:
diff changeset
504 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared $(LIBTOOLFLAGS) --mode=compile \
kono
parents:
diff changeset
505 $(CC) $(DEFS) $(C_INCLUDES) \
kono
parents:
diff changeset
506 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
507 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
111
kono
parents:
diff changeset
508
kono
parents:
diff changeset
509
kono
parents:
diff changeset
510 # Libtool notes
kono
parents:
diff changeset
511
kono
parents:
diff changeset
512 # 1) In general, libtool expects an argument such as `--tag=CXX' when
kono
parents:
diff changeset
513 # using the C++ compiler, because that will enable the settings
kono
parents:
diff changeset
514 # detected when C++ support was being configured. However, when no
kono
parents:
diff changeset
515 # such flag is given in the command line, libtool attempts to figure
kono
parents:
diff changeset
516 # it out by matching the compiler name in each configuration section
kono
parents:
diff changeset
517 # against a prefix of the command line. The problem is that, if the
kono
parents:
diff changeset
518 # compiler name and its initial flags stored in the libtool
kono
parents:
diff changeset
519 # configuration file don't match those in the command line, libtool
kono
parents:
diff changeset
520 # can't decide which configuration to use, and it gives up. The
kono
parents:
diff changeset
521 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
kono
parents:
diff changeset
522 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
kono
parents:
diff changeset
523 # attempt to infer which configuration to use.
kono
parents:
diff changeset
524 #
kono
parents:
diff changeset
525 # The second tag argument, `--tag disable-shared` means that libtool
kono
parents:
diff changeset
526 # only compiles each source once, for static objects. In actuality,
kono
parents:
diff changeset
527 # glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
kono
parents:
diff changeset
528 # the libtool command that is used create the object, which is
kono
parents:
diff changeset
529 # suitable for shared libraries. The `--tag disable-shared` must be
kono
parents:
diff changeset
530 # placed after --tag CXX lest things CXX undo the affect of
kono
parents:
diff changeset
531 # disable-shared.
kono
parents:
diff changeset
532
kono
parents:
diff changeset
533 # 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
kono
parents:
diff changeset
534 # last. (That way, things like -O2 passed down from the toplevel can
kono
parents:
diff changeset
535 # be overridden by --enable-debug.)
kono
parents:
diff changeset
536 LTCXXCOMPILE = \
kono
parents:
diff changeset
537 $(LIBTOOL) --tag CXX --tag disable-shared \
kono
parents:
diff changeset
538 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
539 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
kono
parents:
diff changeset
540 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
kono
parents:
diff changeset
541
kono
parents:
diff changeset
542 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
kono
parents:
diff changeset
543
kono
parents:
diff changeset
544 # 3) We'd have a problem when building the shared libstdc++ object if
kono
parents:
diff changeset
545 # the rules automake generates would be used. We cannot allow g++ to
kono
parents:
diff changeset
546 # be used since this would add -lstdc++ to the link line which of
kono
parents:
diff changeset
547 # course is problematic at this point. So, we get the top-level
kono
parents:
diff changeset
548 # directory to configure libstdc++-v3 to use gcc as the C++
kono
parents:
diff changeset
549 # compilation driver.
kono
parents:
diff changeset
550 CXXLINK = \
kono
parents:
diff changeset
551 $(LIBTOOL) --tag CXX --tag disable-shared \
kono
parents:
diff changeset
552 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
553 --mode=link $(CXX) \
kono
parents:
diff changeset
554 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
kono
parents:
diff changeset
555
kono
parents:
diff changeset
556
kono
parents:
diff changeset
557 # Install notes
kono
parents:
diff changeset
558 # We have to have rules modified from the default to counteract SUN make
kono
parents:
diff changeset
559 # prepending each of $(*_HEADERS) with VPATH below.
kono
parents:
diff changeset
560 stddir = $(gxx_include_dir)
kono
parents:
diff changeset
561 bitsdir = $(gxx_include_dir)/bits
kono
parents:
diff changeset
562
kono
parents:
diff changeset
563 # By adding these files here, automake will remove them for 'make clean'
kono
parents:
diff changeset
564 CLEANFILES = stamp-*
kono
parents:
diff changeset
565 all: all-am
kono
parents:
diff changeset
566
kono
parents:
diff changeset
567 .SUFFIXES:
kono
parents:
diff changeset
568 .SUFFIXES: .c .cc .lo .o .obj
kono
parents:
diff changeset
569 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
kono
parents:
diff changeset
570 @for dep in $?; do \
kono
parents:
diff changeset
571 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
572 *$$dep*) \
kono
parents:
diff changeset
573 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
574 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
575 exit 1;; \
kono
parents:
diff changeset
576 esac; \
kono
parents:
diff changeset
577 done; \
kono
parents:
diff changeset
578 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile'; \
kono
parents:
diff changeset
579 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
580 $(AUTOMAKE) --foreign --ignore-deps libsupc++/Makefile
kono
parents:
diff changeset
581 .PRECIOUS: Makefile
kono
parents:
diff changeset
582 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
583 @case '$?' in \
kono
parents:
diff changeset
584 *config.status*) \
kono
parents:
diff changeset
585 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
586 *) \
kono
parents:
diff changeset
587 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
588 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
589 esac;
kono
parents:
diff changeset
590 $(top_srcdir)/fragment.am:
kono
parents:
diff changeset
591
kono
parents:
diff changeset
592 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
593 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
594
kono
parents:
diff changeset
595 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
596 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
597 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
598 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
599 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
600
kono
parents:
diff changeset
601 clean-noinstLTLIBRARIES:
kono
parents:
diff changeset
602 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
603 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
604 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
605 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
606 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
607 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
608 done
kono
parents:
diff changeset
609 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
610 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
611 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
612 list2=; for p in $$list; do \
kono
parents:
diff changeset
613 if test -f $$p; then \
kono
parents:
diff changeset
614 list2="$$list2 $$p"; \
kono
parents:
diff changeset
615 else :; fi; \
kono
parents:
diff changeset
616 done; \
kono
parents:
diff changeset
617 test -z "$$list2" || { \
kono
parents:
diff changeset
618 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
619 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
620 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
621 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
kono
parents:
diff changeset
622 }
kono
parents:
diff changeset
623
kono
parents:
diff changeset
624 uninstall-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
625 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
626 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
627 for p in $$list; do \
kono
parents:
diff changeset
628 $(am__strip_dir) \
kono
parents:
diff changeset
629 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
kono
parents:
diff changeset
630 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
kono
parents:
diff changeset
631 done
kono
parents:
diff changeset
632
kono
parents:
diff changeset
633 clean-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
634 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
635 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
636 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
637 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
638 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
639 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
640 done
kono
parents:
diff changeset
641 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES) $(EXTRA_libsupc___la_DEPENDENCIES)
kono
parents:
diff changeset
642 $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
kono
parents:
diff changeset
643 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES) $(EXTRA_libsupc__convenience_la_DEPENDENCIES)
kono
parents:
diff changeset
644 $(CXXLINK) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
645
kono
parents:
diff changeset
646 mostlyclean-compile:
kono
parents:
diff changeset
647 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
648
kono
parents:
diff changeset
649 distclean-compile:
kono
parents:
diff changeset
650 -rm -f *.tab.c
kono
parents:
diff changeset
651
kono
parents:
diff changeset
652 .c.o:
kono
parents:
diff changeset
653 $(COMPILE) -c $<
kono
parents:
diff changeset
654
kono
parents:
diff changeset
655 .c.obj:
kono
parents:
diff changeset
656 $(COMPILE) -c `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
657
kono
parents:
diff changeset
658 .c.lo:
kono
parents:
diff changeset
659 $(LTCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
660
kono
parents:
diff changeset
661 .cc.o:
kono
parents:
diff changeset
662 $(CXXCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
663
kono
parents:
diff changeset
664 .cc.obj:
kono
parents:
diff changeset
665 $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
666
kono
parents:
diff changeset
667 .cc.lo:
kono
parents:
diff changeset
668 $(LTCXXCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
669
kono
parents:
diff changeset
670 mostlyclean-libtool:
kono
parents:
diff changeset
671 -rm -f *.lo
kono
parents:
diff changeset
672
kono
parents:
diff changeset
673 clean-libtool:
kono
parents:
diff changeset
674 -rm -rf .libs _libs
kono
parents:
diff changeset
675
kono
parents:
diff changeset
676 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
677 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
678 unique=`for i in $$list; do \
kono
parents:
diff changeset
679 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
680 done | \
kono
parents:
diff changeset
681 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
682 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
683 mkid -fID $$unique
kono
parents:
diff changeset
684 tags: TAGS
kono
parents:
diff changeset
685
kono
parents:
diff changeset
686 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
687 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
688 set x; \
kono
parents:
diff changeset
689 here=`pwd`; \
kono
parents:
diff changeset
690 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
691 unique=`for i in $$list; do \
kono
parents:
diff changeset
692 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
693 done | \
kono
parents:
diff changeset
694 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
695 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
696 shift; \
kono
parents:
diff changeset
697 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
698 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
699 if test $$# -gt 0; then \
kono
parents:
diff changeset
700 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
701 "$$@" $$unique; \
kono
parents:
diff changeset
702 else \
kono
parents:
diff changeset
703 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
704 $$unique; \
kono
parents:
diff changeset
705 fi; \
kono
parents:
diff changeset
706 fi
kono
parents:
diff changeset
707 ctags: CTAGS
kono
parents:
diff changeset
708 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
709 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
710 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
711 unique=`for i in $$list; do \
kono
parents:
diff changeset
712 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
713 done | \
kono
parents:
diff changeset
714 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
715 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
716 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
717 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
718 $$unique
kono
parents:
diff changeset
719
kono
parents:
diff changeset
720 GTAGS:
kono
parents:
diff changeset
721 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
722 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
723 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
724
kono
parents:
diff changeset
725 distclean-tags:
kono
parents:
diff changeset
726 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
727 check-am: all-am
kono
parents:
diff changeset
728 check: check-am
kono
parents:
diff changeset
729 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
kono
parents:
diff changeset
730 installdirs:
kono
parents:
diff changeset
731 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(bitsdir)" "$(DESTDIR)$(stddir)"; do \
kono
parents:
diff changeset
732 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
733 done
kono
parents:
diff changeset
734 install: install-am
kono
parents:
diff changeset
735 install-exec: install-exec-am
kono
parents:
diff changeset
736 install-data: install-data-am
kono
parents:
diff changeset
737 uninstall: uninstall-am
kono
parents:
diff changeset
738
kono
parents:
diff changeset
739 install-am: all-am
kono
parents:
diff changeset
740 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
741
kono
parents:
diff changeset
742 installcheck: installcheck-am
kono
parents:
diff changeset
743 install-strip:
kono
parents:
diff changeset
744 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
745 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
746 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
747 install; \
kono
parents:
diff changeset
748 else \
kono
parents:
diff changeset
749 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
750 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
751 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
752 fi
kono
parents:
diff changeset
753 mostlyclean-generic:
kono
parents:
diff changeset
754
kono
parents:
diff changeset
755 clean-generic:
kono
parents:
diff changeset
756 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
kono
parents:
diff changeset
757
kono
parents:
diff changeset
758 distclean-generic:
kono
parents:
diff changeset
759 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
760 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
761
kono
parents:
diff changeset
762 maintainer-clean-generic:
kono
parents:
diff changeset
763 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
764 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
765 clean: clean-am
kono
parents:
diff changeset
766
kono
parents:
diff changeset
767 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
kono
parents:
diff changeset
768 clean-toolexeclibLTLIBRARIES mostlyclean-am
kono
parents:
diff changeset
769
kono
parents:
diff changeset
770 distclean: distclean-am
kono
parents:
diff changeset
771 -rm -f Makefile
kono
parents:
diff changeset
772 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
773 distclean-tags
kono
parents:
diff changeset
774
kono
parents:
diff changeset
775 dvi: dvi-am
kono
parents:
diff changeset
776
kono
parents:
diff changeset
777 dvi-am:
kono
parents:
diff changeset
778
kono
parents:
diff changeset
779 html: html-am
kono
parents:
diff changeset
780
kono
parents:
diff changeset
781 html-am:
kono
parents:
diff changeset
782
kono
parents:
diff changeset
783 info: info-am
kono
parents:
diff changeset
784
kono
parents:
diff changeset
785 info-am:
kono
parents:
diff changeset
786
kono
parents:
diff changeset
787 install-data-am: install-bitsHEADERS install-stdHEADERS
kono
parents:
diff changeset
788
kono
parents:
diff changeset
789 install-dvi: install-dvi-am
kono
parents:
diff changeset
790
kono
parents:
diff changeset
791 install-dvi-am:
kono
parents:
diff changeset
792
kono
parents:
diff changeset
793 install-exec-am: install-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
794
kono
parents:
diff changeset
795 install-html: install-html-am
kono
parents:
diff changeset
796
kono
parents:
diff changeset
797 install-html-am:
kono
parents:
diff changeset
798
kono
parents:
diff changeset
799 install-info: install-info-am
kono
parents:
diff changeset
800
kono
parents:
diff changeset
801 install-info-am:
kono
parents:
diff changeset
802
kono
parents:
diff changeset
803 install-man:
kono
parents:
diff changeset
804
kono
parents:
diff changeset
805 install-pdf: install-pdf-am
kono
parents:
diff changeset
806
kono
parents:
diff changeset
807 install-pdf-am:
kono
parents:
diff changeset
808
kono
parents:
diff changeset
809 install-ps: install-ps-am
kono
parents:
diff changeset
810
kono
parents:
diff changeset
811 install-ps-am:
kono
parents:
diff changeset
812
kono
parents:
diff changeset
813 installcheck-am:
kono
parents:
diff changeset
814
kono
parents:
diff changeset
815 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
816 -rm -f Makefile
kono
parents:
diff changeset
817 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
818
kono
parents:
diff changeset
819 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
820
kono
parents:
diff changeset
821 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
822 mostlyclean-libtool
kono
parents:
diff changeset
823
kono
parents:
diff changeset
824 pdf: pdf-am
kono
parents:
diff changeset
825
kono
parents:
diff changeset
826 pdf-am:
kono
parents:
diff changeset
827
kono
parents:
diff changeset
828 ps: ps-am
kono
parents:
diff changeset
829
kono
parents:
diff changeset
830 ps-am:
kono
parents:
diff changeset
831
kono
parents:
diff changeset
832 uninstall-am: uninstall-bitsHEADERS uninstall-stdHEADERS \
kono
parents:
diff changeset
833 uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
834
kono
parents:
diff changeset
835 .MAKE: install-am install-strip
kono
parents:
diff changeset
836
kono
parents:
diff changeset
837 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
kono
parents:
diff changeset
838 clean-libtool clean-noinstLTLIBRARIES \
kono
parents:
diff changeset
839 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
kono
parents:
diff changeset
840 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
kono
parents:
diff changeset
841 html html-am info info-am install install-am \
kono
parents:
diff changeset
842 install-bitsHEADERS install-data install-data-am install-dvi \
kono
parents:
diff changeset
843 install-dvi-am install-exec install-exec-am install-html \
kono
parents:
diff changeset
844 install-html-am install-info install-info-am install-man \
kono
parents:
diff changeset
845 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
846 install-stdHEADERS install-strip \
kono
parents:
diff changeset
847 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
kono
parents:
diff changeset
848 installdirs maintainer-clean maintainer-clean-generic \
kono
parents:
diff changeset
849 mostlyclean mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
850 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
kono
parents:
diff changeset
851 uninstall-am uninstall-bitsHEADERS uninstall-stdHEADERS \
kono
parents:
diff changeset
852 uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
853
kono
parents:
diff changeset
854
kono
parents:
diff changeset
855 cp-demangle.c:
kono
parents:
diff changeset
856 rm -f $@
kono
parents:
diff changeset
857 $(LN_S) $(toplevel_srcdir)/libiberty/cp-demangle.c $@
kono
parents:
diff changeset
858 cp-demangle.lo: cp-demangle.c
kono
parents:
diff changeset
859 $(LTCOMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
kono
parents:
diff changeset
860 cp-demangle.o: cp-demangle.c
kono
parents:
diff changeset
861 $(C_COMPILE) -DIN_GLIBCPP_V3 -Wno-error -c $<
kono
parents:
diff changeset
862
kono
parents:
diff changeset
863 # Use special rules for the C++17 sources so that the proper flags are passed.
kono
parents:
diff changeset
864 new_opa.lo: new_opa.cc
kono
parents:
diff changeset
865 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
866 new_opant.lo: new_opant.cc
kono
parents:
diff changeset
867 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
868 new_opva.lo: new_opva.cc
kono
parents:
diff changeset
869 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
870 new_opvant.lo: new_opvant.cc
kono
parents:
diff changeset
871 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
872 del_opa.lo: del_opa.cc
kono
parents:
diff changeset
873 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
874 del_opant.lo: del_opant.cc
kono
parents:
diff changeset
875 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
876 del_opsa.lo: del_opsa.cc
kono
parents:
diff changeset
877 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
878 del_opva.lo: del_opva.cc
kono
parents:
diff changeset
879 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
880 del_opvant.lo: del_opvant.cc
kono
parents:
diff changeset
881 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
882 del_opvsa.lo: del_opvsa.cc
kono
parents:
diff changeset
883 $(LTCXXCOMPILE) -std=gnu++1z -c $<
kono
parents:
diff changeset
884
kono
parents:
diff changeset
885 install-stdHEADERS: $(std_HEADERS)
kono
parents:
diff changeset
886 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
887 $(mkinstalldirs) $(DESTDIR)$(stddir)
kono
parents:
diff changeset
888 @list='$(std_HEADERS)'; for p in $$list; do \
kono
parents:
diff changeset
889 q=`echo $$p | sed -e 's,.*/,,'`; \
kono
parents:
diff changeset
890 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
kono
parents:
diff changeset
891 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(stddir)/$$q"; \
kono
parents:
diff changeset
892 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(stddir)/$$q; \
kono
parents:
diff changeset
893 done
kono
parents:
diff changeset
894
kono
parents:
diff changeset
895 install-bitsHEADERS: $(bits_HEADERS)
kono
parents:
diff changeset
896 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
897 $(mkinstalldirs) $(DESTDIR)$(bitsdir)
kono
parents:
diff changeset
898 @list='$(bits_HEADERS)'; for p in $$list; do \
kono
parents:
diff changeset
899 q=`echo $$p | sed -e 's,.*/,,'`; \
kono
parents:
diff changeset
900 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
kono
parents:
diff changeset
901 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(bitsdir)/$$q"; \
kono
parents:
diff changeset
902 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(bitsdir)/$$q; \
kono
parents:
diff changeset
903 done
kono
parents:
diff changeset
904
kono
parents:
diff changeset
905 uninstall-stdHEADERS:
kono
parents:
diff changeset
906 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
907 list='$(std_HEADERS)'; for p in $$list; do \
kono
parents:
diff changeset
908 q=`echo $$p | sed -e 's,.*/,,'`; \
kono
parents:
diff changeset
909 rm -f $(DESTDIR)$(stddir)/$$q; \
kono
parents:
diff changeset
910 done
kono
parents:
diff changeset
911
kono
parents:
diff changeset
912 uninstall-bitsHEADERS:
kono
parents:
diff changeset
913 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
914 list='$(bits_HEADERS)'; for p in $$list; do \
kono
parents:
diff changeset
915 q=`echo $$p | sed -e 's,.*/,,'`; \
kono
parents:
diff changeset
916 rm -f $(DESTDIR)$(bitsdir)/$$q; \
kono
parents:
diff changeset
917 done
kono
parents:
diff changeset
918
kono
parents:
diff changeset
919 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
920 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
921 .NOEXPORT: