comparison libvtv/Makefile.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 16
18 17
19 VPATH = @srcdir@ 18 VPATH = @srcdir@
20 am__make_dryrun = \ 19 am__is_gnu_make = { \
21 { \ 20 if test -z '$(MAKELEVEL)'; then \
22 am__dry=no; \ 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 }
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 \
23 case $$MAKEFLAGS in \ 42 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \ 43 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 44 bs=\\; \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
27 *) \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \ 47 esac; \
35 test $$am__dry = yes; \ 48 fi; \
36 } 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))
37 pkgdatadir = $(datadir)/@PACKAGE@ 74 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@ 75 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@ 76 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@ 77 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54 host_triplet = @host@ 91 host_triplet = @host@
55 target_triplet = @target@ 92 target_triplet = @target@
56 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am__append_1 = libvtv_stubs.la 93 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am__append_1 = libvtv_stubs.la
57 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__append_2 = obstack.c 94 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__append_2 = obstack.c
58 subdir = . 95 subdir = .
59 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60 $(top_srcdir)/configure $(am__configure_deps) \
61 $(srcdir)/../mkinstalldirs $(srcdir)/../depcomp \
62 $(am__libvtv_include_HEADERS_DIST)
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 97 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
65 $(top_srcdir)/../config/depstand.m4 \ 98 $(top_srcdir)/../config/depstand.m4 \
66 $(top_srcdir)/../config/lead-dot.m4 \ 99 $(top_srcdir)/../config/lead-dot.m4 \
67 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \ 100 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
68 $(top_srcdir)/../config/lthostflags.m4 \ 101 $(top_srcdir)/../config/lthostflags.m4 \
69 $(top_srcdir)/../config/multi.m4 \ 102 $(top_srcdir)/../config/multi.m4 \
70 $(top_srcdir)/../config/override.m4 \ 103 $(top_srcdir)/../config/override.m4 \
104 $(top_srcdir)/../config/toolexeclibdir.m4 \
71 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 105 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
72 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 106 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
73 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \ 107 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
74 $(top_srcdir)/../config/enable.m4 \ 108 $(top_srcdir)/../config/enable.m4 \
75 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac 109 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 110 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77 $(ACLOCAL_M4) 111 $(ACLOCAL_M4)
112 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
113 $(am__configure_deps) $(am__libvtv_include_HEADERS_DIST)
78 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 114 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
79 configure.lineno config.status.lineno 115 configure.lineno config.status.lineno
80 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 116 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
81 CONFIG_CLEAN_FILES = 117 CONFIG_CLEAN_FILES =
82 CONFIG_CLEAN_VPATH_FILES = 118 CONFIG_CLEAN_VPATH_FILES =
116 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__objects_2 = \ 152 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@am__objects_2 = \
117 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@ obstack.lo 153 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_NO_OBSTACK_TRUE@ obstack.lo
118 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_OBJECTS = $(am__objects_1) \ 154 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_OBJECTS = $(am__objects_1) \
119 @ENABLE_VTABLE_VERIFY_TRUE@ $(am__objects_2) 155 @ENABLE_VTABLE_VERIFY_TRUE@ $(am__objects_2)
120 libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS) 156 libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
121 libvtv_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 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) \
122 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
123 $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@ 163 $(CXXFLAGS) $(libvtv_la_LDFLAGS) $(LDFLAGS) -o $@
124 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_rpath = -rpath \ 164 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_rpath = -rpath \
125 @ENABLE_VTABLE_VERIFY_TRUE@ $(toolexeclibdir) 165 @ENABLE_VTABLE_VERIFY_TRUE@ $(toolexeclibdir)
126 libvtv_stubs_la_LIBADD = 166 libvtv_stubs_la_LIBADD =
127 am__objects_3 = vtv_start.lo vtv_stubs.lo vtv_end.lo 167 am__objects_3 = vtv_start.lo vtv_stubs.lo vtv_end.lo
128 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_OBJECTS = \ 168 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_OBJECTS = \
129 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(am__objects_3) 169 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(am__objects_3)
130 libvtv_stubs_la_OBJECTS = $(am_libvtv_stubs_la_OBJECTS) 170 libvtv_stubs_la_OBJECTS = $(am_libvtv_stubs_la_OBJECTS)
131 libvtv_stubs_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 171 libvtv_stubs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
132 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 172 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
133 $(CXXFLAGS) $(libvtv_stubs_la_LDFLAGS) $(LDFLAGS) -o $@ 173 $(AM_CXXFLAGS) $(CXXFLAGS) $(libvtv_stubs_la_LDFLAGS) \
174 $(LDFLAGS) -o $@
134 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_rpath = \ 175 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@am_libvtv_stubs_la_rpath = \
135 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ -rpath \ 176 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ -rpath \
136 @ENABLE_VTABLE_VERIFY_TRUE@@VTV_CYGMIN_TRUE@ $(toolexeclibdir) 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 =
137 DEFAULT_INCLUDES = -I.@am__isrc@ 190 DEFAULT_INCLUDES = -I.@am__isrc@
138 depcomp = $(SHELL) $(top_srcdir)/../depcomp 191 depcomp = $(SHELL) $(top_srcdir)/../depcomp
139 am__depfiles_maybe = depfiles 192 am__depfiles_maybe = depfiles
140 am__mv = mv -f 193 am__mv = mv -f
141 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 194 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
142 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 195 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 196 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 197 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
145 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 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 =
146 CCLD = $(CC) 204 CCLD = $(CC)
147 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 205 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 $(LDFLAGS) -o $@ 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 =
150 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 212 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
151 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 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 =
152 SOURCES = $(libvtv_la_SOURCES) $(libvtv_stubs_la_SOURCES) 222 SOURCES = $(libvtv_la_SOURCES) $(libvtv_stubs_la_SOURCES)
153 MULTISRCTOP = 223 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
154 MULTIBUILDTOP = 224 ctags-recursive dvi-recursive html-recursive info-recursive \
155 MULTIDIRS = 225 install-data-recursive install-dvi-recursive \
156 MULTISUBDIR = 226 install-exec-recursive install-html-recursive \
157 MULTIDO = true 227 install-info-recursive install-pdf-recursive \
158 MULTICLEAN = true 228 install-ps-recursive install-recursive installcheck-recursive \
159 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 229 installdirs-recursive pdf-recursive ps-recursive \
160 html-recursive info-recursive install-data-recursive \ 230 tags-recursive uninstall-recursive
161 install-dvi-recursive install-exec-recursive \
162 install-html-recursive install-info-recursive \
163 install-pdf-recursive install-ps-recursive install-recursive \
164 installcheck-recursive installdirs-recursive pdf-recursive \
165 ps-recursive uninstall-recursive
166 am__can_run_installinfo = \ 231 am__can_run_installinfo = \
167 case $$AM_UPDATE_INFO_DIR in \ 232 case $$AM_UPDATE_INFO_DIR in \
168 n|no|NO) false;; \ 233 n|no|NO) false;; \
169 *) (install-info --version) >/dev/null 2>&1;; \ 234 *) (install-info --version) >/dev/null 2>&1;; \
170 esac 235 esac
171 am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \ 236 am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \
172 vtv_set.h vtv_utils.h vtv_rts.h 237 vtv_set.h vtv_utils.h vtv_rts.h
173 HEADERS = $(libvtv_include_HEADERS) 238 HEADERS = $(libvtv_include_HEADERS)
174 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 239 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
175 distclean-recursive maintainer-clean-recursive 240 distclean-recursive maintainer-clean-recursive
176 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 241 am__recursive_targets = \
177 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 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; }; } \
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.
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)`
178 ETAGS = etags 264 ETAGS = etags
179 CTAGS = ctags 265 CTAGS = ctags
266 CSCOPE = cscope
180 DIST_SUBDIRS = testsuite 267 DIST_SUBDIRS = testsuite
181 ACLOCAL = @ACLOCAL@ 268 ACLOCAL = @ACLOCAL@
182 AMTAR = @AMTAR@ 269 AMTAR = @AMTAR@
270 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AR = @AR@ 271 AR = @AR@
184 AS = @AS@ 272 AS = @AS@
185 AUTOCONF = @AUTOCONF@ 273 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@ 274 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@ 275 AUTOMAKE = @AUTOMAKE@
374 462
375 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 463 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
376 --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 464 --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
377 $(LDFLAGS) -o $@ 465 $(LDFLAGS) -o $@
378 466
467 MULTISRCTOP =
468 MULTIBUILDTOP =
469 MULTIDIRS =
470 MULTISUBDIR =
471 MULTIDO = true
472 MULTICLEAN = true
379 all: $(BUILT_SOURCES) 473 all: $(BUILT_SOURCES)
380 $(MAKE) $(AM_MAKEFLAGS) all-recursive 474 $(MAKE) $(AM_MAKEFLAGS) all-recursive
381 475
382 .SUFFIXES: 476 .SUFFIXES:
383 .SUFFIXES: .c .cc .lo .o .obj 477 .SUFFIXES: .c .cc .lo .o .obj
384 am--refresh: Makefile 478 am--refresh: Makefile
385 @: 479 @:
386 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 480 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
387 @for dep in $?; do \ 481 @for dep in $?; do \
388 case '$(am__configure_deps)' in \ 482 case '$(am__configure_deps)' in \
389 *$$dep*) \ 483 *$$dep*) \
390 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 484 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
391 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 485 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
394 esac; \ 488 esac; \
395 done; \ 489 done; \
396 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 490 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
397 $(am__cd) $(top_srcdir) && \ 491 $(am__cd) $(top_srcdir) && \
398 $(AUTOMAKE) --foreign Makefile 492 $(AUTOMAKE) --foreign Makefile
399 .PRECIOUS: Makefile
400 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 493 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
401 @case '$?' in \ 494 @case '$?' in \
402 *config.status*) \ 495 *config.status*) \
403 echo ' $(SHELL) ./config.status'; \ 496 echo ' $(SHELL) ./config.status'; \
404 $(SHELL) ./config.status;; \ 497 $(SHELL) ./config.status;; \
405 *) \ 498 *) \
406 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 499 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
407 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 500 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
408 esac; 501 esac;
502 $(top_srcdir)/../multilib.am $(am__empty):
409 503
410 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 504 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
411 $(SHELL) ./config.status --recheck 505 $(SHELL) ./config.status --recheck
412 506
413 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 507 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
414 $(am__cd) $(srcdir) && $(AUTOCONF) 508 $(am__cd) $(srcdir) && $(AUTOCONF)
415 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 509 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
416 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 510 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
417 $(am__aclocal_m4_deps): 511 $(am__aclocal_m4_deps):
512
418 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 513 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
419 @$(NORMAL_INSTALL) 514 @$(NORMAL_INSTALL)
420 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 515 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
421 list2=; for p in $$list; do \ 516 list2=; for p in $$list; do \
422 if test -f $$p; then \ 517 if test -f $$p; then \
439 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 534 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
440 done 535 done
441 536
442 clean-toolexeclibLTLIBRARIES: 537 clean-toolexeclibLTLIBRARIES:
443 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 538 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
444 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 539 @list='$(toolexeclib_LTLIBRARIES)'; \
445 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 540 locs=`for p in $$list; do echo $$p; done | \
446 test "$$dir" != "$$p" || dir=.; \ 541 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
447 echo "rm -f \"$${dir}/so_locations\""; \ 542 sort -u`; \
448 rm -f "$${dir}/so_locations"; \ 543 test -z "$$locs" || { \
449 done 544 echo rm -f $${locs}; \
545 rm -f $${locs}; \
546 }
547
450 libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES) 548 libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES) $(EXTRA_libvtv_la_DEPENDENCIES)
451 $(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS) 549 $(AM_V_CXXLD)$(libvtv_la_LINK) $(am_libvtv_la_rpath) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
550
452 libvtv_stubs.la: $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_DEPENDENCIES) $(EXTRA_libvtv_stubs_la_DEPENDENCIES) 551 libvtv_stubs.la: $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_DEPENDENCIES) $(EXTRA_libvtv_stubs_la_DEPENDENCIES)
453 $(libvtv_stubs_la_LINK) $(am_libvtv_stubs_la_rpath) $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_LIBADD) $(LIBS) 552 $(AM_V_CXXLD)$(libvtv_stubs_la_LINK) $(am_libvtv_stubs_la_rpath) $(libvtv_stubs_la_OBJECTS) $(libvtv_stubs_la_LIBADD) $(LIBS)
454 553
455 mostlyclean-compile: 554 mostlyclean-compile:
456 -rm -f *.$(OBJEXT) 555 -rm -f *.$(OBJEXT)
457 556
458 distclean-compile: 557 distclean-compile:
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_start.Plo@am__quote@ 564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_start.Plo@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_stubs.Plo@am__quote@ 565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_stubs.Plo@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@ 566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@
468 567
469 .c.o: 568 .c.o:
470 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 569 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
471 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 570 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
475 574
476 .c.obj: 575 .c.obj:
477 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 576 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
478 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 577 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
482 581
483 .c.lo: 582 .c.lo:
484 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 583 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
485 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 584 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 587 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
489 588
490 .cc.o: 589 .cc.o:
491 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 590 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
492 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 591 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
493 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 592 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 593 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 594 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
496 595
497 .cc.obj: 596 .cc.obj:
498 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 597 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
499 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 598 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 599 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 600 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 601 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
503 602
504 .cc.lo: 603 .cc.lo:
505 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 604 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
506 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 605 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
507 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 606 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 607 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 608 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
510 609
511 mostlyclean-libtool: 610 mostlyclean-libtool:
512 -rm -f *.lo 611 -rm -f *.lo
513 612
514 clean-libtool: 613 clean-libtool:
515 -rm -rf .libs _libs 614 -rm -rf .libs _libs
516 615
517 distclean-libtool: 616 distclean-libtool:
518 -rm -f libtool config.lt 617 -rm -f libtool config.lt
519
520 # GNU Make needs to see an explicit $(MAKE) variable in the command it
521 # runs to enable its job server during parallel builds. Hence the
522 # comments below.
523 all-multi:
524 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
525 install-multi:
526 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
527
528 mostlyclean-multi:
529 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
530 clean-multi:
531 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
532 distclean-multi:
533 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
534 maintainer-clean-multi:
535 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
536 install-libvtv_includeHEADERS: $(libvtv_include_HEADERS) 618 install-libvtv_includeHEADERS: $(libvtv_include_HEADERS)
537 @$(NORMAL_INSTALL) 619 @$(NORMAL_INSTALL)
538 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \ 620 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
539 if test -n "$$list"; then \ 621 if test -n "$$list"; then \
540 echo " $(MKDIR_P) '$(DESTDIR)$(libvtv_includedir)'"; \ 622 echo " $(MKDIR_P) '$(DESTDIR)$(libvtv_includedir)'"; \
554 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \ 636 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
555 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 637 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
556 dir='$(DESTDIR)$(libvtv_includedir)'; $(am__uninstall_files_from_dir) 638 dir='$(DESTDIR)$(libvtv_includedir)'; $(am__uninstall_files_from_dir)
557 639
558 # This directory's subdirectories are mostly independent; you can cd 640 # This directory's subdirectories are mostly independent; you can cd
559 # into them and run `make' without going through this Makefile. 641 # into them and run 'make' without going through this Makefile.
560 # To change the values of `make' variables: instead of editing Makefiles, 642 # To change the values of 'make' variables: instead of editing Makefiles,
561 # (1) if the variable is set in `config.status', edit `config.status' 643 # (1) if the variable is set in 'config.status', edit 'config.status'
562 # (which will cause the Makefiles to be regenerated when you run `make'); 644 # (which will cause the Makefiles to be regenerated when you run 'make');
563 # (2) otherwise, pass the desired values on the `make' command line. 645 # (2) otherwise, pass the desired values on the 'make' command line.
564 $(RECURSIVE_TARGETS): 646 $(am__recursive_targets):
565 @fail= failcom='exit 1'; \ 647 @fail=; \
566 for f in x $$MAKEFLAGS; do \ 648 if $(am__make_keepgoing); then \
567 case $$f in \ 649 failcom='fail=yes'; \
568 *=* | --[!k]*);; \ 650 else \
569 *k*) failcom='fail=yes';; \ 651 failcom='exit 1'; \
570 esac; \ 652 fi; \
571 done; \
572 dot_seen=no; \ 653 dot_seen=no; \
573 target=`echo $@ | sed s/-recursive//`; \ 654 target=`echo $@ | sed s/-recursive//`; \
574 list='$(SUBDIRS)'; for subdir in $$list; do \ 655 case "$@" in \
656 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
657 *) list='$(SUBDIRS)' ;; \
658 esac; \
659 for subdir in $$list; do \
575 echo "Making $$target in $$subdir"; \ 660 echo "Making $$target in $$subdir"; \
576 if test "$$subdir" = "."; then \ 661 if test "$$subdir" = "."; then \
577 dot_seen=yes; \ 662 dot_seen=yes; \
578 local_target="$$target-am"; \ 663 local_target="$$target-am"; \
579 else \ 664 else \
584 done; \ 669 done; \
585 if test "$$dot_seen" = "no"; then \ 670 if test "$$dot_seen" = "no"; then \
586 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 671 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
587 fi; test -z "$$fail" 672 fi; test -z "$$fail"
588 673
589 $(RECURSIVE_CLEAN_TARGETS): 674 ID: $(am__tagged_files)
590 @fail= failcom='exit 1'; \ 675 $(am__define_uniq_tagged_files); mkid -fID $$unique
591 for f in x $$MAKEFLAGS; do \ 676 tags: tags-recursive
592 case $$f in \ 677 TAGS: tags
593 *=* | --[!k]*);; \ 678
594 *k*) failcom='fail=yes';; \ 679 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
595 esac; \
596 done; \
597 dot_seen=no; \
598 case "$@" in \
599 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
600 *) list='$(SUBDIRS)' ;; \
601 esac; \
602 rev=''; for subdir in $$list; do \
603 if test "$$subdir" = "."; then :; else \
604 rev="$$subdir $$rev"; \
605 fi; \
606 done; \
607 rev="$$rev ."; \
608 target=`echo $@ | sed s/-recursive//`; \
609 for subdir in $$rev; do \
610 echo "Making $$target in $$subdir"; \
611 if test "$$subdir" = "."; then \
612 local_target="$$target-am"; \
613 else \
614 local_target="$$target"; \
615 fi; \
616 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
617 || eval $$failcom; \
618 done && test -z "$$fail"
619 tags-recursive:
620 list='$(SUBDIRS)'; for subdir in $$list; do \
621 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
622 done
623 ctags-recursive:
624 list='$(SUBDIRS)'; for subdir in $$list; do \
625 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
626 done
627
628 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
629 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
630 unique=`for i in $$list; do \
631 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
632 done | \
633 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
634 END { if (nonempty) { for (i in files) print i; }; }'`; \
635 mkid -fID $$unique
636 tags: TAGS
637
638 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
639 $(TAGS_FILES) $(LISP)
640 set x; \ 680 set x; \
641 here=`pwd`; \ 681 here=`pwd`; \
642 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 682 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
643 include_option=--etags-include; \ 683 include_option=--etags-include; \
644 empty_fix=.; \ 684 empty_fix=.; \
650 if test "$$subdir" = .; then :; else \ 690 if test "$$subdir" = .; then :; else \
651 test ! -f $$subdir/TAGS || \ 691 test ! -f $$subdir/TAGS || \
652 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 692 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
653 fi; \ 693 fi; \
654 done; \ 694 done; \
655 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 695 $(am__define_uniq_tagged_files); \
656 unique=`for i in $$list; do \
657 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658 done | \
659 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
660 END { if (nonempty) { for (i in files) print i; }; }'`; \
661 shift; \ 696 shift; \
662 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 697 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
663 test -n "$$unique" || unique=$$empty_fix; \ 698 test -n "$$unique" || unique=$$empty_fix; \
664 if test $$# -gt 0; then \ 699 if test $$# -gt 0; then \
665 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 700 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
667 else \ 702 else \
668 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 703 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
669 $$unique; \ 704 $$unique; \
670 fi; \ 705 fi; \
671 fi 706 fi
672 ctags: CTAGS 707 ctags: ctags-recursive
673 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 708
674 $(TAGS_FILES) $(LISP) 709 CTAGS: ctags
675 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 710 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
676 unique=`for i in $$list; do \ 711 $(am__define_uniq_tagged_files); \
677 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
678 done | \
679 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
680 END { if (nonempty) { for (i in files) print i; }; }'`; \
681 test -z "$(CTAGS_ARGS)$$unique" \ 712 test -z "$(CTAGS_ARGS)$$unique" \
682 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 713 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
683 $$unique 714 $$unique
684 715
685 GTAGS: 716 GTAGS:
686 here=`$(am__cd) $(top_builddir) && pwd` \ 717 here=`$(am__cd) $(top_builddir) && pwd` \
687 && $(am__cd) $(top_srcdir) \ 718 && $(am__cd) $(top_srcdir) \
688 && gtags -i $(GTAGS_ARGS) "$$here" 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
727
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
689 741
690 distclean-tags: 742 distclean-tags:
691 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 743 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
744 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
692 check-am: all-am 745 check-am: all-am
693 check: $(BUILT_SOURCES) 746 check: $(BUILT_SOURCES)
694 $(MAKE) $(AM_MAKEFLAGS) check-recursive 747 $(MAKE) $(AM_MAKEFLAGS) check-recursive
695 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) 748 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
696 installdirs: installdirs-recursive 749 installdirs: installdirs-recursive
697 installdirs-am: 750 installdirs-am:
698 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \ 751 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \
699 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 752 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
700 done 753 done
728 781
729 maintainer-clean-generic: 782 maintainer-clean-generic:
730 @echo "This command is intended for maintainers to use" 783 @echo "This command is intended for maintainers to use"
731 @echo "it deletes files that may require special tools to rebuild." 784 @echo "it deletes files that may require special tools to rebuild."
732 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 785 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
733 clean: clean-multi clean-recursive 786 clean: clean-recursive
734 787
735 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \ 788 clean-am: clean-generic clean-libtool clean-local \
736 mostlyclean-am 789 clean-toolexeclibLTLIBRARIES mostlyclean-am
737 790
738 distclean: distclean-multi distclean-recursive 791 distclean: distclean-recursive
739 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 792 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740 -rm -rf ./$(DEPDIR) 793 -rm -rf ./$(DEPDIR)
741 -rm -f Makefile 794 -rm -f Makefile
742 distclean-am: clean-am distclean-compile distclean-generic \ 795 distclean-am: clean-am distclean-compile distclean-generic \
743 distclean-libtool distclean-tags 796 distclean-libtool distclean-local distclean-tags
744 797
745 dvi: dvi-recursive 798 dvi: dvi-recursive
746 799
747 dvi-am: 800 dvi-am:
748 801
758 811
759 install-dvi: install-dvi-recursive 812 install-dvi: install-dvi-recursive
760 813
761 install-dvi-am: 814 install-dvi-am:
762 815
763 install-exec-am: install-multi install-toolexeclibLTLIBRARIES 816 install-exec-am: install-exec-local install-toolexeclibLTLIBRARIES
764 817
765 install-html: install-html-recursive 818 install-html: install-html-recursive
766 819
767 install-html-am: 820 install-html-am:
768 821
780 833
781 install-ps-am: 834 install-ps-am:
782 835
783 installcheck-am: 836 installcheck-am:
784 837
785 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive 838 maintainer-clean: maintainer-clean-recursive
786 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 839 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
787 -rm -rf $(top_srcdir)/autom4te.cache 840 -rm -rf $(top_srcdir)/autom4te.cache
788 -rm -rf ./$(DEPDIR) 841 -rm -rf ./$(DEPDIR)
789 -rm -f Makefile 842 -rm -f Makefile
790 maintainer-clean-am: distclean-am maintainer-clean-generic 843 maintainer-clean-am: distclean-am maintainer-clean-generic \
791 844 maintainer-clean-local
792 mostlyclean: mostlyclean-multi mostlyclean-recursive 845
846 mostlyclean: mostlyclean-recursive
793 847
794 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 848 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
795 mostlyclean-libtool 849 mostlyclean-libtool mostlyclean-local
796 850
797 pdf: pdf-recursive 851 pdf: pdf-recursive
798 852
799 pdf-am: 853 pdf-am:
800 854
803 ps-am: 857 ps-am:
804 858
805 uninstall-am: uninstall-libvtv_includeHEADERS \ 859 uninstall-am: uninstall-libvtv_includeHEADERS \
806 uninstall-toolexeclibLTLIBRARIES 860 uninstall-toolexeclibLTLIBRARIES
807 861
808 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \ 862 .MAKE: $(am__recursive_targets) all check install install-am \
809 check clean-multi ctags-recursive distclean-multi install \ 863 install-strip
810 install-am install-multi install-strip maintainer-clean-multi \ 864
811 mostlyclean-multi tags-recursive 865 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
812 866 am--refresh check check-am clean clean-cscope clean-generic \
813 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 867 clean-libtool clean-local clean-toolexeclibLTLIBRARIES cscope \
814 all all-am all-multi am--refresh check check-am clean \ 868 cscopelist-am ctags ctags-am distclean distclean-compile \
815 clean-generic clean-libtool clean-multi \ 869 distclean-generic distclean-libtool distclean-local \
816 clean-toolexeclibLTLIBRARIES ctags ctags-recursive distclean \ 870 distclean-tags dvi dvi-am html html-am info info-am install \
817 distclean-compile distclean-generic distclean-libtool \ 871 install-am install-data install-data-am install-dvi \
818 distclean-multi distclean-tags dvi dvi-am html html-am info \ 872 install-dvi-am install-exec install-exec-am install-exec-local \
819 info-am install install-am install-data install-data-am \
820 install-dvi install-dvi-am install-exec install-exec-am \
821 install-html install-html-am install-info install-info-am \ 873 install-html install-html-am install-info install-info-am \
822 install-libvtv_includeHEADERS install-man install-multi \ 874 install-libvtv_includeHEADERS install-man install-pdf \
823 install-pdf install-pdf-am install-ps install-ps-am \ 875 install-pdf-am install-ps install-ps-am install-strip \
824 install-strip install-toolexeclibLTLIBRARIES installcheck \ 876 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
825 installcheck-am installdirs installdirs-am maintainer-clean \ 877 installdirs installdirs-am maintainer-clean \
826 maintainer-clean-generic maintainer-clean-multi mostlyclean \ 878 maintainer-clean-generic maintainer-clean-local mostlyclean \
827 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 879 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
828 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \ 880 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
829 uninstall uninstall-am uninstall-libvtv_includeHEADERS \ 881 uninstall-am uninstall-libvtv_includeHEADERS \
830 uninstall-toolexeclibLTLIBRARIES 882 uninstall-toolexeclibLTLIBRARIES
883
884 .PRECIOUS: Makefile
831 885
832 vtv_start.c: 886 vtv_start.c:
833 rm -f $@ 887 rm -f $@
834 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@ 888 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@
835 889
844 898
845 @VTV_CYGMIN_TRUE@ vtv_stubs.cc: 899 @VTV_CYGMIN_TRUE@ vtv_stubs.cc:
846 @VTV_CYGMIN_TRUE@ rm -f $@ 900 @VTV_CYGMIN_TRUE@ rm -f $@
847 @VTV_CYGMIN_TRUE@ $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@ 901 @VTV_CYGMIN_TRUE@ $(LN_S) $(toplevel_srcdir)/libstdc++-v3/libsupc++/vtv_stubs.cc $@
848 902
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)
918
919 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
920 install-multi maintainer-clean-multi mostlyclean-multi
921
922 install-exec-local: install-multi
923
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
929
849 # Tell versions [3.59,3.63) of GNU make to not export all variables. 930 # Tell versions [3.59,3.63) of GNU make to not export all variables.
850 # Otherwise a system limit (for SysV at least) may be exceeded. 931 # Otherwise a system limit (for SysV at least) may be exceeded.
851 .NOEXPORT: 932 .NOEXPORT: