1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
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
19 if
test -z
'$(MAKELEVEL)'; then \
21 elif
test -n
'$(MAKE_HOST)'; then \
23 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
29 am__make_running_with_option
= \
30 case
$${target_option-
} in \
32 *) echo
"am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags
=$$MAKEFLAGS; \
38 if
$(am__is_gnu_make
); then \
39 sane_makeflags
=$$MFLAGS; \
44 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in
$$sane_makeflags; do \
54 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
67 *$$target_option*) has_opt
=yes
; break
;; \
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
)
89 build_triplet
= @build@
91 target_triplet
= @target@
93 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
94 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/acx.m4 \
95 $(top_srcdir
)/..
/config
/cet.m4 \
96 $(top_srcdir
)/..
/config
/depstand.m4 \
97 $(top_srcdir
)/..
/config
/enable.m4 \
98 $(top_srcdir
)/..
/config
/lead-dot.m4 \
99 $(top_srcdir
)/..
/config
/lthostflags.m4 \
100 $(top_srcdir
)/..
/config
/override.m4 \
101 $(top_srcdir
)/..
/config
/warnings.m4 \
102 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/..
/ltoptions.m4 \
103 $(top_srcdir
)/..
/ltsugar.m4
$(top_srcdir
)/..
/ltversion.m4 \
104 $(top_srcdir
)/..
/lt~obsolete.m4
$(top_srcdir
)/configure.ac
105 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
107 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
108 $(am__configure_deps
)
109 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
112 CONFIG_HEADER
= config.h
114 CONFIG_CLEAN_VPATH_FILES
=
115 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
116 am__vpath_adj
= case
$$p in \
117 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
122 am__nobase_strip_setup
= \
123 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
126 am__nobase_list
= $(am__nobase_strip_setup
); \
127 for p in
$$list; do echo
"$$p $$p"; done | \
128 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
129 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
130 if (++n[$$2] == $(am__install_max)) \
131 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
132 END { for (dir in files) print dir, files[dir] }'
134 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
135 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
136 am__uninstall_files_from_dir
= { \
138 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
139 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
140 $(am__cd
) "$$dir" && rm -f
$$files; }; \
142 am__installdirs
= "$(DESTDIR)$(libexecsubdir)"
143 LTLIBRARIES
= $(libexecsub_LTLIBRARIES
)
144 am_liblto_plugin_la_OBJECTS
= lto-plugin.lo
145 liblto_plugin_la_OBJECTS
= $(am_liblto_plugin_la_OBJECTS
)
146 AM_V_P
= $(am__v_P_@AM_V@
)
147 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
150 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
151 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
152 am__v_GEN_0
= @echo
" GEN " $@
;
154 AM_V_at
= $(am__v_at_@AM_V@
)
155 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
158 DEFAULT_INCLUDES
= -I.@am__isrc@
161 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
162 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
163 AM_V_lt
= $(am__v_lt_@AM_V@
)
164 am__v_lt_
= $(am__v_lt_@AM_DEFAULT_V@
)
165 am__v_lt_0
= --silent
167 LTCOMPILE
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
168 $(LIBTOOLFLAGS
) --mode
=compile
$(CC
) $(DEFS
) \
169 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
170 $(AM_CFLAGS
) $(CFLAGS
)
171 AM_V_CC
= $(am__v_CC_@AM_V@
)
172 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
173 am__v_CC_0
= @echo
" CC " $@
;
176 LINK
= $(LIBTOOL
) $(AM_V_lt
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
177 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
178 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
179 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
180 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
181 am__v_CCLD_0
= @echo
" CCLD " $@
;
183 SOURCES
= $(liblto_plugin_la_SOURCES
)
184 am__can_run_installinfo
= \
185 case
$$AM_UPDATE_INFO_DIR in \
187 *) (install-info
--version
) >/dev
/null
2>&1;; \
189 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) \
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
194 am__uniquify_input
= $(AWK
) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files
= \
203 list
='$(am__tagged_files)'; \
204 unique
=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
210 AM_RECURSIVE_TARGETS
= cscope
213 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
215 AUTOCONF
= @AUTOCONF@
216 AUTOHEADER
= @AUTOHEADER@
217 AUTOMAKE
= @AUTOMAKE@
220 CCDEPMODE
= @CCDEPMODE@
221 CET_HOST_FLAGS
= @CET_HOST_FLAGS@
224 CPPFLAGS
= @CPPFLAGS@
225 CYGPATH_W
= @CYGPATH_W@
228 DSYMUTIL
= @DSYMUTIL@
238 INSTALL_DATA
= @INSTALL_DATA@
239 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
240 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
249 LTLIBOBJS
= @LTLIBOBJS@
251 MAKEINFO
= @MAKEINFO@
260 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
261 PACKAGE_NAME
= @PACKAGE_NAME@
262 PACKAGE_STRING
= @PACKAGE_STRING@
263 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
264 PACKAGE_URL
= @PACKAGE_URL@
265 PACKAGE_VERSION
= @PACKAGE_VERSION@
266 PATH_SEPARATOR
= @PATH_SEPARATOR@
269 SET_MAKE
= @SET_MAKE@
273 abs_builddir
= @abs_builddir@
274 abs_srcdir
= @abs_srcdir@
275 abs_top_builddir
= @abs_top_builddir@
276 abs_top_srcdir
= @abs_top_srcdir@
277 ac_ct_CC
= @ac_ct_CC@
278 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
279 ac_lto_plugin_extra_ldflags
= @ac_lto_plugin_extra_ldflags@
280 ac_lto_plugin_ldflags
= @ac_lto_plugin_ldflags@
281 ac_lto_plugin_warn_cflags
= @ac_lto_plugin_warn_cflags@
282 accel_dir_suffix
= @accel_dir_suffix@
283 am__include
= @am__include@
284 am__leading_dot
= @am__leading_dot@
285 am__quote
= @am__quote@
287 am__untar
= @am__untar@
290 build_alias
= @build_alias@
291 build_cpu
= @build_cpu@
292 build_libsubdir
= @build_libsubdir@
293 build_os
= @build_os@
294 build_subdir
= @build_subdir@
295 build_vendor
= @build_vendor@
296 builddir
= @builddir@
298 datarootdir
= @datarootdir@
301 enable_host_bind_now
= @enable_host_bind_now@
302 exec_prefix = @
exec_prefix@
303 gcc_build_dir
= @gcc_build_dir@
304 get_gcc_base_ver
= @get_gcc_base_ver@
306 host_alias
= @host_alias@
307 host_cpu
= @host_cpu@
309 host_subdir
= @host_subdir@
310 host_vendor
= @host_vendor@
312 includedir = @
includedir@
314 install_sh
= @install_sh@
316 libexecdir
= @libexecdir@
317 localedir
= @localedir@
318 localstatedir
= @localstatedir@
319 lt_host_flags
= @lt_host_flags@
322 oldincludedir = @
oldincludedir@
325 program_transform_name
= @program_transform_name@
327 real_target_noncanonical
= @real_target_noncanonical@
329 sharedstatedir
= @sharedstatedir@
331 sysconfdir
= @sysconfdir@
333 target_alias
= @target_alias@
334 target_cpu
= @target_cpu@
335 target_noncanonical
:= @target_noncanonical@
336 target_os
= @target_os@
337 target_subdir
= @target_subdir@
338 target_vendor
= @target_vendor@
339 top_build_prefix
= @top_build_prefix@
340 top_builddir
= @top_builddir@
341 top_srcdir
= @top_srcdir@
342 with_libiberty
= @with_libiberty@
343 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
344 AUTOMAKE_OPTIONS
= no-dependencies
345 gcc_version
:= $(shell @get_gcc_base_ver@
$(top_srcdir
)/..
/gcc
/BASE-VER
)
346 libexecsubdir
:= $(libexecdir
)/gcc
/$(real_target_noncanonical
)/$(gcc_version
)$(accel_dir_suffix
)
347 AM_CPPFLAGS
= -I
$(top_srcdir
)/..
/include $(DEFS
)
348 AM_CFLAGS
= @ac_lto_plugin_warn_cflags@
$(CET_HOST_FLAGS
) -DBASE_VERSION
='"$(gcc_version)"'
349 AM_LDFLAGS
= @ac_lto_plugin_ldflags@ @ac_lto_plugin_extra_ldflags@
350 AM_LIBTOOLFLAGS
= --tag
=disable-static
351 libexecsub_LTLIBRARIES
= liblto_plugin.la
352 in_gcc_libs
= $(foreach lib
, $(libexecsub_LTLIBRARIES
), $(gcc_build_dir
)/$(lib
))
353 @LTO_PLUGIN_USE_SYMVER_FALSE@version_arg
= -export-symbols-regex onload
354 @LTO_PLUGIN_USE_SYMVER_GNU_TRUE@@LTO_PLUGIN_USE_SYMVER_TRUE@version_arg
= -Wl
,--version-script
=$(srcdir)/lto-plugin.map
355 @LTO_PLUGIN_USE_SYMVER_SUN_TRUE@@LTO_PLUGIN_USE_SYMVER_TRUE@version_arg
= -Wl
,-M
,$(srcdir)/lto-plugin.map
356 @LTO_PLUGIN_USE_SYMVER_FALSE@version_dep
=
357 @LTO_PLUGIN_USE_SYMVER_TRUE@version_dep
= $(srcdir)/lto-plugin.map
358 liblto_plugin_la_SOURCES
= lto-plugin.c
359 # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
360 liblto_plugin_la_LDFLAGS
= $(AM_LDFLAGS
) $(lt_host_flags
) -module \
361 -avoid-version
-bindir $(libexecsubdir
) $(version_arg
) $(if \
362 $(wildcard $(libiberty_noasan
)),, $(if
$(wildcard \
363 $(libiberty_pic
)),,-Wc
,$(libiberty
)))
364 # Can be simplified when libiberty becomes a normal convenience library.
365 libiberty
= $(with_libiberty
)/libiberty.a
366 libiberty_noasan
= $(with_libiberty
)/noasan
/libiberty.a
367 libiberty_pic
= $(with_libiberty
)/pic
/libiberty.a
369 liblto_plugin_la_LIBADD
= \
370 $(if
$(wildcard $(libiberty_noasan
)),$(Wc
)$(libiberty_noasan
), \
371 $(if
$(wildcard $(libiberty_pic
)),$(Wc
)$(libiberty_pic
),))
373 liblto_plugin_la_DEPENDENCIES
= \
374 $(if
$(wildcard $(libiberty_noasan
)),$(libiberty_noasan
), \
375 $(if
$(wildcard $(libiberty_pic
)),$(libiberty_pic
),)) \
378 LTLDFLAGS
= $(shell $(SHELL
) $(top_srcdir
)/..
/libtool-ldflags
$(LDFLAGS
))
379 liblto_plugin_la_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) \
380 $(LIBTOOLFLAGS
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
381 $(liblto_plugin_la_LDFLAGS
) $(LTLDFLAGS
) -o
$@
384 $(MAKE
) $(AM_MAKEFLAGS
) all-am
387 .SUFFIXES
: .c .lo .o .obj
388 am--refresh
: Makefile
390 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
392 case
'$(am__configure_deps)' in \
394 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
395 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
400 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
401 $(am__cd
) $(top_srcdir
) && \
402 $(AUTOMAKE
) --foreign Makefile
403 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
406 echo
' $(SHELL) ./config.status'; \
407 $(SHELL
) .
/config.status
;; \
409 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
410 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
413 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
414 $(SHELL
) .
/config.status
--recheck
416 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
417 $(am__cd
) $(srcdir) && $(AUTOCONF
)
418 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
419 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
420 $(am__aclocal_m4_deps
):
423 @
test -f
$@ ||
rm -f stamp-h1
424 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
426 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
428 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
429 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
430 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
435 -rm -f config.h stamp-h1
437 install-libexecsubLTLIBRARIES
: $(libexecsub_LTLIBRARIES
)
439 @list
='$(libexecsub_LTLIBRARIES)'; test -n
"$(libexecsubdir)" || list
=; \
440 list2
=; for p in
$$list; do \
441 if
test -f
$$p; then \
442 list2
="$$list2 $$p"; \
445 test -z
"$$list2" ||
{ \
446 echo
" $(MKDIR_P) '$(DESTDIR)$(libexecsubdir)'"; \
447 $(MKDIR_P
) "$(DESTDIR)$(libexecsubdir)" || exit
1; \
448 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
449 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
452 uninstall-libexecsubLTLIBRARIES
:
454 @list
='$(libexecsub_LTLIBRARIES)'; test -n
"$(libexecsubdir)" || list
=; \
455 for p in
$$list; do \
457 echo
" $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
458 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=uninstall rm -f
"$(DESTDIR)$(libexecsubdir)/$$f"; \
461 clean-libexecsubLTLIBRARIES
:
462 -test -z
"$(libexecsub_LTLIBRARIES)" ||
rm -f
$(libexecsub_LTLIBRARIES
)
463 @list
='$(libexecsub_LTLIBRARIES)'; \
464 locs
=`for p in $$list; do echo $$p; done | \
465 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
467 test -z
"$$locs" ||
{ \
468 echo
rm -f
$${locs}; \
472 liblto_plugin.la
: $(liblto_plugin_la_OBJECTS
) $(liblto_plugin_la_DEPENDENCIES
) $(EXTRA_liblto_plugin_la_DEPENDENCIES
)
473 $(AM_V_GEN
)$(liblto_plugin_la_LINK
) -rpath
$(libexecsubdir
) $(liblto_plugin_la_OBJECTS
) $(liblto_plugin_la_LIBADD
) $(LIBS
)
482 $(AM_V_CC
)$(COMPILE
) -c
-o
$@
$<
485 $(AM_V_CC
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
488 $(AM_V_CC
)$(LTCOMPILE
) -c
-o
$@
$<
497 -rm -f libtool config.lt
499 ID
: $(am__tagged_files
)
500 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
504 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
507 $(am__define_uniq_tagged_files
); \
509 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
510 test -n
"$$unique" || unique
=$$empty_fix; \
511 if
test $$# -gt 0; then \
512 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
515 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
522 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
523 $(am__define_uniq_tagged_files
); \
524 test -z
"$(CTAGS_ARGS)$$unique" \
525 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
529 here
=`$(am__cd) $(top_builddir) && pwd` \
530 && $(am__cd
) $(top_srcdir
) \
531 && gtags
-i
$(GTAGS_ARGS
) "$$here"
533 test ! -s cscope.files \
534 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
537 cscope.files
: clean-cscope cscopelist
538 cscopelist
: cscopelist-am
540 cscopelist-am
: $(am__tagged_files
)
541 list
='$(am__tagged_files)'; \
542 case
"$(srcdir)" in \
543 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
544 *) sdir
=$(subdir
)/$(srcdir) ;; \
546 for i in
$$list; do \
547 if
test -f
"$$i"; then \
548 echo
"$(subdir)/$$i"; \
552 done
>> $(top_builddir
)/cscope.files
555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
556 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
559 all-am
: Makefile
$(LTLIBRARIES
) config.h all-local
561 for
dir in
"$(DESTDIR)$(libexecsubdir)"; do \
562 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
565 install-exec
: install-exec-am
566 install-data
: install-data-am
567 uninstall: uninstall-am
570 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
572 installcheck: installcheck-am
574 if
test -z
'$(STRIP)'; then \
575 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
576 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
579 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
580 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
581 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
588 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
589 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
591 maintainer-clean-generic
:
592 @echo
"This command is intended for maintainers to use"
593 @echo
"it deletes files that may require special tools to rebuild."
596 clean-am
: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
599 distclean: distclean-am
600 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
602 distclean-am
: clean-am distclean-compile distclean-generic \
603 distclean-hdr distclean-libtool distclean-tags
619 install-dvi
: install-dvi-am
623 install-exec-am
: install-libexecsubLTLIBRARIES
625 install-html
: install-html-am
629 install-info
: install-info-am
635 install-pdf
: install-pdf-am
639 install-ps
: install-ps-am
645 maintainer-clean
: maintainer-clean-am
646 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
647 -rm -rf
$(top_srcdir
)/autom4te.cache
649 maintainer-clean-am
: distclean-am maintainer-clean-generic
651 mostlyclean: mostlyclean-am
653 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
664 uninstall-am
: uninstall-libexecsubLTLIBRARIES
666 .MAKE
: all install-am install-strip
668 .PHONY
: CTAGS GTAGS TAGS
all all-am all-local am--refresh
check \
669 check-am
clean clean-cscope clean-generic \
670 clean-libexecsubLTLIBRARIES clean-libtool cscope cscopelist-am \
671 ctags ctags-am
distclean distclean-compile distclean-generic \
672 distclean-hdr distclean-libtool distclean-tags
dvi dvi-am html \
673 html-am
info info-am
install install-am install-data \
674 install-data-am install-dvi install-dvi-am install-exec \
675 install-exec-am install-html install-html-am install-info \
676 install-info-am install-libexecsubLTLIBRARIES install-man \
677 install-pdf install-pdf-am install-ps install-ps-am \
678 install-strip
installcheck installcheck-am
installdirs \
679 maintainer-clean maintainer-clean-generic
mostlyclean \
680 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
681 pdf pdf-am ps ps-am
tags tags-am
uninstall uninstall-am \
682 uninstall-libexecsubLTLIBRARIES
686 override CFLAGS
:= $(filter-out -fsanitize
=address
-fsanitize
=hwaddress
,$(CFLAGS
))
687 override LDFLAGS
:= $(filter-out -fsanitize
=address
-fsanitize
=hwaddress
,$(LDFLAGS
))
689 all-local
: $(in_gcc_libs
)
691 $(in_gcc_libs
) : $(gcc_build_dir
)/%: %
692 @if
test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
693 echo WARNING
: $* is static
, not copying to
$@
>&2 ; \
695 $(mkinstalldirs
) $(gcc_build_dir
) && \
696 $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(INSTALL
) $(INSTALL_STRIP_FLAG
) $* `pwd`/$@
; \
699 # Tell versions [3.59,3.63) of GNU make to not export all variables.
700 # Otherwise a system limit (for SysV at least) may be exceeded.