libstdc++: Use variable template to fix -fconcepts-ts error [PR113366]
[official-gcc.git] / libgm2 / Makefile.in
blob4c30d2b034f46cc0b51a98a24a6c7f68773f43a4
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
94 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
95 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
96 $(top_srcdir)/../config/acx.m4 \
97 $(top_srcdir)/../config/depstand.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/multi.m4 \
100 $(top_srcdir)/../config/no-executables.m4 \
101 $(top_srcdir)/../config/override.m4 $(top_srcdir)/acinclude.m4 \
102 $(top_srcdir)/../config/gc++filt.m4 \
103 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
104 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
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
113 CONFIG_CLEAN_FILES =
114 CONFIG_CLEAN_VPATH_FILES =
115 AM_V_P = $(am__v_P_@AM_V@)
116 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 am__v_P_0 = false
118 am__v_P_1 = :
119 AM_V_GEN = $(am__v_GEN_@AM_V@)
120 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121 am__v_GEN_0 = @echo " GEN " $@;
122 am__v_GEN_1 =
123 AM_V_at = $(am__v_at_@AM_V@)
124 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125 am__v_at_0 = @
126 am__v_at_1 =
127 SOURCES =
128 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
129 ctags-recursive dvi-recursive html-recursive info-recursive \
130 install-data-recursive install-dvi-recursive \
131 install-exec-recursive install-html-recursive \
132 install-info-recursive install-pdf-recursive \
133 install-ps-recursive install-recursive installcheck-recursive \
134 installdirs-recursive pdf-recursive ps-recursive \
135 tags-recursive uninstall-recursive
136 am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
142 distclean-recursive maintainer-clean-recursive
143 am__recursive_targets = \
144 $(RECURSIVE_TARGETS) \
145 $(RECURSIVE_CLEAN_TARGETS) \
146 $(am__extra_recursive_targets)
147 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
148 cscope
149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
150 $(LISP)config.h.in
151 # Read a list of newline-separated strings from the standard input,
152 # and print each of them once, without duplicates. Input order is
153 # *not* preserved.
154 am__uniquify_input = $(AWK) '\
155 BEGIN { nonempty = 0; } \
156 { items[$$0] = 1; nonempty = 1; } \
157 END { if (nonempty) { for (i in items) print i; }; } \
159 # Make sure the list of sources is unique. This is necessary because,
160 # e.g., the same source file might be shared among _SOURCES variables
161 # for different programs/libraries.
162 am__define_uniq_tagged_files = \
163 list='$(am__tagged_files)'; \
164 unique=`for i in $$list; do \
165 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
166 done | $(am__uniquify_input)`
167 ETAGS = etags
168 CTAGS = ctags
169 CSCOPE = cscope
170 DIST_SUBDIRS = $(SUBDIRS)
171 ACLOCAL = @ACLOCAL@
172 AMTAR = @AMTAR@
173 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174 AR = @AR@
175 AS = @AS@
176 AUTOCONF = @AUTOCONF@
177 AUTOHEADER = @AUTOHEADER@
178 AUTOMAKE = @AUTOMAKE@
179 AWK = @AWK@
180 CC = @CC@
181 CCAS = @CCAS@
182 CCASDEPMODE = @CCASDEPMODE@
183 CCASFLAGS = @CCASFLAGS@
184 CCDEPMODE = @CCDEPMODE@
185 CC_FOR_BUILD = @CC_FOR_BUILD@
186 CFLAGS = @CFLAGS@
187 CPP = @CPP@
188 CPPFLAGS = @CPPFLAGS@
189 CXX = @CXX@
190 CXXCPP = @CXXCPP@
191 CXXDEPMODE = @CXXDEPMODE@
192 CXXFLAGS = @CXXFLAGS@
193 CYGPATH_W = @CYGPATH_W@
194 DEFS = @DEFS@
195 DEPDIR = @DEPDIR@
196 DSYMUTIL = @DSYMUTIL@
197 DUMPBIN = @DUMPBIN@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 EXEEXT = @EXEEXT@
203 FGREP = @FGREP@
204 GLIBCXX_LIBS = @GLIBCXX_LIBS@
205 GM2_FOR_TARGET = @GM2_FOR_TARGET@
206 GREP = @GREP@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 LD = @LD@
213 LDFLAGS = @LDFLAGS@
214 LIBOBJS = @LIBOBJS@
215 LIBS = @LIBS@
216 LIBTOOL = @LIBTOOL@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAINT = @MAINT@
221 MAKEINFO = @MAKEINFO@
222 MKDIR_P = @MKDIR_P@
223 NM = @NM@
224 NMEDIT = @NMEDIT@
225 OBJDUMP = @OBJDUMP@
226 OBJEXT = @OBJEXT@
227 OTOOL = @OTOOL@
228 OTOOL64 = @OTOOL64@
229 PACKAGE = @PACKAGE@
230 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231 PACKAGE_NAME = @PACKAGE_NAME@
232 PACKAGE_STRING = @PACKAGE_STRING@
233 PACKAGE_TARNAME = @PACKAGE_TARNAME@
234 PACKAGE_URL = @PACKAGE_URL@
235 PACKAGE_VERSION = @PACKAGE_VERSION@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 RANLIB = @RANLIB@
238 SED = @SED@
239 SET_MAKE = @SET_MAKE@
240 SHELL = @SHELL@
241 STRIP = @STRIP@
242 VERSION = @VERSION@
243 abs_builddir = @abs_builddir@
244 abs_srcdir = @abs_srcdir@
245 abs_top_builddir = @abs_top_builddir@
246 abs_top_srcdir = @abs_top_srcdir@
247 ac_ct_CC = @ac_ct_CC@
248 ac_ct_CXX = @ac_ct_CXX@
249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
250 am__include = @am__include@
251 am__leading_dot = @am__leading_dot@
252 am__quote = @am__quote@
253 am__tar = @am__tar@
254 am__untar = @am__untar@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_libsubdir = @build_libsubdir@
260 build_os = @build_os@
261 build_subdir = @build_subdir@
262 build_vendor = @build_vendor@
263 builddir = @builddir@
264 datadir = @datadir@
265 datarootdir = @datarootdir@
266 docdir = @docdir@
267 dvidir = @dvidir@
268 enable_shared = @enable_shared@
269 enable_static = @enable_static@
270 exec_prefix = @exec_prefix@
271 get_gcc_base_ver = @get_gcc_base_ver@
272 glibcxx_builddir = @glibcxx_builddir@
273 glibcxx_srcdir = @glibcxx_srcdir@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_noncanonical = @host_noncanonical@
278 host_os = @host_os@
279 host_subdir = @host_subdir@
280 host_vendor = @host_vendor@
281 htmldir = @htmldir@
282 includedir = @includedir@
283 infodir = @infodir@
284 install_sh = @install_sh@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 libtool_VERSION = @libtool_VERSION@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 multi_basedir = @multi_basedir@
293 oldincludedir = @oldincludedir@
294 pdfdir = @pdfdir@
295 prefix = @prefix@
296 program_transform_name = @program_transform_name@
297 psdir = @psdir@
298 sbindir = @sbindir@
299 sharedstatedir = @sharedstatedir@
300 slibdir = @slibdir@
301 srcdir = @srcdir@
302 sysconfdir = @sysconfdir@
303 target = @target@
304 target_alias = @target_alias@
305 target_cpu = @target_cpu@
306 target_noncanonical = @target_noncanonical@
307 target_os = @target_os@
308 target_subdir = @target_subdir@
309 target_vendor = @target_vendor@
310 toolexecdir = @toolexecdir@
311 toolexeclibdir = @toolexeclibdir@
312 top_build_prefix = @top_build_prefix@
313 top_builddir = @top_builddir@
314 top_srcdir = @top_srcdir@
315 toplevel_builddir = @toplevel_builddir@
316 toplevel_srcdir = @toplevel_srcdir@
318 # Makefile for libgm2.
319 # Copyright 2013-2022 Free Software Foundation, Inc.
321 # This file is free software; you can redistribute it and/or modify
322 # it under the terms of the GNU General Public License as published by
323 # the Free Software Foundation; either version 3 of the License, or
324 # (at your option) any later version.
326 # This program is distributed in the hope that it will be useful,
327 # but WITHOUT ANY WARRANTY; without even the implied warranty of
328 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
329 # GNU General Public License for more details.
331 # You should have received a copy of the GNU General Public License
332 # along with this program; see the file COPYING3. If not see
333 # <http://www.gnu.org/licenses/>.
336 # if this file is changed then you need to run
338 # autoreconf2.64
340 # Modula-2 support.
341 AUTOMAKE_OPTIONS = 1.8 foreign
342 SUFFIXES = .c .mod .def .o .obj .lo .a
343 ACLOCAL_AMFLAGS = -I .. -I ../config
345 # Multilib support.
346 MAKEOVERRIDES =
347 AM_CFLAGS = -I $(srcdir)/../libgcc -I $(MULTIBUILDTOP)../../gcc/include
348 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
349 TOP_GCCDIR := $(shell cd $(top_srcdir) && cd .. && pwd)
350 TARGET_LONGDOUBLE_ABI := $(if $(strip $(filter powerpc64le%,$(target))),-mabi=ieeelongdouble)
351 GCC_DIR = $(TOP_GCCDIR)/gcc
352 GM2_SRC = $(GCC_DIR)/m2
353 SUBDIRS = libm2min libm2log libm2cor libm2iso libm2pim
354 GM2_BUILDDIR := $(shell pwd)
355 gm2_cdir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
356 @ENABLE_DARWIN_AT_RPATH_FALSE@DARWIN_AT_RPATH = yes
357 @ENABLE_DARWIN_AT_RPATH_TRUE@DARWIN_AT_RPATH = yes
359 # Work around what appears to be a GNU make bug handling MAKEFLAGS
360 # values defined in terms of make variables, as is the case for CC and
361 # friends when we are called from the top level Makefile.
362 AM_MAKEFLAGS = \
363 "GCC_DIR=$(GCC_DIR)" \
364 "GM2_SRC=$(GM2_SRC)" \
365 "AR_FLAGS=$(AR_FLAGS)" \
366 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
367 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
368 "GM2_FOR_TARGET=$(GM2_FOR_TARGET)" \
369 "CFLAGS=$(CFLAGS)" \
370 "CXXFLAGS=$(CXXFLAGS)" \
371 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
372 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
373 "CFLAGS_LONGDOUBLE=$(CFLAGS_LONGDOUBLE)" \
374 "EXPECT=$(EXPECT)" \
375 "INSTALL=$(INSTALL)" \
376 "INSTALL_DATA=$(INSTALL_DATA)" \
377 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
378 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
379 "LDFLAGS=$(LDFLAGS)" \
380 "LIBCFLAGS=$(LIBCFLAGS)" \
381 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
382 "MAKE=$(MAKE)" \
383 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
384 "PICFLAG=$(PICFLAG)" \
385 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
386 "SHELL=$(SHELL)" \
387 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
388 "exec_prefix=$(exec_prefix)" \
389 "infodir=$(infodir)" \
390 "libdir=$(libdir)" \
391 "includedir=$(includedir)" \
392 "prefix=$(prefix)" \
393 "tooldir=$(tooldir)" \
394 "gxx_include_dir=$(gxx_include_dir)" \
395 "AR=$(AR)" \
396 "AS=$(AS)" \
397 "LD=$(LD)" \
398 "RANLIB=$(RANLIB)" \
399 "NM=$(NM)" \
400 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
401 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
402 "DESTDIR=$(DESTDIR)" \
403 "WERROR=$(WERROR)" \
404 "TARGET_LIB_PATH=$(TARGET_LIB_PATH)" \
405 "TARGET_LIB_PATH_libgm2=$(TARGET_LIB_PATH_libgm2)" \
406 "TARGET_LONGDOUBLE_ABI=$(TARGET_LONGDOUBLE_ABI)" \
407 "LIBTOOL=$(GM2_BUILDDIR)/libtool" \
408 "DARWIN_AT_RPATH=$(DARWIN_AT_RPATH)"
411 # Subdir rules rely on $(FLAGS_TO_PASS)
412 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
413 MULTISRCTOP =
414 MULTIBUILDTOP =
415 MULTIDIRS =
416 MULTISUBDIR =
417 MULTIDO = true
418 MULTICLEAN = true
419 all: config.h
420 $(MAKE) $(AM_MAKEFLAGS) all-recursive
422 .SUFFIXES:
423 .SUFFIXES: .c .mod .def .o .obj .lo .a
424 am--refresh: Makefile
426 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps)
427 @for dep in $?; do \
428 case '$(am__configure_deps)' in \
429 *$$dep*) \
430 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
431 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
432 && exit 0; \
433 exit 1;; \
434 esac; \
435 done; \
436 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
437 $(am__cd) $(top_srcdir) && \
438 $(AUTOMAKE) --foreign Makefile
439 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440 @case '$?' in \
441 *config.status*) \
442 echo ' $(SHELL) ./config.status'; \
443 $(SHELL) ./config.status;; \
444 *) \
445 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
446 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
447 esac;
448 $(top_srcdir)/../multilib.am $(am__empty):
450 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
451 $(SHELL) ./config.status --recheck
453 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
454 $(am__cd) $(srcdir) && $(AUTOCONF)
455 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
456 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
457 $(am__aclocal_m4_deps):
459 config.h: stamp-h1
460 @test -f $@ || rm -f stamp-h1
461 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
463 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
464 @rm -f stamp-h1
465 cd $(top_builddir) && $(SHELL) ./config.status config.h
466 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
467 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
468 rm -f stamp-h1
469 touch $@
471 distclean-hdr:
472 -rm -f config.h stamp-h1
474 mostlyclean-libtool:
475 -rm -f *.lo
477 clean-libtool:
478 -rm -rf .libs _libs
480 distclean-libtool:
481 -rm -f libtool config.lt
483 # This directory's subdirectories are mostly independent; you can cd
484 # into them and run 'make' without going through this Makefile.
485 # To change the values of 'make' variables: instead of editing Makefiles,
486 # (1) if the variable is set in 'config.status', edit 'config.status'
487 # (which will cause the Makefiles to be regenerated when you run 'make');
488 # (2) otherwise, pass the desired values on the 'make' command line.
489 $(am__recursive_targets):
490 @fail=; \
491 if $(am__make_keepgoing); then \
492 failcom='fail=yes'; \
493 else \
494 failcom='exit 1'; \
495 fi; \
496 dot_seen=no; \
497 target=`echo $@ | sed s/-recursive//`; \
498 case "$@" in \
499 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500 *) list='$(SUBDIRS)' ;; \
501 esac; \
502 for subdir in $$list; do \
503 echo "Making $$target in $$subdir"; \
504 if test "$$subdir" = "."; then \
505 dot_seen=yes; \
506 local_target="$$target-am"; \
507 else \
508 local_target="$$target"; \
509 fi; \
510 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511 || eval $$failcom; \
512 done; \
513 if test "$$dot_seen" = "no"; then \
514 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515 fi; test -z "$$fail"
517 ID: $(am__tagged_files)
518 $(am__define_uniq_tagged_files); mkid -fID $$unique
519 tags: tags-recursive
520 TAGS: tags
522 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523 set x; \
524 here=`pwd`; \
525 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
526 include_option=--etags-include; \
527 empty_fix=.; \
528 else \
529 include_option=--include; \
530 empty_fix=; \
531 fi; \
532 list='$(SUBDIRS)'; for subdir in $$list; do \
533 if test "$$subdir" = .; then :; else \
534 test ! -f $$subdir/TAGS || \
535 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
536 fi; \
537 done; \
538 $(am__define_uniq_tagged_files); \
539 shift; \
540 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
541 test -n "$$unique" || unique=$$empty_fix; \
542 if test $$# -gt 0; then \
543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544 "$$@" $$unique; \
545 else \
546 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547 $$unique; \
548 fi; \
550 ctags: ctags-recursive
552 CTAGS: ctags
553 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554 $(am__define_uniq_tagged_files); \
555 test -z "$(CTAGS_ARGS)$$unique" \
556 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557 $$unique
559 GTAGS:
560 here=`$(am__cd) $(top_builddir) && pwd` \
561 && $(am__cd) $(top_srcdir) \
562 && gtags -i $(GTAGS_ARGS) "$$here"
563 cscope: cscope.files
564 test ! -s cscope.files \
565 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
566 clean-cscope:
567 -rm -f cscope.files
568 cscope.files: clean-cscope cscopelist
569 cscopelist: cscopelist-recursive
571 cscopelist-am: $(am__tagged_files)
572 list='$(am__tagged_files)'; \
573 case "$(srcdir)" in \
574 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
575 *) sdir=$(subdir)/$(srcdir) ;; \
576 esac; \
577 for i in $$list; do \
578 if test -f "$$i"; then \
579 echo "$(subdir)/$$i"; \
580 else \
581 echo "$$sdir/$$i"; \
582 fi; \
583 done >> $(top_builddir)/cscope.files
585 distclean-tags:
586 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
587 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
588 check-am: all-am
589 check: check-recursive
590 all-am: Makefile config.h all-local
591 installdirs: installdirs-recursive
592 installdirs-am:
593 install: install-recursive
594 install-exec: install-exec-recursive
595 install-data: install-data-recursive
596 uninstall: uninstall-recursive
598 install-am: all-am
599 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
601 installcheck: installcheck-recursive
602 install-strip:
603 if test -z '$(STRIP)'; then \
604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
606 install; \
607 else \
608 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
612 mostlyclean-generic:
614 clean-generic:
616 distclean-generic:
617 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
618 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620 maintainer-clean-generic:
621 @echo "This command is intended for maintainers to use"
622 @echo "it deletes files that may require special tools to rebuild."
623 clean: clean-recursive
625 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
627 distclean: distclean-recursive
628 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
629 -rm -f Makefile
630 distclean-am: clean-am distclean-generic distclean-hdr \
631 distclean-libtool distclean-local distclean-tags
633 dvi: dvi-recursive
635 dvi-am:
637 html: html-recursive
639 html-am:
641 info: info-recursive
643 info-am:
645 install-data-am:
647 install-dvi: install-dvi-recursive
649 install-dvi-am:
651 install-exec-am: install-exec-local
653 install-html: install-html-recursive
655 install-html-am:
657 install-info: install-info-recursive
659 install-info-am:
661 install-man:
663 install-pdf: install-pdf-recursive
665 install-pdf-am:
667 install-ps: install-ps-recursive
669 install-ps-am:
671 installcheck-am:
673 maintainer-clean: maintainer-clean-recursive
674 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
675 -rm -rf $(top_srcdir)/autom4te.cache
676 -rm -f Makefile
677 maintainer-clean-am: distclean-am maintainer-clean-generic \
678 maintainer-clean-local
680 mostlyclean: mostlyclean-recursive
682 mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
683 mostlyclean-local
685 pdf: pdf-recursive
687 pdf-am:
689 ps: ps-recursive
691 ps-am:
693 uninstall-am:
695 .MAKE: $(am__recursive_targets) all install-am install-strip
697 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
698 am--refresh check check-am clean clean-cscope clean-generic \
699 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
700 distclean distclean-generic distclean-hdr distclean-libtool \
701 distclean-local distclean-tags dvi dvi-am html html-am info \
702 info-am install install-am install-data install-data-am \
703 install-dvi install-dvi-am install-exec install-exec-am \
704 install-exec-local install-html install-html-am install-info \
705 install-info-am install-man install-pdf install-pdf-am \
706 install-ps install-ps-am install-strip installcheck \
707 installcheck-am installdirs installdirs-am maintainer-clean \
708 maintainer-clean-generic maintainer-clean-local mostlyclean \
709 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
710 pdf-am ps ps-am tags tags-am uninstall uninstall-am
712 .PRECIOUS: Makefile
715 # GNU Make needs to see an explicit $(MAKE) variable in the command it
716 # runs to enable its job server during parallel builds. Hence the
717 # comments below.
718 all-multi:
719 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
720 install-multi:
721 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
722 mostlyclean-multi:
723 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
724 clean-multi:
725 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
726 distclean-multi:
727 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
728 maintainer-clean-multi:
729 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
731 .MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
732 install-multi maintainer-clean-multi mostlyclean-multi
734 install-exec-local: install-multi
736 all-local: all-multi
737 mostlyclean-local: mostlyclean-multi
738 clean-local: clean-multi
739 distclean-local: distclean-multi
740 maintainer-clean-local: maintainer-clean-multi
742 # Tell versions [3.59,3.63) of GNU make to not export all variables.
743 # Otherwise a system limit (for SysV at least) may be exceeded.
744 .NOEXPORT: