annotate libvtv/Makefile.in @ 158:494b0b89df80 default tip

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