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