[RISC-V] Use shNadd for constant synthesis
[official-gcc.git] / libvtv / Makefile.in
blob70b440347126836f7dabef97c4ee5cce1ab0c379
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
18 VPATH = @srcdir@
19 am__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; \
30 am__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 \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
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
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 target_triplet = @target@
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
95 subdir = .
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__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 \
101 $(top_srcdir)/../config/lthostflags.m4 \
102 $(top_srcdir)/../config/multi.m4 \
103 $(top_srcdir)/../config/override.m4 \
104 $(top_srcdir)/../config/toolexeclibdir.m4 \
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 \
108 $(top_srcdir)/../config/enable.m4 \
109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111 $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
113 $(am__configure_deps) $(am__libvtv_include_HEADERS_DIST)
114 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
115 configure.lineno config.status.lineno
116 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
117 CONFIG_CLEAN_FILES =
118 CONFIG_CLEAN_VPATH_FILES =
119 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
120 am__vpath_adj = case $$p in \
121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
122 *) f=$$p;; \
123 esac;
124 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
125 am__install_max = 40
126 am__nobase_strip_setup = \
127 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
128 am__nobase_strip = \
129 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
130 am__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] }'
137 am__base_list = \
138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
140 am__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; }; \
146 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
147 "$(DESTDIR)$(libvtv_includedir)"
148 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
149 libvtv_la_DEPENDENCIES =
150 am__objects_1 = vtv_start.lo vtv_malloc.lo vtv_rts.lo vtv_utils.lo \
151 vtv_end.lo
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)
156 libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
157 AM_V_lt = $(am__v_lt_@AM_V@)
158 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159 am__v_lt_0 = --silent
160 am__v_lt_1 =
161 libvtv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
163 $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@
164 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_rpath = -rpath \
165 @ENABLE_VTABLE_VERIFY_TRUE@ $(toolexeclibdir)
166 libvtv_stubs_la_LIBADD =
167 am__objects_3 = vtv_start.lo vtv_stubs.lo vtv_end.lo
168 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_OBJECTS = \
169 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(am__objects_3)
170 libvtv_stubs_la_OBJECTS = $(am_libvtv_stubs_la_OBJECTS)
171 libvtv_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 $@
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)
178 AM_V_P = $(am__v_P_@AM_V@)
179 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180 am__v_P_0 = false
181 am__v_P_1 = :
182 AM_V_GEN = $(am__v_GEN_@AM_V@)
183 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184 am__v_GEN_0 = @echo " GEN " $@;
185 am__v_GEN_1 =
186 AM_V_at = $(am__v_at_@AM_V@)
187 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188 am__v_at_0 = @
189 am__v_at_1 =
190 DEFAULT_INCLUDES = -I.@am__isrc@
191 depcomp = $(SHELL) $(top_srcdir)/../depcomp
192 am__depfiles_maybe = depfiles
193 am__mv = mv -f
194 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196 LTCOMPILE = $(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)
200 AM_V_CC = $(am__v_CC_@AM_V@)
201 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202 am__v_CC_0 = @echo " CC " $@;
203 am__v_CC_1 =
204 CCLD = $(CC)
205 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207 $(AM_LDFLAGS) $(LDFLAGS) -o $@
208 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210 am__v_CCLD_0 = @echo " CCLD " $@;
211 am__v_CCLD_1 =
212 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
213 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
214 AM_V_CXX = $(am__v_CXX_@AM_V@)
215 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
216 am__v_CXX_0 = @echo " CXX " $@;
217 am__v_CXX_1 =
218 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
219 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
220 am__v_CXXLD_0 = @echo " CXXLD " $@;
221 am__v_CXXLD_1 =
222 SOURCES = $(libvtv_la_SOURCES) $(libvtv_stubs_la_SOURCES)
223 RECURSIVE_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
231 am__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
236 am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \
237 vtv_set.h vtv_utils.h vtv_rts.h
238 HEADERS = $(libvtv_include_HEADERS)
239 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
240 distclean-recursive maintainer-clean-recursive
241 am__recursive_targets = \
242 $(RECURSIVE_TARGETS) \
243 $(RECURSIVE_CLEAN_TARGETS) \
244 $(am__extra_recursive_targets)
245 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
246 cscope
247 am__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.
251 am__uniquify_input = $(AWK) '\
252 BEGIN { nonempty = 0; } \
253 { items[$$0] = 1; nonempty = 1; } \
254 END { if (nonempty) { for (i in items) print i; }; } \
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.
259 am__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)`
264 ETAGS = etags
265 CTAGS = ctags
266 CSCOPE = cscope
267 DIST_SUBDIRS = testsuite
268 ACLOCAL = @ACLOCAL@
269 AMTAR = @AMTAR@
270 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271 AR = @AR@
272 AS = @AS@
273 AUTOCONF = @AUTOCONF@
274 AUTOHEADER = @AUTOHEADER@
275 AUTOMAKE = @AUTOMAKE@
276 AWK = @AWK@
277 CC = @CC@
278 CCAS = @CCAS@
279 CCASFLAGS = @CCASFLAGS@
280 CCDEPMODE = @CCDEPMODE@
281 CFLAGS = @CFLAGS@
282 CPP = @CPP@
283 CPPFLAGS = @CPPFLAGS@
284 CXX = @CXX@
285 CXXCPP = @CXXCPP@
286 CXXDEPMODE = @CXXDEPMODE@
287 CXXFLAGS = @CXXFLAGS@
288 CYGPATH_W = @CYGPATH_W@
289 DEFS = @DEFS@
290 DEPDIR = @DEPDIR@
291 DSYMUTIL = @DSYMUTIL@
292 DUMPBIN = @DUMPBIN@
293 ECHO_C = @ECHO_C@
294 ECHO_N = @ECHO_N@
295 ECHO_T = @ECHO_T@
296 EGREP = @EGREP@
297 EXEEXT = @EXEEXT@
298 FGREP = @FGREP@
299 GREP = @GREP@
300 INSTALL = @INSTALL@
301 INSTALL_DATA = @INSTALL_DATA@
302 INSTALL_PROGRAM = @INSTALL_PROGRAM@
303 INSTALL_SCRIPT = @INSTALL_SCRIPT@
304 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
305 LD = @LD@
306 LDFLAGS = @LDFLAGS@
307 LIBOBJS = @LIBOBJS@
308 LIBS = @LIBS@
309 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
310 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
311 LIBTOOL = @LIBTOOL@
312 LIPO = @LIPO@
313 LN_S = @LN_S@
314 LTLIBOBJS = @LTLIBOBJS@
315 MAINT = @MAINT@
316 MAKEINFO = @MAKEINFO@
317 MKDIR_P = @MKDIR_P@
318 NM = @NM@
319 NMEDIT = @NMEDIT@
320 OBJDUMP = @OBJDUMP@
321 OBJEXT = @OBJEXT@
322 OTOOL = @OTOOL@
323 OTOOL64 = @OTOOL64@
324 PACKAGE = @PACKAGE@
325 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
326 PACKAGE_NAME = @PACKAGE_NAME@
327 PACKAGE_STRING = @PACKAGE_STRING@
328 PACKAGE_TARNAME = @PACKAGE_TARNAME@
329 PACKAGE_URL = @PACKAGE_URL@
330 PACKAGE_VERSION = @PACKAGE_VERSION@
331 PATH_SEPARATOR = @PATH_SEPARATOR@
332 RANLIB = @RANLIB@
333 SED = @SED@
334 SET_MAKE = @SET_MAKE@
335 SHELL = @SHELL@
336 STRIP = @STRIP@
337 VERSION = @VERSION@
338 XCFLAGS = @XCFLAGS@
339 abs_builddir = @abs_builddir@
340 abs_srcdir = @abs_srcdir@
341 abs_top_builddir = @abs_top_builddir@
342 abs_top_srcdir = @abs_top_srcdir@
343 ac_ct_CC = @ac_ct_CC@
344 ac_ct_CXX = @ac_ct_CXX@
345 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346 am__include = @am__include@
347 am__leading_dot = @am__leading_dot@
348 am__quote = @am__quote@
349 am__tar = @am__tar@
350 am__untar = @am__untar@
351 bindir = @bindir@
352 build = @build@
353 build_alias = @build_alias@
354 build_cpu = @build_cpu@
355 build_os = @build_os@
356 build_vendor = @build_vendor@
357 builddir = @builddir@
358 datadir = @datadir@
359 datarootdir = @datarootdir@
360 docdir = @docdir@
361 dvidir = @dvidir@
362 enable_shared = @enable_shared@
363 enable_static = @enable_static@
364 exec_prefix = @exec_prefix@
365 get_gcc_base_ver = @get_gcc_base_ver@
366 host = @host@
367 host_alias = @host_alias@
368 host_cpu = @host_cpu@
369 host_os = @host_os@
370 host_vendor = @host_vendor@
371 htmldir = @htmldir@
372 includedir = @includedir@
373 infodir = @infodir@
374 install_sh = @install_sh@
375 libdir = @libdir@
376 libexecdir = @libexecdir@
377 libtool_VERSION = @libtool_VERSION@
378 libvtv_builddir = @libvtv_builddir@
379 libvtv_srcdir = @libvtv_srcdir@
380 localedir = @localedir@
381 localstatedir = @localstatedir@
382 lt_host_flags = @lt_host_flags@
383 mandir = @mandir@
384 mkdir_p = @mkdir_p@
385 multi_basedir = @multi_basedir@
386 oldincludedir = @oldincludedir@
387 pdfdir = @pdfdir@
388 prefix = @prefix@
389 program_transform_name = @program_transform_name@
390 psdir = @psdir@
391 sbindir = @sbindir@
392 sharedstatedir = @sharedstatedir@
393 srcdir = @srcdir@
394 sysconfdir = @sysconfdir@
395 target = @target@
396 target_alias = @target_alias@
397 target_cpu = @target_cpu@
398 target_noncanonical = @target_noncanonical@
399 target_os = @target_os@
400 target_vendor = @target_vendor@
401 toolexecdir = @toolexecdir@
402 toolexeclibdir = @toolexeclibdir@
403 top_build_prefix = @top_build_prefix@
404 top_builddir = @top_builddir@
405 top_srcdir = @top_srcdir@
406 toplevel_builddir = @toplevel_builddir@
407 toplevel_srcdir = @toplevel_srcdir@
408 @ENABLE_VTABLE_VERIFY_FALSE@SUBDIRS =
409 @ENABLE_VTABLE_VERIFY_TRUE@SUBDIRS = testsuite
410 ACLOCAL_AMFLAGS = -I .. -I ../config
412 # May be used by toolexeclibdir.
413 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
414 AM_CPPFLAGS = -I$(top_srcdir)/../include
415 AM_CFLAGS = $(XCFLAGS)
416 AM_CCASFLAGS = $(XCFLAGS)
417 AM_CXXFLAGS = $(XCFLAGS) $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
418 -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
419 @ENABLE_VTABLE_VERIFY_TRUE@toolexeclib_LTLIBRARIES = libvtv.la \
420 @ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_1)
421 vtv_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
429 vtv_sources = \
430 vtv_start.c \
431 vtv_malloc.cc \
432 vtv_rts.cc \
433 vtv_utils.cc \
434 vtv_end.c
436 vtv_stubs_sources = \
437 vtv_start.c \
438 vtv_stubs.cc \
439 vtv_end.c
441 libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
443 # Link in vtv_start and vtv_end.
444 BUILT_SOURCES = vtv_start.c vtv_end.c
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)
448 @ENABLE_VTABLE_VERIFY_FALSE@libvtv_la_SOURCES =
449 @ENABLE_VTABLE_VERIFY_TRUE@libvtv_la_SOURCES = $(vtv_sources) \
450 @ENABLE_VTABLE_VERIFY_TRUE@ $(am__append_2)
451 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@libvtv_stubs_la_SOURCES = $(vtv_stubs_sources)
452 @ENABLE_VTABLE_VERIFY_FALSE@libvtv_include_HEADERS =
453 @ENABLE_VTABLE_VERIFY_TRUE@libvtv_include_HEADERS = $(vtv_headers)
455 # Least ordering for dependencies mean linking w/o libstdc++ for as
456 # long as the development of libvtv does not absolutely require it.
457 CXXVTV = $(CC_FOR_TARGET)
458 CXXLD = $(CC_FOR_TARGET)
459 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
460 --mode=compile $(CXXVTV) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
461 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
463 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
464 --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
465 $(LDFLAGS) -o $@
467 MULTISRCTOP =
468 MULTIBUILDTOP =
469 MULTIDIRS =
470 MULTISUBDIR =
471 MULTIDO = true
472 MULTICLEAN = true
473 all: $(BUILT_SOURCES)
474 $(MAKE) $(AM_MAKEFLAGS) all-recursive
476 .SUFFIXES:
477 .SUFFIXES: .c .cc .lo .o .obj
478 am--refresh: Makefile
480 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
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; \
490 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
491 $(am__cd) $(top_srcdir) && \
492 $(AUTOMAKE) --foreign Makefile
493 Makefile: $(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;
502 $(top_srcdir)/../multilib.am $(am__empty):
504 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505 $(SHELL) ./config.status --recheck
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):
513 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
514 @$(NORMAL_INSTALL)
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" || { \
522 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
523 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
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)"; \
528 uninstall-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
537 clean-toolexeclibLTLIBRARIES:
538 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
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}; \
548 libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES)
549 $(AM_V_CXXLD)$(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
551 libvtv_stubs.la: $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_DEPENDENCIES) $(EXTRA_libvtv_stubs_la_DEPENDENCIES)
552 $(AM_V_CXXLD)$(libvtv_stubs_la_LINK) $(am_libvtv_stubs_la_rpath) $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_LIBADD) $(LIBS)
554 mostlyclean-compile:
555 -rm -f *.$(OBJEXT)
557 distclean-compile:
558 -rm -f *.tab.c
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Plo@am__quote@
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@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_stubs.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@
568 .c.o:
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@
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
575 .c.obj:
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@
579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
582 .c.lo:
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@
586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
589 .cc.o:
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@
593 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
596 .cc.obj:
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@
600 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
603 .cc.lo:
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@
607 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
610 mostlyclean-libtool:
611 -rm -f *.lo
613 clean-libtool:
614 -rm -rf .libs _libs
616 distclean-libtool:
617 -rm -f libtool config.lt
618 install-libvtv_includeHEADERS: $(libvtv_include_HEADERS)
619 @$(NORMAL_INSTALL)
620 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
621 if test -n "$$list"; then \
622 echo " $(MKDIR_P) '$(DESTDIR)$(libvtv_includedir)'"; \
623 $(MKDIR_P) "$(DESTDIR)$(libvtv_includedir)" || exit 1; \
624 fi; \
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
634 uninstall-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|^.*/||'`; \
638 dir='$(DESTDIR)$(libvtv_includedir)'; $(am__uninstall_files_from_dir)
640 # This directory's subdirectories are mostly independent; you can cd
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; \
653 dot_seen=no; \
654 target=`echo $@ | sed s/-recursive//`; \
655 case "$@" in \
656 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
657 *) list='$(SUBDIRS)' ;; \
658 esac; \
659 for subdir in $$list; do \
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"
674 ID: $(am__tagged_files)
675 $(am__define_uniq_tagged_files); mkid -fID $$unique
676 tags: tags-recursive
677 TAGS: tags
679 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
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; \
695 $(am__define_uniq_tagged_files); \
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; \
707 ctags: ctags-recursive
709 CTAGS: ctags
710 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
711 $(am__define_uniq_tagged_files); \
712 test -z "$(CTAGS_ARGS)$$unique" \
713 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
714 $$unique
716 GTAGS:
717 here=`$(am__cd) $(top_builddir) && pwd` \
718 && $(am__cd) $(top_srcdir) \
719 && gtags -i $(GTAGS_ARGS) "$$here"
720 cscope: cscope.files
721 test ! -s cscope.files \
722 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
723 clean-cscope:
724 -rm -f cscope.files
725 cscope.files: clean-cscope cscopelist
726 cscopelist: cscopelist-recursive
728 cscopelist-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
742 distclean-tags:
743 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
744 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
745 check-am: all-am
746 check: $(BUILT_SOURCES)
747 $(MAKE) $(AM_MAKEFLAGS) check-recursive
748 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
749 installdirs: installdirs-recursive
750 installdirs-am:
751 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \
752 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
753 done
754 install: $(BUILT_SOURCES)
755 $(MAKE) $(AM_MAKEFLAGS) install-recursive
756 install-exec: install-exec-recursive
757 install-data: install-data-recursive
758 uninstall: uninstall-recursive
760 install-am: all-am
761 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
763 installcheck: installcheck-recursive
764 install-strip:
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; \
774 mostlyclean-generic:
776 clean-generic:
778 distclean-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)
782 maintainer-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)
786 clean: clean-recursive
788 clean-am: clean-generic clean-libtool clean-local \
789 clean-toolexeclibLTLIBRARIES mostlyclean-am
791 distclean: distclean-recursive
792 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
793 -rm -rf ./$(DEPDIR)
794 -rm -f Makefile
795 distclean-am: clean-am distclean-compile distclean-generic \
796 distclean-libtool distclean-local distclean-tags
798 dvi: dvi-recursive
800 dvi-am:
802 html: html-recursive
804 html-am:
806 info: info-recursive
808 info-am:
810 install-data-am: install-libvtv_includeHEADERS
812 install-dvi: install-dvi-recursive
814 install-dvi-am:
816 install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
818 install-html: install-html-recursive
820 install-html-am:
822 install-info: install-info-recursive
824 install-info-am:
826 install-man:
828 install-pdf: install-pdf-recursive
830 install-pdf-am:
832 install-ps: install-ps-recursive
834 install-ps-am:
836 installcheck-am:
838 maintainer-clean: maintainer-clean-recursive
839 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
840 -rm -rf $(top_srcdir)/autom4te.cache
841 -rm -rf ./$(DEPDIR)
842 -rm -f Makefile
843 maintainer-clean-am: distclean-am maintainer-clean-generic \
844 maintainer-clean-local
846 mostlyclean: mostlyclean-recursive
848 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
849 mostlyclean-libtool mostlyclean-local
851 pdf: pdf-recursive
853 pdf-am:
855 ps: ps-recursive
857 ps-am:
859 uninstall-am: uninstall-libvtv_includeHEADERS \
860 uninstall-toolexeclibLTLIBRARIES
862 .MAKE: $(am__recursive_targets) all check install install-am \
863 install-strip
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 \
873 install-html install-html-am install-info install-info-am \
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 \
879 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
880 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
881 uninstall-am uninstall-libvtv_includeHEADERS \
882 uninstall-toolexeclibLTLIBRARIES
884 .PRECIOUS: Makefile
886 vtv_start.c:
887 rm -f $@
888 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@
890 vtv_end.c:
891 rm -f $@
892 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_end.c $@
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
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 $@
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.
906 all-multi:
907 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
908 install-multi:
909 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
910 mostlyclean-multi:
911 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
912 clean-multi:
913 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
914 distclean-multi:
915 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
916 maintainer-clean-multi:
917 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
919 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
920 install-multi maintainer-clean-multi mostlyclean-multi
922 install-exec-local: install-multi
924 all-local: all-multi
925 mostlyclean-local: mostlyclean-multi
926 clean-local: clean-multi
927 distclean-local: distclean-multi
928 maintainer-clean-local: maintainer-clean-multi
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: