]> git.ipfire.org Git - thirdparty/gcc.git/blame - libvtv/Makefile.in
Add `--with-toolexeclibdir=' configuration option
[thirdparty/gcc.git] / libvtv / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2077db1b
CT
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
2077db1b
CT
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18VPATH = @srcdir@
22e05272
JM
19am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29}
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
6cfc0812
MH
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
22e05272
JM
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
6cfc0812 47 esac; \
22e05272
JM
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
2077db1b
CT
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92target_triplet = @target@
4344d7fa
RO
93@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am__append_1 = libvtv_stubs.la
94@ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__append_2 = obstack.c
2077db1b 95subdir = .
2077db1b
CT
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
98 $(top_srcdir)/../config/depstand.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
a8adc78f 101 $(top_srcdir)/../config/lthostflags.m4 \
2077db1b
CT
102 $(top_srcdir)/../config/multi.m4 \
103 $(top_srcdir)/../config/override.m4 \
e8e66971 104 $(top_srcdir)/../config/toolexeclibdir.m4 \
2077db1b
CT
105 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
106 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
107 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
8e2fc055
IT
108 $(top_srcdir)/../config/enable.m4 \
109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
2077db1b
CT
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
22e05272
JM
112DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
113 $(am__configure_deps) $(am__libvtv_include_HEADERS_DIST)
2077db1b
CT
114am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
115 configure.lineno config.status.lineno
116mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
117CONFIG_CLEAN_FILES =
118CONFIG_CLEAN_VPATH_FILES =
119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120am__vpath_adj = case $$p in \
121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122 *) f=$$p;; \
123 esac;
124am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125am__install_max = 40
126am__nobase_strip_setup = \
127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128am__nobase_strip = \
129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130am__nobase_list = $(am__nobase_strip_setup); \
131 for p in $$list; do echo "$$p $$p"; done | \
132 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
133 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
134 if (++n[$$2] == $(am__install_max)) \
135 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
136 END { for (dir in files) print dir, files[dir] }'
137am__base_list = \
138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
6cfc0812
MH
140am__uninstall_files_from_dir = { \
141 test -z "$$files" \
142 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
143 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
144 $(am__cd) "$$dir" && rm -f $$files; }; \
145 }
2077db1b
CT
146am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
147 "$(DESTDIR)$(libvtv_includedir)"
148LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
8be349ee 149libvtv_la_DEPENDENCIES =
2077db1b
CT
150am__objects_1 = vtv_start.lo vtv_malloc.lo vtv_rts.lo vtv_utils.lo \
151 vtv_end.lo
e5ef217c
RO
152@ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__objects_2 = \
153@ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@ obstack.lo
154@ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_OBJECTS = $(am__objects_1) \
155@ENABLE_VTABLE_VERIFY_TRUE@ $(am__objects_2)
2077db1b 156libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
22e05272
JM
157AM_V_lt = $(am__v_lt_@AM_V@)
158am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159am__v_lt_0 = --silent
160am__v_lt_1 =
161libvtv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
8be349ee
CT
162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
163 $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@
4344d7fa
RO
164@ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_rpath = -rpath \
165@ENABLE_VTABLE_VERIFY_TRUE@ $(toolexeclibdir)
8be349ee 166libvtv_stubs_la_LIBADD =
e5ef217c 167am__objects_3 = vtv_start.lo vtv_stubs.lo vtv_end.lo
8be349ee 168@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_OBJECTS = \
e5ef217c 169@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(am__objects_3)
8be349ee 170libvtv_stubs_la_OBJECTS = $(am_libvtv_stubs_la_OBJECTS)
22e05272
JM
171libvtv_stubs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
172 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
173 $(AM_CXXFLAGS) $(CXXFLAGS) $(libvtv_stubs_la_LDFLAGS) \
174 $(LDFLAGS) -o $@
4344d7fa
RO
175@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_rpath = \
176@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ -rpath \
177@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(toolexeclibdir)
22e05272
JM
178AM_V_P = $(am__v_P_@AM_V@)
179am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180am__v_P_0 = false
181am__v_P_1 = :
182AM_V_GEN = $(am__v_GEN_@AM_V@)
183am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184am__v_GEN_0 = @echo " GEN " $@;
185am__v_GEN_1 =
186AM_V_at = $(am__v_at_@AM_V@)
187am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188am__v_at_0 = @
189am__v_at_1 =
2077db1b
CT
190DEFAULT_INCLUDES = -I.@am__isrc@
191depcomp = $(SHELL) $(top_srcdir)/../depcomp
192am__depfiles_maybe = depfiles
193am__mv = mv -f
194COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
22e05272
JM
196LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
198 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
199 $(AM_CFLAGS) $(CFLAGS)
200AM_V_CC = $(am__v_CC_@AM_V@)
201am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202am__v_CC_0 = @echo " CC " $@;
203am__v_CC_1 =
2077db1b 204CCLD = $(CC)
22e05272
JM
205LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207 $(AM_LDFLAGS) $(LDFLAGS) -o $@
208AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210am__v_CCLD_0 = @echo " CCLD " $@;
211am__v_CCLD_1 =
2077db1b
CT
212CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
213 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22e05272
JM
214AM_V_CXX = $(am__v_CXX_@AM_V@)
215am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
216am__v_CXX_0 = @echo " CXX " $@;
217am__v_CXX_1 =
218AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
219am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
220am__v_CXXLD_0 = @echo " CXXLD " $@;
221am__v_CXXLD_1 =
8be349ee 222SOURCES = $(libvtv_la_SOURCES) $(libvtv_stubs_la_SOURCES)
22e05272
JM
223RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
224 ctags-recursive dvi-recursive html-recursive info-recursive \
225 install-data-recursive install-dvi-recursive \
226 install-exec-recursive install-html-recursive \
227 install-info-recursive install-pdf-recursive \
228 install-ps-recursive install-recursive installcheck-recursive \
229 installdirs-recursive pdf-recursive ps-recursive \
230 tags-recursive uninstall-recursive
6cfc0812
MH
231am__can_run_installinfo = \
232 case $$AM_UPDATE_INFO_DIR in \
233 n|no|NO) false;; \
234 *) (install-info --version) >/dev/null 2>&1;; \
235 esac
56fc7835
CT
236am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \
237 vtv_set.h vtv_utils.h vtv_rts.h
2077db1b
CT
238HEADERS = $(libvtv_include_HEADERS)
239RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
240 distclean-recursive maintainer-clean-recursive
22e05272
JM
241am__recursive_targets = \
242 $(RECURSIVE_TARGETS) \
243 $(RECURSIVE_CLEAN_TARGETS) \
244 $(am__extra_recursive_targets)
245AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
246 cscope
247am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248# Read a list of newline-separated strings from the standard input,
249# and print each of them once, without duplicates. Input order is
250# *not* preserved.
251am__uniquify_input = $(AWK) '\
252 BEGIN { nonempty = 0; } \
253 { items[$$0] = 1; nonempty = 1; } \
254 END { if (nonempty) { for (i in items) print i; }; } \
255'
256# Make sure the list of sources is unique. This is necessary because,
257# e.g., the same source file might be shared among _SOURCES variables
258# for different programs/libraries.
259am__define_uniq_tagged_files = \
260 list='$(am__tagged_files)'; \
261 unique=`for i in $$list; do \
262 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263 done | $(am__uniquify_input)`
2077db1b
CT
264ETAGS = etags
265CTAGS = ctags
22e05272 266CSCOPE = cscope
56fc7835 267DIST_SUBDIRS = testsuite
2077db1b
CT
268ACLOCAL = @ACLOCAL@
269AMTAR = @AMTAR@
22e05272 270AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2077db1b
CT
271AR = @AR@
272AS = @AS@
273AUTOCONF = @AUTOCONF@
274AUTOHEADER = @AUTOHEADER@
275AUTOMAKE = @AUTOMAKE@
276AWK = @AWK@
277CC = @CC@
278CCAS = @CCAS@
279CCASFLAGS = @CCASFLAGS@
280CCDEPMODE = @CCDEPMODE@
281CFLAGS = @CFLAGS@
282CPP = @CPP@
283CPPFLAGS = @CPPFLAGS@
284CXX = @CXX@
285CXXCPP = @CXXCPP@
286CXXDEPMODE = @CXXDEPMODE@
287CXXFLAGS = @CXXFLAGS@
288CYGPATH_W = @CYGPATH_W@
8bc16536 289DEFS = @DEFS@
2077db1b
CT
290DEPDIR = @DEPDIR@
291DSYMUTIL = @DSYMUTIL@
292DUMPBIN = @DUMPBIN@
293ECHO_C = @ECHO_C@
294ECHO_N = @ECHO_N@
295ECHO_T = @ECHO_T@
296EGREP = @EGREP@
297EXEEXT = @EXEEXT@
298FGREP = @FGREP@
299GREP = @GREP@
300INSTALL = @INSTALL@
301INSTALL_DATA = @INSTALL_DATA@
302INSTALL_PROGRAM = @INSTALL_PROGRAM@
303INSTALL_SCRIPT = @INSTALL_SCRIPT@
304INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
305LD = @LD@
306LDFLAGS = @LDFLAGS@
307LIBOBJS = @LIBOBJS@
308LIBS = @LIBS@
309LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
310LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
311LIBTOOL = @LIBTOOL@
312LIPO = @LIPO@
313LN_S = @LN_S@
314LTLIBOBJS = @LTLIBOBJS@
315MAINT = @MAINT@
316MAKEINFO = @MAKEINFO@
317MKDIR_P = @MKDIR_P@
318NM = @NM@
319NMEDIT = @NMEDIT@
320OBJDUMP = @OBJDUMP@
321OBJEXT = @OBJEXT@
322OTOOL = @OTOOL@
323OTOOL64 = @OTOOL64@
324PACKAGE = @PACKAGE@
325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326PACKAGE_NAME = @PACKAGE_NAME@
327PACKAGE_STRING = @PACKAGE_STRING@
328PACKAGE_TARNAME = @PACKAGE_TARNAME@
329PACKAGE_URL = @PACKAGE_URL@
330PACKAGE_VERSION = @PACKAGE_VERSION@
331PATH_SEPARATOR = @PATH_SEPARATOR@
332RANLIB = @RANLIB@
333SED = @SED@
334SET_MAKE = @SET_MAKE@
335SHELL = @SHELL@
336STRIP = @STRIP@
337VERSION = @VERSION@
338XCFLAGS = @XCFLAGS@
339abs_builddir = @abs_builddir@
340abs_srcdir = @abs_srcdir@
341abs_top_builddir = @abs_top_builddir@
342abs_top_srcdir = @abs_top_srcdir@
343ac_ct_CC = @ac_ct_CC@
344ac_ct_CXX = @ac_ct_CXX@
345ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346am__include = @am__include@
347am__leading_dot = @am__leading_dot@
348am__quote = @am__quote@
349am__tar = @am__tar@
350am__untar = @am__untar@
351bindir = @bindir@
352build = @build@
353build_alias = @build_alias@
354build_cpu = @build_cpu@
355build_os = @build_os@
356build_vendor = @build_vendor@
357builddir = @builddir@
358datadir = @datadir@
359datarootdir = @datarootdir@
360docdir = @docdir@
361dvidir = @dvidir@
362enable_shared = @enable_shared@
363enable_static = @enable_static@
364exec_prefix = @exec_prefix@
3c36aa6b 365get_gcc_base_ver = @get_gcc_base_ver@
2077db1b
CT
366host = @host@
367host_alias = @host_alias@
368host_cpu = @host_cpu@
369host_os = @host_os@
370host_vendor = @host_vendor@
371htmldir = @htmldir@
372includedir = @includedir@
373infodir = @infodir@
374install_sh = @install_sh@
375libdir = @libdir@
376libexecdir = @libexecdir@
377libtool_VERSION = @libtool_VERSION@
378libvtv_builddir = @libvtv_builddir@
379libvtv_srcdir = @libvtv_srcdir@
380localedir = @localedir@
381localstatedir = @localstatedir@
a8adc78f 382lt_host_flags = @lt_host_flags@
2077db1b
CT
383mandir = @mandir@
384mkdir_p = @mkdir_p@
385multi_basedir = @multi_basedir@
386oldincludedir = @oldincludedir@
387pdfdir = @pdfdir@
388prefix = @prefix@
389program_transform_name = @program_transform_name@
390psdir = @psdir@
391sbindir = @sbindir@
392sharedstatedir = @sharedstatedir@
393srcdir = @srcdir@
394sysconfdir = @sysconfdir@
395target = @target@
396target_alias = @target_alias@
397target_cpu = @target_cpu@
398target_noncanonical = @target_noncanonical@
399target_os = @target_os@
400target_vendor = @target_vendor@
401toolexecdir = @toolexecdir@
402toolexeclibdir = @toolexeclibdir@
403top_build_prefix = @top_build_prefix@
404top_builddir = @top_builddir@
405top_srcdir = @top_srcdir@
406toplevel_builddir = @toplevel_builddir@
407toplevel_srcdir = @toplevel_srcdir@
56fc7835
CT
408@ENABLE_VTABLE_VERIFY_FALSE@SUBDIRS =
409@ENABLE_VTABLE_VERIFY_TRUE@SUBDIRS = testsuite
2077db1b
CT
410ACLOCAL_AMFLAGS = -I .. -I ../config
411
412# May be used by toolexeclibdir.
3c36aa6b 413gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
2077db1b
CT
414AM_CPPFLAGS = -I$(top_srcdir)/../include
415AM_CFLAGS = $(XCFLAGS)
416AM_CCASFLAGS = $(XCFLAGS)
417AM_CXXFLAGS = $(XCFLAGS) $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
418 -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
4344d7fa
RO
419@ENABLE_VTABLE_VERIFY_TRUE@toolexeclib_LTLIBRARIES = libvtv.la \
420@ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_1)
2077db1b
CT
421vtv_headers = \
422 vtv_map.h \
423 vtv_malloc.h \
424 vtv_fail.h \
425 vtv_set.h \
426 vtv_utils.h \
427 vtv_rts.h
428
429vtv_sources = \
430 vtv_start.c \
431 vtv_malloc.cc \
432 vtv_rts.cc \
433 vtv_utils.cc \
434 vtv_end.c
435
8be349ee
CT
436vtv_stubs_sources = \
437 vtv_start.c \
438 vtv_stubs.cc \
439 vtv_end.c
440
114f3eb9 441libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
2077db1b
CT
442
443# Link in vtv_start and vtv_end.
444BUILT_SOURCES = vtv_start.c vtv_end.c
8be349ee
CT
445@VTV_CYGMIN_TRUE@libvtv_la_LIBADD = -lpsapi
446@VTV_CYGMIN_TRUE@libvtv_la_LDFLAGS = $(lt_host_flags)
447@VTV_CYGMIN_TRUE@libvtv_stubs_la_LDFLAGS = $(lt_host_flags)
56fc7835 448@ENABLE_VTABLE_VERIFY_FALSE@libvtv_la_SOURCES =
e5ef217c 449@ENABLE_VTABLE_VERIFY_TRUE@libvtv_la_SOURCES = $(vtv_sources) \
4344d7fa 450@ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_2)
8be349ee 451@ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@libvtv_stubs_la_SOURCES = $(vtv_stubs_sources)
56fc7835
CT
452@ENABLE_VTABLE_VERIFY_FALSE@libvtv_include_HEADERS =
453@ENABLE_VTABLE_VERIFY_TRUE@libvtv_include_HEADERS = $(vtv_headers)
2077db1b
CT
454
455# Least ordering for dependencies mean linking w/o libstdc++ for as
456# long as the development of libvtv does not absolutely require it.
457CXXVTV = $(CC_FOR_TARGET)
8be349ee 458CXXLD = $(CC_FOR_TARGET)
2077db1b
CT
459LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
460 --mode=compile $(CXXVTV) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
461 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
462
463CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
464 --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
465 $(LDFLAGS) -o $@
466
22e05272
JM
467MULTISRCTOP =
468MULTIBUILDTOP =
469MULTIDIRS =
470MULTISUBDIR =
471MULTIDO = true
472MULTICLEAN = true
2077db1b
CT
473all: $(BUILT_SOURCES)
474 $(MAKE) $(AM_MAKEFLAGS) all-recursive
475
476.SUFFIXES:
477.SUFFIXES: .c .cc .lo .o .obj
6cfc0812 478am--refresh: Makefile
2077db1b 479 @:
22e05272 480$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
2077db1b
CT
481 @for dep in $?; do \
482 case '$(am__configure_deps)' in \
483 *$$dep*) \
484 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
485 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
486 && exit 0; \
487 exit 1;; \
488 esac; \
489 done; \
56fc7835 490 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2077db1b 491 $(am__cd) $(top_srcdir) && \
56fc7835 492 $(AUTOMAKE) --foreign Makefile
2077db1b
CT
493Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
494 @case '$?' in \
495 *config.status*) \
496 echo ' $(SHELL) ./config.status'; \
497 $(SHELL) ./config.status;; \
498 *) \
499 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
500 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
501 esac;
22e05272 502$(top_srcdir)/../multilib.am $(am__empty):
2077db1b
CT
503
504$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505 $(SHELL) ./config.status --recheck
506
507$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
508 $(am__cd) $(srcdir) && $(AUTOCONF)
509$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
510 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
511$(am__aclocal_m4_deps):
22e05272 512
2077db1b
CT
513install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
514 @$(NORMAL_INSTALL)
2077db1b
CT
515 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
516 list2=; for p in $$list; do \
517 if test -f $$p; then \
518 list2="$$list2 $$p"; \
519 else :; fi; \
520 done; \
521 test -z "$$list2" || { \
6cfc0812
MH
522 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
523 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
2077db1b
CT
524 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
525 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
526 }
527
528uninstall-toolexeclibLTLIBRARIES:
529 @$(NORMAL_UNINSTALL)
530 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
531 for p in $$list; do \
532 $(am__strip_dir) \
533 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
534 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
535 done
536
537clean-toolexeclibLTLIBRARIES:
538 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
22e05272
JM
539 @list='$(toolexeclib_LTLIBRARIES)'; \
540 locs=`for p in $$list; do echo $$p; done | \
541 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
542 sort -u`; \
543 test -z "$$locs" || { \
544 echo rm -f $${locs}; \
545 rm -f $${locs}; \
546 }
547
6cfc0812 548libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES)
22e05272
JM
549 $(AM_V_CXXLD)$(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
550
6cfc0812 551libvtv_stubs.la: $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_DEPENDENCIES) $(EXTRA_libvtv_stubs_la_DEPENDENCIES)
22e05272 552 $(AM_V_CXXLD)$(libvtv_stubs_la_LINK) $(am_libvtv_stubs_la_rpath) $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_LIBADD) $(LIBS)
2077db1b
CT
553
554mostlyclean-compile:
555 -rm -f *.$(OBJEXT)
556
557distclean-compile:
558 -rm -f *.tab.c
559
8be349ee 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Plo@am__quote@
2077db1b
CT
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_end.Plo@am__quote@
562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_malloc.Plo@am__quote@
563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_rts.Plo@am__quote@
564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_start.Plo@am__quote@
8be349ee 565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_stubs.Plo@am__quote@
2077db1b
CT
566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@
567
568.c.o:
22e05272
JM
569@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
570@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2077db1b 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 573@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2077db1b
CT
574
575.c.obj:
22e05272
JM
576@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
577@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2077db1b 579@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 580@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2077db1b
CT
581
582.c.lo:
22e05272
JM
583@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
584@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
585@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2077db1b 586@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 587@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
2077db1b
CT
588
589.cc.o:
22e05272
JM
590@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
591@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
592@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2077db1b 593@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 594@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
2077db1b
CT
595
596.cc.obj:
22e05272
JM
597@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
598@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2077db1b 600@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 601@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2077db1b
CT
602
603.cc.lo:
22e05272
JM
604@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
605@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
606@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2077db1b 607@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 608@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
2077db1b
CT
609
610mostlyclean-libtool:
611 -rm -f *.lo
612
613clean-libtool:
614 -rm -rf .libs _libs
615
616distclean-libtool:
617 -rm -f libtool config.lt
2077db1b
CT
618install-libvtv_includeHEADERS: $(libvtv_include_HEADERS)
619 @$(NORMAL_INSTALL)
2077db1b 620 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
6cfc0812
MH
621 if test -n "$$list"; then \
622 echo " $(MKDIR_P) '$(DESTDIR)$(libvtv_includedir)'"; \
623 $(MKDIR_P) "$(DESTDIR)$(libvtv_includedir)" || exit 1; \
624 fi; \
2077db1b
CT
625 for p in $$list; do \
626 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
627 echo "$$d$$p"; \
628 done | $(am__base_list) | \
629 while read files; do \
630 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libvtv_includedir)'"; \
631 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libvtv_includedir)" || exit $$?; \
632 done
633
634uninstall-libvtv_includeHEADERS:
635 @$(NORMAL_UNINSTALL)
636 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
637 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
6cfc0812 638 dir='$(DESTDIR)$(libvtv_includedir)'; $(am__uninstall_files_from_dir)
2077db1b
CT
639
640# This directory's subdirectories are mostly independent; you can cd
22e05272
JM
641# into them and run 'make' without going through this Makefile.
642# To change the values of 'make' variables: instead of editing Makefiles,
643# (1) if the variable is set in 'config.status', edit 'config.status'
644# (which will cause the Makefiles to be regenerated when you run 'make');
645# (2) otherwise, pass the desired values on the 'make' command line.
646$(am__recursive_targets):
647 @fail=; \
648 if $(am__make_keepgoing); then \
649 failcom='fail=yes'; \
650 else \
651 failcom='exit 1'; \
652 fi; \
2077db1b
CT
653 dot_seen=no; \
654 target=`echo $@ | sed s/-recursive//`; \
22e05272
JM
655 case "$@" in \
656 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
657 *) list='$(SUBDIRS)' ;; \
658 esac; \
659 for subdir in $$list; do \
2077db1b
CT
660 echo "Making $$target in $$subdir"; \
661 if test "$$subdir" = "."; then \
662 dot_seen=yes; \
663 local_target="$$target-am"; \
664 else \
665 local_target="$$target"; \
666 fi; \
667 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
668 || eval $$failcom; \
669 done; \
670 if test "$$dot_seen" = "no"; then \
671 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
672 fi; test -z "$$fail"
673
22e05272
JM
674ID: $(am__tagged_files)
675 $(am__define_uniq_tagged_files); mkid -fID $$unique
676tags: tags-recursive
677TAGS: tags
2077db1b 678
22e05272 679tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2077db1b
CT
680 set x; \
681 here=`pwd`; \
682 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
683 include_option=--etags-include; \
684 empty_fix=.; \
685 else \
686 include_option=--include; \
687 empty_fix=; \
688 fi; \
689 list='$(SUBDIRS)'; for subdir in $$list; do \
690 if test "$$subdir" = .; then :; else \
691 test ! -f $$subdir/TAGS || \
692 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
693 fi; \
694 done; \
22e05272 695 $(am__define_uniq_tagged_files); \
2077db1b
CT
696 shift; \
697 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
698 test -n "$$unique" || unique=$$empty_fix; \
699 if test $$# -gt 0; then \
700 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701 "$$@" $$unique; \
702 else \
703 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
704 $$unique; \
705 fi; \
706 fi
22e05272
JM
707ctags: ctags-recursive
708
709CTAGS: ctags
710ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
711 $(am__define_uniq_tagged_files); \
2077db1b
CT
712 test -z "$(CTAGS_ARGS)$$unique" \
713 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
714 $$unique
715
716GTAGS:
717 here=`$(am__cd) $(top_builddir) && pwd` \
718 && $(am__cd) $(top_srcdir) \
719 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
720cscope: cscope.files
721 test ! -s cscope.files \
722 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
723clean-cscope:
724 -rm -f cscope.files
725cscope.files: clean-cscope cscopelist
726cscopelist: cscopelist-recursive
727
728cscopelist-am: $(am__tagged_files)
729 list='$(am__tagged_files)'; \
730 case "$(srcdir)" in \
731 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
732 *) sdir=$(subdir)/$(srcdir) ;; \
733 esac; \
734 for i in $$list; do \
735 if test -f "$$i"; then \
736 echo "$(subdir)/$$i"; \
737 else \
738 echo "$$sdir/$$i"; \
739 fi; \
740 done >> $(top_builddir)/cscope.files
2077db1b
CT
741
742distclean-tags:
743 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 744 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2077db1b
CT
745check-am: all-am
746check: $(BUILT_SOURCES)
747 $(MAKE) $(AM_MAKEFLAGS) check-recursive
22e05272 748all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
2077db1b
CT
749installdirs: installdirs-recursive
750installdirs-am:
751 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \
752 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
753 done
754install: $(BUILT_SOURCES)
755 $(MAKE) $(AM_MAKEFLAGS) install-recursive
756install-exec: install-exec-recursive
757install-data: install-data-recursive
758uninstall: uninstall-recursive
759
760install-am: all-am
761 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
762
763installcheck: installcheck-recursive
764install-strip:
6cfc0812
MH
765 if test -z '$(STRIP)'; then \
766 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
767 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
768 install; \
769 else \
770 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
771 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
772 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
773 fi
2077db1b
CT
774mostlyclean-generic:
775
776clean-generic:
777
778distclean-generic:
779 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
780 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
781
782maintainer-clean-generic:
783 @echo "This command is intended for maintainers to use"
784 @echo "it deletes files that may require special tools to rebuild."
785 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
22e05272 786clean: clean-recursive
2077db1b 787
22e05272
JM
788clean-am: clean-generic clean-libtool clean-local \
789 clean-toolexeclibLTLIBRARIES mostlyclean-am
2077db1b 790
22e05272 791distclean: distclean-recursive
2077db1b
CT
792 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
793 -rm -rf ./$(DEPDIR)
794 -rm -f Makefile
795distclean-am: clean-am distclean-compile distclean-generic \
22e05272 796 distclean-libtool distclean-local distclean-tags
2077db1b
CT
797
798dvi: dvi-recursive
799
800dvi-am:
801
802html: html-recursive
803
804html-am:
805
806info: info-recursive
807
808info-am:
809
810install-data-am: install-libvtv_includeHEADERS
811
812install-dvi: install-dvi-recursive
813
814install-dvi-am:
815
22e05272 816install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
2077db1b
CT
817
818install-html: install-html-recursive
819
820install-html-am:
821
822install-info: install-info-recursive
823
824install-info-am:
825
826install-man:
827
828install-pdf: install-pdf-recursive
829
830install-pdf-am:
831
832install-ps: install-ps-recursive
833
834install-ps-am:
835
836installcheck-am:
837
22e05272 838maintainer-clean: maintainer-clean-recursive
2077db1b
CT
839 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
840 -rm -rf $(top_srcdir)/autom4te.cache
841 -rm -rf ./$(DEPDIR)
842 -rm -f Makefile
22e05272
JM
843maintainer-clean-am: distclean-am maintainer-clean-generic \
844 maintainer-clean-local
2077db1b 845
22e05272 846mostlyclean: mostlyclean-recursive
2077db1b
CT
847
848mostlyclean-am: mostlyclean-compile mostlyclean-generic \
22e05272 849 mostlyclean-libtool mostlyclean-local
2077db1b
CT
850
851pdf: pdf-recursive
852
853pdf-am:
854
855ps: ps-recursive
856
857ps-am:
858
859uninstall-am: uninstall-libvtv_includeHEADERS \
860 uninstall-toolexeclibLTLIBRARIES
861
22e05272
JM
862.MAKE: $(am__recursive_targets) all check install install-am \
863 install-strip
864
865.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
866 am--refresh check check-am clean clean-cscope clean-generic \
867 clean-libtool clean-local clean-toolexeclibLTLIBRARIES cscope \
868 cscopelist-am ctags ctags-am distclean distclean-compile \
869 distclean-generic distclean-libtool distclean-local \
870 distclean-tags dvi dvi-am html html-am info info-am install \
871 install-am install-data install-data-am install-dvi \
872 install-dvi-am install-exec install-exec-am install-exec-local \
2077db1b 873 install-html install-html-am install-info install-info-am \
22e05272
JM
874 install-libvtv_includeHEADERS install-man install-pdf \
875 install-pdf-am install-ps install-ps-am install-strip \
876 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
877 installdirs installdirs-am maintainer-clean \
878 maintainer-clean-generic maintainer-clean-local mostlyclean \
2077db1b 879 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
22e05272
JM
880 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
881 uninstall-am uninstall-libvtv_includeHEADERS \
2077db1b
CT
882 uninstall-toolexeclibLTLIBRARIES
883
22e05272
JM
884.PRECIOUS: Makefile
885
2077db1b
CT
886vtv_start.c:
887 rm -f $@
888 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@
889
890vtv_end.c:
891 rm -f $@
892 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_end.c $@
893
e5ef217c
RO
894@VTV_NO_OBSTACK_TRUE@ obstack.c:
895@VTV_NO_OBSTACK_TRUE@ rm -f $@
896@VTV_NO_OBSTACK_TRUE@ $(LN_S) $(toplevel_srcdir)/libiberty/obstack.c $@
897@VTV_NO_OBSTACK_TRUE@ > config.h
8be349ee
CT
898
899@VTV_CYGMIN_TRUE@ vtv_stubs.cc:
900@VTV_CYGMIN_TRUE@ rm -f $@
901@VTV_CYGMIN_TRUE@ $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@
902
22e05272
JM
903# GNU Make needs to see an explicit $(MAKE) variable in the command it
904# runs to enable its job server during parallel builds. Hence the
905# comments below.
906all-multi:
907 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
908install-multi:
909 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
910mostlyclean-multi:
911 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
912clean-multi:
913 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
914distclean-multi:
915 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
916maintainer-clean-multi:
917 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
918
919.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
920 install-multi maintainer-clean-multi mostlyclean-multi
921
922install-exec-local: install-multi
923
924all-local: all-multi
925mostlyclean-local: mostlyclean-multi
926clean-local: clean-multi
927distclean-local: distclean-multi
928maintainer-clean-local: maintainer-clean-multi
929
2077db1b
CT
930# Tell versions [3.59,3.63) of GNU make to not export all variables.
931# Otherwise a system limit (for SysV at least) may be exceeded.
932.NOEXPORT: