]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/interception/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libsanitizer / interception / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
f35db108
WM
2# @configure_input@
3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
f35db108
WM
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
22e05272
JM
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
f3915b42
MH
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
22e05272
JM
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
f3915b42 65 esac; \
22e05272
JM
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
f35db108
WM
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
2a6346c4 91target_triplet = @target@
f35db108 92subdir = interception
f35db108 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
d10a2df2
L
94am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/depstand.m4 \
a2479b3d 96 $(top_srcdir)/../config/lead-dot.m4 \
d10a2df2 97 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
2a6346c4 98 $(top_srcdir)/../config/multi.m4 \
a2479b3d 99 $(top_srcdir)/../config/override.m4 \
c915a581 100 $(top_srcdir)/../config/stdint.m4 \
a2479b3d
L
101 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
102 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
103 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
9069eb28
IT
104 $(top_srcdir)/../config/enable.m4 \
105 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
f35db108
WM
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
22e05272 108DIST_COMMON = $(srcdir)/Makefile.am
a2479b3d 109mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
c915a581 110CONFIG_HEADER = $(top_builddir)/config.h
f35db108
WM
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113LTLIBRARIES = $(noinst_LTLIBRARIES)
114libinterception_la_LIBADD =
115am__objects_1 = interception_linux.lo interception_mac.lo \
b4ab7d34 116 interception_win.lo interception_type_test.lo
8c4d267c 117am_libinterception_la_OBJECTS = $(am__objects_1)
f35db108 118libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
22e05272
JM
119AM_V_lt = $(am__v_lt_@AM_V@)
120am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
121am__v_lt_0 = --silent
122am__v_lt_1 =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo " GEN " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
c915a581 135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
a2479b3d 136depcomp = $(SHELL) $(top_srcdir)/../depcomp
f35db108
WM
137am__depfiles_maybe = depfiles
138am__mv = mv -f
139CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
140 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
22e05272
JM
141LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
142 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
143 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144 $(AM_CXXFLAGS) $(CXXFLAGS)
145AM_V_CXX = $(am__v_CXX_@AM_V@)
146am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
147am__v_CXX_0 = @echo " CXX " $@;
148am__v_CXX_1 =
f35db108 149CXXLD = $(CXX)
22e05272
JM
150CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
151 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
152 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
153AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
154am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
155am__v_CXXLD_0 = @echo " CXXLD " $@;
156am__v_CXXLD_1 =
f35db108 157SOURCES = $(libinterception_la_SOURCES)
f3915b42
MH
158am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
22e05272
JM
163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164# Read a list of newline-separated strings from the standard input,
165# and print each of them once, without duplicates. Input order is
166# *not* preserved.
167am__uniquify_input = $(AWK) '\
168 BEGIN { nonempty = 0; } \
169 { items[$$0] = 1; nonempty = 1; } \
170 END { if (nonempty) { for (i in items) print i; }; } \
171'
172# Make sure the list of sources is unique. This is necessary because,
173# e.g., the same source file might be shared among _SOURCES variables
174# for different programs/libraries.
175am__define_uniq_tagged_files = \
176 list='$(am__tagged_files)'; \
177 unique=`for i in $$list; do \
178 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
179 done | $(am__uniquify_input)`
f35db108
WM
180ETAGS = etags
181CTAGS = ctags
f35db108 182ACLOCAL = @ACLOCAL@
c915a581 183ALLOC_FILE = @ALLOC_FILE@
f35db108 184AMTAR = @AMTAR@
22e05272 185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
f35db108
WM
186AR = @AR@
187AUTOCONF = @AUTOCONF@
188AUTOHEADER = @AUTOHEADER@
189AUTOMAKE = @AUTOMAKE@
190AWK = @AWK@
c915a581
JJ
191BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
192BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
193BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
f35db108
WM
194CC = @CC@
195CCAS = @CCAS@
196CCASDEPMODE = @CCASDEPMODE@
197CCASFLAGS = @CCASFLAGS@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CXX = @CXX@
203CXXCPP = @CXXCPP@
204CXXDEPMODE = @CXXDEPMODE@
205CXXFLAGS = @CXXFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
208DEPDIR = @DEPDIR@
f35db108
WM
209DSYMUTIL = @DSYMUTIL@
210DUMPBIN = @DUMPBIN@
211ECHO_C = @ECHO_C@
212ECHO_N = @ECHO_N@
213ECHO_T = @ECHO_T@
214EGREP = @EGREP@
215EXEEXT = @EXEEXT@
9069eb28
IT
216EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
217EXTRA_CFLAGS = @EXTRA_CFLAGS@
218EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
f35db108 219FGREP = @FGREP@
c915a581 220FORMAT_FILE = @FORMAT_FILE@
f35db108
WM
221GREP = @GREP@
222INSTALL = @INSTALL@
223INSTALL_DATA = @INSTALL_DATA@
224INSTALL_PROGRAM = @INSTALL_PROGRAM@
225INSTALL_SCRIPT = @INSTALL_SCRIPT@
226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LIBOBJS = @LIBOBJS@
230LIBS = @LIBS@
d10a2df2 231LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
e1e953d9 232LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
f35db108
WM
233LIBTOOL = @LIBTOOL@
234LIPO = @LIPO@
235LN_S = @LN_S@
236LTLIBOBJS = @LTLIBOBJS@
2b723e21 237MAINT = @MAINT@
f35db108 238MAKEINFO = @MAKEINFO@
f35db108
WM
239MKDIR_P = @MKDIR_P@
240NM = @NM@
241NMEDIT = @NMEDIT@
242OBJDUMP = @OBJDUMP@
243OBJEXT = @OBJEXT@
244OTOOL = @OTOOL@
245OTOOL64 = @OTOOL64@
246PACKAGE = @PACKAGE@
247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248PACKAGE_NAME = @PACKAGE_NAME@
249PACKAGE_STRING = @PACKAGE_STRING@
250PACKAGE_TARNAME = @PACKAGE_TARNAME@
251PACKAGE_URL = @PACKAGE_URL@
252PACKAGE_VERSION = @PACKAGE_VERSION@
253PATH_SEPARATOR = @PATH_SEPARATOR@
254RANLIB = @RANLIB@
d041a6fc 255RPC_DEFS = @RPC_DEFS@
10189819 256SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
f35db108
WM
257SED = @SED@
258SET_MAKE = @SET_MAKE@
259SHELL = @SHELL@
260STRIP = @STRIP@
b0edd457 261TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
f35db108 262VERSION = @VERSION@
c915a581 263VIEW_FILE = @VIEW_FILE@
f35db108
WM
264abs_builddir = @abs_builddir@
265abs_srcdir = @abs_srcdir@
266abs_top_builddir = @abs_top_builddir@
267abs_top_srcdir = @abs_top_srcdir@
f35db108
WM
268ac_ct_CC = @ac_ct_CC@
269ac_ct_CXX = @ac_ct_CXX@
270ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271am__include = @am__include@
272am__leading_dot = @am__leading_dot@
273am__quote = @am__quote@
274am__tar = @am__tar@
275am__untar = @am__untar@
276bindir = @bindir@
277build = @build@
278build_alias = @build_alias@
279build_cpu = @build_cpu@
280build_os = @build_os@
281build_vendor = @build_vendor@
282builddir = @builddir@
283datadir = @datadir@
284datarootdir = @datarootdir@
285docdir = @docdir@
286dvidir = @dvidir@
287enable_shared = @enable_shared@
288enable_static = @enable_static@
289exec_prefix = @exec_prefix@
3c36aa6b 290get_gcc_base_ver = @get_gcc_base_ver@
f35db108
WM
291host = @host@
292host_alias = @host_alias@
293host_cpu = @host_cpu@
294host_os = @host_os@
295host_vendor = @host_vendor@
296htmldir = @htmldir@
297includedir = @includedir@
298infodir = @infodir@
299install_sh = @install_sh@
300libdir = @libdir@
301libexecdir = @libexecdir@
35814b03
JJ
302link_libasan = @link_libasan@
303link_liblsan = @link_liblsan@
304link_libtsan = @link_libtsan@
305link_libubsan = @link_libubsan@
f35db108
WM
306localedir = @localedir@
307localstatedir = @localstatedir@
308mandir = @mandir@
309mkdir_p = @mkdir_p@
2a6346c4 310multi_basedir = @multi_basedir@
f35db108
WM
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316sbindir = @sbindir@
317sharedstatedir = @sharedstatedir@
318srcdir = @srcdir@
319sysconfdir = @sysconfdir@
2a6346c4 320target = @target@
f35db108 321target_alias = @target_alias@
2a6346c4 322target_cpu = @target_cpu@
d10a2df2 323target_noncanonical = @target_noncanonical@
2a6346c4
L
324target_os = @target_os@
325target_vendor = @target_vendor@
f35db108
WM
326toolexecdir = @toolexecdir@
327toolexeclibdir = @toolexeclibdir@
328top_build_prefix = @top_build_prefix@
329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
b4ab7d34 331AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
f64bcb29
L
332
333# May be used by toolexeclibdir.
73aa401e 334gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
d10a2df2 335AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
2621c860 336 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
d10a2df2 337 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
7f201a67 338 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
9069eb28 339 -std=gnu++11 $(EXTRA_CXXFLAGS)
f35db108
WM
340ACLOCAL_AMFLAGS = -I m4
341noinst_LTLIBRARIES = libinterception.la
342interception_files = \
343 interception_linux.cc \
344 interception_mac.cc \
b4ab7d34
KS
345 interception_win.cc \
346 interception_type_test.cc
f35db108 347
8c4d267c 348libinterception_la_SOURCES = $(interception_files)
b488a2c7
L
349
350# Work around what appears to be a GNU make bug handling MAKEFLAGS
351# values defined in terms of make variables, as is the case for CC and
352# friends when we are called from the top level Makefile.
353AM_MAKEFLAGS = \
354 "AR_FLAGS=$(AR_FLAGS)" \
355 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
356 "CFLAGS=$(CFLAGS)" \
357 "CXXFLAGS=$(CXXFLAGS)" \
358 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
359 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
360 "INSTALL=$(INSTALL)" \
361 "INSTALL_DATA=$(INSTALL_DATA)" \
362 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
363 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
364 "JC1FLAGS=$(JC1FLAGS)" \
365 "LDFLAGS=$(LDFLAGS)" \
366 "LIBCFLAGS=$(LIBCFLAGS)" \
367 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
368 "MAKE=$(MAKE)" \
369 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
370 "PICFLAG=$(PICFLAG)" \
371 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
372 "SHELL=$(SHELL)" \
373 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
374 "exec_prefix=$(exec_prefix)" \
375 "infodir=$(infodir)" \
376 "libdir=$(libdir)" \
377 "prefix=$(prefix)" \
378 "includedir=$(includedir)" \
379 "AR=$(AR)" \
380 "AS=$(AS)" \
381 "LD=$(LD)" \
382 "LIBCFLAGS=$(LIBCFLAGS)" \
383 "NM=$(NM)" \
384 "PICFLAG=$(PICFLAG)" \
385 "RANLIB=$(RANLIB)" \
386 "DESTDIR=$(DESTDIR)"
387
e8adb21b 388MAKEOVERRIDES =
f35db108
WM
389all: all-am
390
391.SUFFIXES:
8c4d267c 392.SUFFIXES: .cc .lo .o .obj
2b723e21 393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
f35db108
WM
394 @for dep in $?; do \
395 case '$(am__configure_deps)' in \
396 *$$dep*) \
397 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398 && { if test -f $@; then exit 0; else break; fi; }; \
399 exit 1;; \
400 esac; \
401 done; \
402 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
403 $(am__cd) $(top_srcdir) && \
404 $(AUTOMAKE) --foreign interception/Makefile
f35db108
WM
405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
406 @case '$?' in \
407 *config.status*) \
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
409 *) \
410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
411 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
412 esac;
413
414$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
2b723e21 417$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
f35db108 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2b723e21 419$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
f35db108
WM
420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421$(am__aclocal_m4_deps):
422
423clean-noinstLTLIBRARIES:
424 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
22e05272
JM
425 @list='$(noinst_LTLIBRARIES)'; \
426 locs=`for p in $$list; do echo $$p; done | \
427 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
428 sort -u`; \
429 test -z "$$locs" || { \
430 echo rm -f $${locs}; \
431 rm -f $${locs}; \
432 }
433
f3915b42 434libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES) $(EXTRA_libinterception_la_DEPENDENCIES)
22e05272 435 $(AM_V_CXXLD)$(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
f35db108
WM
436
437mostlyclean-compile:
438 -rm -f *.$(OBJEXT)
439
440distclean-compile:
441 -rm -f *.tab.c
442
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
b4ab7d34 445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_type_test.Plo@am__quote@
f35db108
WM
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
447
448.cc.o:
22e05272
JM
449@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
451@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
f35db108 452@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 453@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
f35db108
WM
454
455.cc.obj:
22e05272
JM
456@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
457@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
458@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
f35db108 459@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 460@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
f35db108
WM
461
462.cc.lo:
22e05272
JM
463@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
464@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
465@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
f35db108 466@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
22e05272 467@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
f35db108
WM
468
469mostlyclean-libtool:
470 -rm -f *.lo
471
472clean-libtool:
473 -rm -rf .libs _libs
474
22e05272
JM
475ID: $(am__tagged_files)
476 $(am__define_uniq_tagged_files); mkid -fID $$unique
477tags: tags-am
478TAGS: tags
479
480tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
f35db108
WM
481 set x; \
482 here=`pwd`; \
22e05272 483 $(am__define_uniq_tagged_files); \
f35db108
WM
484 shift; \
485 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486 test -n "$$unique" || unique=$$empty_fix; \
487 if test $$# -gt 0; then \
488 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
489 "$$@" $$unique; \
490 else \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
492 $$unique; \
493 fi; \
494 fi
22e05272
JM
495ctags: ctags-am
496
497CTAGS: ctags
498ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499 $(am__define_uniq_tagged_files); \
f35db108
WM
500 test -z "$(CTAGS_ARGS)$$unique" \
501 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502 $$unique
503
504GTAGS:
505 here=`$(am__cd) $(top_builddir) && pwd` \
506 && $(am__cd) $(top_srcdir) \
507 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
508cscopelist: cscopelist-am
509
510cscopelist-am: $(am__tagged_files)
511 list='$(am__tagged_files)'; \
512 case "$(srcdir)" in \
513 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
514 *) sdir=$(subdir)/$(srcdir) ;; \
515 esac; \
516 for i in $$list; do \
517 if test -f "$$i"; then \
518 echo "$(subdir)/$$i"; \
519 else \
520 echo "$$sdir/$$i"; \
521 fi; \
522 done >> $(top_builddir)/cscope.files
f35db108
WM
523
524distclean-tags:
525 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
f35db108
WM
526check-am: all-am
527check: check-am
528all-am: Makefile $(LTLIBRARIES)
529installdirs:
530install: install-am
531install-exec: install-exec-am
532install-data: install-data-am
533uninstall: uninstall-am
534
535install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
537
538installcheck: installcheck-am
539install-strip:
f3915b42
MH
540 if test -z '$(STRIP)'; then \
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 install; \
544 else \
545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
548 fi
f35db108
WM
549mostlyclean-generic:
550
551clean-generic:
552
553distclean-generic:
554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
556
557maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use"
559 @echo "it deletes files that may require special tools to rebuild."
560clean: clean-am
561
562clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
563 mostlyclean-am
564
565distclean: distclean-am
566 -rm -rf ./$(DEPDIR)
567 -rm -f Makefile
568distclean-am: clean-am distclean-compile distclean-generic \
569 distclean-tags
570
571dvi: dvi-am
572
573dvi-am:
574
575html: html-am
576
577html-am:
578
579info: info-am
580
581info-am:
582
583install-data-am:
584
585install-dvi: install-dvi-am
586
587install-dvi-am:
588
589install-exec-am:
590
591install-html: install-html-am
592
593install-html-am:
594
595install-info: install-info-am
596
597install-info-am:
598
599install-man:
600
601install-pdf: install-pdf-am
602
603install-pdf-am:
604
605install-ps: install-ps-am
606
607install-ps-am:
608
609installcheck-am:
610
611maintainer-clean: maintainer-clean-am
612 -rm -rf ./$(DEPDIR)
613 -rm -f Makefile
614maintainer-clean-am: distclean-am maintainer-clean-generic
615
616mostlyclean: mostlyclean-am
617
618mostlyclean-am: mostlyclean-compile mostlyclean-generic \
619 mostlyclean-libtool
620
621pdf: pdf-am
622
623pdf-am:
624
625ps: ps-am
626
627ps-am:
628
629uninstall-am:
630
631.MAKE: install-am install-strip
632
22e05272
JM
633.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
634 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
635 ctags-am distclean distclean-compile distclean-generic \
636 distclean-libtool distclean-tags dvi dvi-am html html-am info \
637 info-am install install-am install-data install-data-am \
638 install-dvi install-dvi-am install-exec install-exec-am \
639 install-html install-html-am install-info install-info-am \
640 install-man install-pdf install-pdf-am install-ps \
641 install-ps-am install-strip installcheck installcheck-am \
642 installdirs maintainer-clean maintainer-clean-generic \
643 mostlyclean mostlyclean-compile mostlyclean-generic \
644 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
645 uninstall-am
646
647.PRECIOUS: Makefile
f35db108
WM
648
649
650# Tell versions [3.59,3.63) of GNU make to not export all variables.
651# Otherwise a system limit (for SysV at least) may be exceeded.
652.NOEXPORT: