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