Commit the vtable verification feature.
[gcc.git] / libvtv / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 subdir = .
40 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41 $(top_srcdir)/configure $(am__configure_deps) \
42 $(srcdir)/../mkinstalldirs $(srcdir)/../depcomp \
43 $(am__libvtv_include_HEADERS_DIST)
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
46 $(top_srcdir)/../config/depstand.m4 \
47 $(top_srcdir)/../config/lead-dot.m4 \
48 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
49 $(top_srcdir)/../config/multi.m4 \
50 $(top_srcdir)/../config/override.m4 \
51 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
52 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
53 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
54 $(top_srcdir)/configure.ac
55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 $(ACLOCAL_M4)
57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 configure.lineno config.status.lineno
59 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
60 CONFIG_CLEAN_FILES =
61 CONFIG_CLEAN_VPATH_FILES =
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65 *) f=$$p;; \
66 esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74 for p in $$list; do echo "$$p $$p"; done | \
75 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77 if (++n[$$2] == $(am__install_max)) \
78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79 END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
84 "$(DESTDIR)$(libvtv_includedir)"
85 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
86 libvtv_la_LIBADD =
87 am__objects_1 = vtv_start.lo vtv_malloc.lo vtv_rts.lo vtv_utils.lo \
88 vtv_end.lo
89 @ENABLE_VTABLE_VERIFY_TRUE@am_libvtv_la_OBJECTS = $(am__objects_1)
90 libvtv_la_OBJECTS = $(am_libvtv_la_OBJECTS)
91 DEFAULT_INCLUDES = -I.@am__isrc@
92 depcomp = $(SHELL) $(top_srcdir)/../depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
96 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
97 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
99 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 CCLD = $(CC)
101 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
103 $(LDFLAGS) -o $@
104 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
106 CXXLD = $(CXX)
107 SOURCES = $(libvtv_la_SOURCES)
108 MULTISRCTOP =
109 MULTIBUILDTOP =
110 MULTIDIRS =
111 MULTISUBDIR =
112 MULTIDO = true
113 MULTICLEAN = true
114 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
115 html-recursive info-recursive install-data-recursive \
116 install-dvi-recursive install-exec-recursive \
117 install-html-recursive install-info-recursive \
118 install-pdf-recursive install-ps-recursive install-recursive \
119 installcheck-recursive installdirs-recursive pdf-recursive \
120 ps-recursive uninstall-recursive
121 am__libvtv_include_HEADERS_DIST = vtv_map.h vtv_malloc.h vtv_fail.h \
122 vtv_set.h vtv_utils.h vtv_rts.h
123 HEADERS = $(libvtv_include_HEADERS)
124 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
125 distclean-recursive maintainer-clean-recursive
126 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
127 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
128 ETAGS = etags
129 CTAGS = ctags
130 DIST_SUBDIRS = $(SUBDIRS)
131 ACLOCAL = @ACLOCAL@
132 AMTAR = @AMTAR@
133 AR = @AR@
134 AS = @AS@
135 AUTOCONF = @AUTOCONF@
136 AUTOHEADER = @AUTOHEADER@
137 AUTOMAKE = @AUTOMAKE@
138 AWK = @AWK@
139 CC = @CC@
140 CCAS = @CCAS@
141 CCASFLAGS = @CCASFLAGS@
142 CCDEPMODE = @CCDEPMODE@
143 CFLAGS = @CFLAGS@
144 CPP = @CPP@
145 CPPFLAGS = @CPPFLAGS@
146 CXX = @CXX@
147 CXXCPP = @CXXCPP@
148 CXXDEPMODE = @CXXDEPMODE@
149 CXXFLAGS = @CXXFLAGS@
150 CYGPATH_W = @CYGPATH_W@
151 DEFS =
152 DEPDIR = @DEPDIR@
153 DSYMUTIL = @DSYMUTIL@
154 DUMPBIN = @DUMPBIN@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 EGREP = @EGREP@
159 EXEEXT = @EXEEXT@
160 FGREP = @FGREP@
161 GREP = @GREP@
162 INSTALL = @INSTALL@
163 INSTALL_DATA = @INSTALL_DATA@
164 INSTALL_PROGRAM = @INSTALL_PROGRAM@
165 INSTALL_SCRIPT = @INSTALL_SCRIPT@
166 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 LD = @LD@
168 LDFLAGS = @LDFLAGS@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
172 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
173 LIBTOOL = @LIBTOOL@
174 LIPO = @LIPO@
175 LN_S = @LN_S@
176 LTLIBOBJS = @LTLIBOBJS@
177 MAINT = @MAINT@
178 MAKEINFO = @MAKEINFO@
179 MKDIR_P = @MKDIR_P@
180 NM = @NM@
181 NMEDIT = @NMEDIT@
182 OBJDUMP = @OBJDUMP@
183 OBJEXT = @OBJEXT@
184 OTOOL = @OTOOL@
185 OTOOL64 = @OTOOL64@
186 PACKAGE = @PACKAGE@
187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188 PACKAGE_NAME = @PACKAGE_NAME@
189 PACKAGE_STRING = @PACKAGE_STRING@
190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
191 PACKAGE_URL = @PACKAGE_URL@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 RANLIB = @RANLIB@
195 SED = @SED@
196 SET_MAKE = @SET_MAKE@
197 SHELL = @SHELL@
198 STRIP = @STRIP@
199 VERSION = @VERSION@
200 XCFLAGS = @XCFLAGS@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 ac_ct_CC = @ac_ct_CC@
206 ac_ct_CXX = @ac_ct_CXX@
207 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 enable_shared = @enable_shared@
225 enable_static = @enable_static@
226 exec_prefix = @exec_prefix@
227 host = @host@
228 host_alias = @host_alias@
229 host_cpu = @host_cpu@
230 host_os = @host_os@
231 host_vendor = @host_vendor@
232 htmldir = @htmldir@
233 includedir = @includedir@
234 infodir = @infodir@
235 install_sh = @install_sh@
236 libdir = @libdir@
237 libexecdir = @libexecdir@
238 libtool_VERSION = @libtool_VERSION@
239 libvtv_builddir = @libvtv_builddir@
240 libvtv_srcdir = @libvtv_srcdir@
241 localedir = @localedir@
242 localstatedir = @localstatedir@
243 mandir = @mandir@
244 mkdir_p = @mkdir_p@
245 multi_basedir = @multi_basedir@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target = @target@
256 target_alias = @target_alias@
257 target_cpu = @target_cpu@
258 target_noncanonical = @target_noncanonical@
259 target_os = @target_os@
260 target_vendor = @target_vendor@
261 toolexecdir = @toolexecdir@
262 toolexeclibdir = @toolexeclibdir@
263 top_build_prefix = @top_build_prefix@
264 top_builddir = @top_builddir@
265 top_srcdir = @top_srcdir@
266 toplevel_builddir = @toplevel_builddir@
267 toplevel_srcdir = @toplevel_srcdir@
268 SUBDIRS = testsuite
269 ACLOCAL_AMFLAGS = -I .. -I ../config
270
271 # May be used by toolexeclibdir.
272 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
273 AM_CPPFLAGS = -I$(top_srcdir)/../include
274 AM_CFLAGS = $(XCFLAGS)
275 AM_CCASFLAGS = $(XCFLAGS)
276 AM_CXXFLAGS = $(XCFLAGS) $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
277 -Wl,-u_vtable_map_vars_start,-u_vtable_map_vars_end
278 toolexeclib_LTLIBRARIES = libvtv.la
279 vtv_headers = \
280 vtv_map.h \
281 vtv_malloc.h \
282 vtv_fail.h \
283 vtv_set.h \
284 vtv_utils.h \
285 vtv_rts.h
286
287 vtv_sources = \
288 vtv_start.c \
289 vtv_malloc.cc \
290 vtv_rts.cc \
291 vtv_utils.cc \
292 vtv_end.c
293
294 libvtv_includedir = $(includedir)
295
296 # Link in vtv_start and vtv_end.
297 BUILT_SOURCES = vtv_start.c vtv_end.c
298 @ENABLE_VTABLE_VERIFY_FALSE@libvtv_la_SOURCES =
299 @ENABLE_VTABLE_VERIFY_TRUE@libvtv_la_SOURCES = $(vtv_sources)
300 @ENABLE_VTABLE_VERIFY_FALSE@libvtv_include_HEADERS =
301 @ENABLE_VTABLE_VERIFY_TRUE@libvtv_include_HEADERS = $(vtv_headers)
302
303 # Least ordering for dependencies mean linking w/o libstdc++ for as
304 # long as the development of libvtv does not absolutely require it.
305 CXXVTV = $(CC_FOR_TARGET)
306 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
307 --mode=compile $(CXXVTV) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
308 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
309
310 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
311 --mode=link $(CXXVTV) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
312 $(LDFLAGS) -o $@
313
314 all: $(BUILT_SOURCES)
315 $(MAKE) $(AM_MAKEFLAGS) all-recursive
316
317 .SUFFIXES:
318 .SUFFIXES: .c .cc .lo .o .obj
319 am--refresh:
320 @:
321 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
322 @for dep in $?; do \
323 case '$(am__configure_deps)' in \
324 *$$dep*) \
325 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
326 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
327 && exit 0; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --foreign ./Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 echo ' $(SHELL) ./config.status'; \
339 $(SHELL) ./config.status;; \
340 *) \
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
342 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
343 esac;
344
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346 $(SHELL) ./config.status --recheck
347
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349 $(am__cd) $(srcdir) && $(AUTOCONF)
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
352 $(am__aclocal_m4_deps):
353 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
354 @$(NORMAL_INSTALL)
355 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
356 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
357 list2=; for p in $$list; do \
358 if test -f $$p; then \
359 list2="$$list2 $$p"; \
360 else :; fi; \
361 done; \
362 test -z "$$list2" || { \
363 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
364 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
365 }
366
367 uninstall-toolexeclibLTLIBRARIES:
368 @$(NORMAL_UNINSTALL)
369 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
370 for p in $$list; do \
371 $(am__strip_dir) \
372 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
373 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
374 done
375
376 clean-toolexeclibLTLIBRARIES:
377 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
378 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
379 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
380 test "$$dir" != "$$p" || dir=.; \
381 echo "rm -f \"$${dir}/so_locations\""; \
382 rm -f "$${dir}/so_locations"; \
383 done
384 libvtv.la: $(libvtv_la_OBJECTS) $(libvtv_la_DEPENDENCIES)
385 $(CXXLINK) -rpath $(toolexeclibdir) $(libvtv_la_OBJECTS) $(libvtv_la_LIBADD) $(LIBS)
386
387 mostlyclean-compile:
388 -rm -f *.$(OBJEXT)
389
390 distclean-compile:
391 -rm -f *.tab.c
392
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_end.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_malloc.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_rts.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_start.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vtv_utils.Plo@am__quote@
398
399 .c.o:
400 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
405
406 .c.obj:
407 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
412
413 .c.lo:
414 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
419
420 .cc.o:
421 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
426
427 .cc.obj:
428 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
429 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
433
434 .cc.lo:
435 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
436 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
440
441 mostlyclean-libtool:
442 -rm -f *.lo
443
444 clean-libtool:
445 -rm -rf .libs _libs
446
447 distclean-libtool:
448 -rm -f libtool config.lt
449
450 # GNU Make needs to see an explicit $(MAKE) variable in the command it
451 # runs to enable its job server during parallel builds. Hence the
452 # comments below.
453 all-multi:
454 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
455 install-multi:
456 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
457
458 mostlyclean-multi:
459 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
460 clean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
462 distclean-multi:
463 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
464 maintainer-clean-multi:
465 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
466 install-libvtv_includeHEADERS: $(libvtv_include_HEADERS)
467 @$(NORMAL_INSTALL)
468 test -z "$(libvtv_includedir)" || $(MKDIR_P) "$(DESTDIR)$(libvtv_includedir)"
469 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
470 for p in $$list; do \
471 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
472 echo "$$d$$p"; \
473 done | $(am__base_list) | \
474 while read files; do \
475 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libvtv_includedir)'"; \
476 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libvtv_includedir)" || exit $$?; \
477 done
478
479 uninstall-libvtv_includeHEADERS:
480 @$(NORMAL_UNINSTALL)
481 @list='$(libvtv_include_HEADERS)'; test -n "$(libvtv_includedir)" || list=; \
482 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
483 test -n "$$files" || exit 0; \
484 echo " ( cd '$(DESTDIR)$(libvtv_includedir)' && rm -f" $$files ")"; \
485 cd "$(DESTDIR)$(libvtv_includedir)" && rm -f $$files
486
487 # This directory's subdirectories are mostly independent; you can cd
488 # into them and run `make' without going through this Makefile.
489 # To change the values of `make' variables: instead of editing Makefiles,
490 # (1) if the variable is set in `config.status', edit `config.status'
491 # (which will cause the Makefiles to be regenerated when you run `make');
492 # (2) otherwise, pass the desired values on the `make' command line.
493 $(RECURSIVE_TARGETS):
494 @fail= failcom='exit 1'; \
495 for f in x $$MAKEFLAGS; do \
496 case $$f in \
497 *=* | --[!k]*);; \
498 *k*) failcom='fail=yes';; \
499 esac; \
500 done; \
501 dot_seen=no; \
502 target=`echo $@ | sed s/-recursive//`; \
503 list='$(SUBDIRS)'; for subdir in $$list; do \
504 echo "Making $$target in $$subdir"; \
505 if test "$$subdir" = "."; then \
506 dot_seen=yes; \
507 local_target="$$target-am"; \
508 else \
509 local_target="$$target"; \
510 fi; \
511 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
512 || eval $$failcom; \
513 done; \
514 if test "$$dot_seen" = "no"; then \
515 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
516 fi; test -z "$$fail"
517
518 $(RECURSIVE_CLEAN_TARGETS):
519 @fail= failcom='exit 1'; \
520 for f in x $$MAKEFLAGS; do \
521 case $$f in \
522 *=* | --[!k]*);; \
523 *k*) failcom='fail=yes';; \
524 esac; \
525 done; \
526 dot_seen=no; \
527 case "$@" in \
528 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
529 *) list='$(SUBDIRS)' ;; \
530 esac; \
531 rev=''; for subdir in $$list; do \
532 if test "$$subdir" = "."; then :; else \
533 rev="$$subdir $$rev"; \
534 fi; \
535 done; \
536 rev="$$rev ."; \
537 target=`echo $@ | sed s/-recursive//`; \
538 for subdir in $$rev; do \
539 echo "Making $$target in $$subdir"; \
540 if test "$$subdir" = "."; then \
541 local_target="$$target-am"; \
542 else \
543 local_target="$$target"; \
544 fi; \
545 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
546 || eval $$failcom; \
547 done && test -z "$$fail"
548 tags-recursive:
549 list='$(SUBDIRS)'; for subdir in $$list; do \
550 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
551 done
552 ctags-recursive:
553 list='$(SUBDIRS)'; for subdir in $$list; do \
554 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
555 done
556
557 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
558 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
559 unique=`for i in $$list; do \
560 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561 done | \
562 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563 END { if (nonempty) { for (i in files) print i; }; }'`; \
564 mkid -fID $$unique
565 tags: TAGS
566
567 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
568 $(TAGS_FILES) $(LISP)
569 set x; \
570 here=`pwd`; \
571 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
572 include_option=--etags-include; \
573 empty_fix=.; \
574 else \
575 include_option=--include; \
576 empty_fix=; \
577 fi; \
578 list='$(SUBDIRS)'; for subdir in $$list; do \
579 if test "$$subdir" = .; then :; else \
580 test ! -f $$subdir/TAGS || \
581 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
582 fi; \
583 done; \
584 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
585 unique=`for i in $$list; do \
586 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587 done | \
588 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589 END { if (nonempty) { for (i in files) print i; }; }'`; \
590 shift; \
591 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
592 test -n "$$unique" || unique=$$empty_fix; \
593 if test $$# -gt 0; then \
594 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595 "$$@" $$unique; \
596 else \
597 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598 $$unique; \
599 fi; \
600 fi
601 ctags: CTAGS
602 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
603 $(TAGS_FILES) $(LISP)
604 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
605 unique=`for i in $$list; do \
606 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607 done | \
608 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609 END { if (nonempty) { for (i in files) print i; }; }'`; \
610 test -z "$(CTAGS_ARGS)$$unique" \
611 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
612 $$unique
613
614 GTAGS:
615 here=`$(am__cd) $(top_builddir) && pwd` \
616 && $(am__cd) $(top_srcdir) \
617 && gtags -i $(GTAGS_ARGS) "$$here"
618
619 distclean-tags:
620 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621 check-am: all-am
622 check: $(BUILT_SOURCES)
623 $(MAKE) $(AM_MAKEFLAGS) check-recursive
624 all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS)
625 installdirs: installdirs-recursive
626 installdirs-am:
627 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(libvtv_includedir)"; do \
628 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
629 done
630 install: $(BUILT_SOURCES)
631 $(MAKE) $(AM_MAKEFLAGS) install-recursive
632 install-exec: install-exec-recursive
633 install-data: install-data-recursive
634 uninstall: uninstall-recursive
635
636 install-am: all-am
637 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
638
639 installcheck: installcheck-recursive
640 install-strip:
641 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
642 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
643 `test -z '$(STRIP)' || \
644 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
645 mostlyclean-generic:
646
647 clean-generic:
648
649 distclean-generic:
650 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
651 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
652
653 maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
657 clean: clean-multi clean-recursive
658
659 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
660 mostlyclean-am
661
662 distclean: distclean-multi distclean-recursive
663 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
664 -rm -rf ./$(DEPDIR)
665 -rm -f Makefile
666 distclean-am: clean-am distclean-compile distclean-generic \
667 distclean-libtool distclean-tags
668
669 dvi: dvi-recursive
670
671 dvi-am:
672
673 html: html-recursive
674
675 html-am:
676
677 info: info-recursive
678
679 info-am:
680
681 install-data-am: install-libvtv_includeHEADERS
682
683 install-dvi: install-dvi-recursive
684
685 install-dvi-am:
686
687 install-exec-am: install-multi install-toolexeclibLTLIBRARIES
688
689 install-html: install-html-recursive
690
691 install-html-am:
692
693 install-info: install-info-recursive
694
695 install-info-am:
696
697 install-man:
698
699 install-pdf: install-pdf-recursive
700
701 install-pdf-am:
702
703 install-ps: install-ps-recursive
704
705 install-ps-am:
706
707 installcheck-am:
708
709 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
710 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711 -rm -rf $(top_srcdir)/autom4te.cache
712 -rm -rf ./$(DEPDIR)
713 -rm -f Makefile
714 maintainer-clean-am: distclean-am maintainer-clean-generic
715
716 mostlyclean: mostlyclean-multi mostlyclean-recursive
717
718 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
719 mostlyclean-libtool
720
721 pdf: pdf-recursive
722
723 pdf-am:
724
725 ps: ps-recursive
726
727 ps-am:
728
729 uninstall-am: uninstall-libvtv_includeHEADERS \
730 uninstall-toolexeclibLTLIBRARIES
731
732 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
733 check clean-multi ctags-recursive distclean-multi install \
734 install-am install-multi install-strip maintainer-clean-multi \
735 mostlyclean-multi tags-recursive
736
737 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
738 all all-am all-multi am--refresh check check-am clean \
739 clean-generic clean-libtool clean-multi \
740 clean-toolexeclibLTLIBRARIES ctags ctags-recursive distclean \
741 distclean-compile distclean-generic distclean-libtool \
742 distclean-multi distclean-tags dvi dvi-am html html-am info \
743 info-am install install-am install-data install-data-am \
744 install-dvi install-dvi-am install-exec install-exec-am \
745 install-html install-html-am install-info install-info-am \
746 install-libvtv_includeHEADERS install-man install-multi \
747 install-pdf install-pdf-am install-ps install-ps-am \
748 install-strip install-toolexeclibLTLIBRARIES installcheck \
749 installcheck-am installdirs installdirs-am maintainer-clean \
750 maintainer-clean-generic maintainer-clean-multi mostlyclean \
751 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
752 mostlyclean-multi pdf pdf-am ps ps-am tags tags-recursive \
753 uninstall uninstall-am uninstall-libvtv_includeHEADERS \
754 uninstall-toolexeclibLTLIBRARIES
755
756 vtv_start.c:
757 rm -f $@
758 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_start.c $@
759
760 vtv_end.c:
761 rm -f $@
762 $(LN_S) $(toplevel_srcdir)/libgcc/vtv_end.c $@
763
764 # Tell versions [3.59,3.63) of GNU make to not export all variables.
765 # Otherwise a system limit (for SysV at least) may be exceeded.
766 .NOEXPORT: