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
18 if
test -z
'$(MAKELEVEL)'; then \
20 elif
test -n
'$(MAKE_HOST)'; then \
22 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
28 am__make_running_with_option
= \
29 case
$${target_option-
} in \
31 *) echo
"am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
36 sane_makeflags
=$$MAKEFLAGS; \
37 if
$(am__is_gnu_make
); then \
38 sane_makeflags
=$$MFLAGS; \
43 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in
$$sane_makeflags; do \
53 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
66 *$$target_option*) has_opt
=yes
; break
;; \
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
)
88 build_triplet
= @build@
90 target_triplet
= @target@
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
)/configure.ac
102 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
104 DIST_COMMON
= $(srcdir)/Makefile.am
$(top_srcdir
)/configure \
105 $(am__configure_deps
)
106 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
107 configure.lineno config.status.lineno
108 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
109 CONFIG_HEADER
= config.h
111 CONFIG_CLEAN_VPATH_FILES
=
112 AM_V_P
= $(am__v_P_@AM_V@
)
113 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
116 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
117 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
118 am__v_GEN_0
= @echo
" GEN " $@
;
120 AM_V_at
= $(am__v_at_@AM_V@
)
121 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
125 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
126 ctags-recursive dvi-recursive html-recursive info-recursive \
127 install-data-recursive install-dvi-recursive \
128 install-exec-recursive install-html-recursive \
129 install-info-recursive install-pdf-recursive \
130 install-ps-recursive install-recursive installcheck-recursive \
131 installdirs-recursive pdf-recursive ps-recursive \
132 tags-recursive uninstall-recursive
133 am__can_run_installinfo
= \
134 case
$$AM_UPDATE_INFO_DIR in \
136 *) (install-info
--version
) >/dev
/null
2>&1;; \
138 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
139 distclean-recursive maintainer-clean-recursive
140 am__recursive_targets
= \
141 $(RECURSIVE_TARGETS
) \
142 $(RECURSIVE_CLEAN_TARGETS
) \
143 $(am__extra_recursive_targets
)
144 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
146 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) \
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates. Input order is
151 am__uniquify_input
= $(AWK
) '\
152 BEGIN { nonempty = 0; } \
153 { items[$$0] = 1; nonempty = 1; } \
154 END { if (nonempty) { for (i in items) print i; }; } \
156 # Make sure the list of sources is unique. This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files
= \
160 list
='$(am__tagged_files)'; \
161 unique
=`for i in $$list; do \
162 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163 done | $(am__uniquify_input)`
167 DIST_SUBDIRS
= $(SUBDIRS
)
170 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
172 AUTOCONF
= @AUTOCONF@
173 AUTOHEADER
= @AUTOHEADER@
174 AUTOMAKE
= @AUTOMAKE@
178 CCASDEPMODE
= @CCASDEPMODE@
179 CCASFLAGS
= @CCASFLAGS@
180 CCDEPMODE
= @CCDEPMODE@
181 CC_FOR_BUILD
= @CC_FOR_BUILD@
184 CPPFLAGS
= @CPPFLAGS@
187 CXXDEPMODE
= @CXXDEPMODE@
188 CXXFLAGS
= @CXXFLAGS@
189 CYGPATH_W
= @CYGPATH_W@
192 DSYMUTIL
= @DSYMUTIL@
200 GM2_FOR_TARGET
= @GM2_FOR_TARGET@
203 INSTALL_DATA
= @INSTALL_DATA@
204 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
205 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
214 LTLIBOBJS
= @LTLIBOBJS@
216 MAKEINFO
= @MAKEINFO@
225 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
226 PACKAGE_NAME
= @PACKAGE_NAME@
227 PACKAGE_STRING
= @PACKAGE_STRING@
228 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
229 PACKAGE_URL
= @PACKAGE_URL@
230 PACKAGE_VERSION
= @PACKAGE_VERSION@
231 PATH_SEPARATOR
= @PATH_SEPARATOR@
235 SET_MAKE
= @SET_MAKE@
239 abs_builddir
= @abs_builddir@
240 abs_srcdir
= @abs_srcdir@
241 abs_top_builddir
= @abs_top_builddir@
242 abs_top_srcdir
= @abs_top_srcdir@
243 ac_ct_CC
= @ac_ct_CC@
244 ac_ct_CXX
= @ac_ct_CXX@
245 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
246 am__include
= @am__include@
247 am__leading_dot
= @am__leading_dot@
248 am__quote
= @am__quote@
250 am__untar
= @am__untar@
253 build_alias
= @build_alias@
254 build_cpu
= @build_cpu@
255 build_libsubdir
= @build_libsubdir@
256 build_os
= @build_os@
257 build_subdir
= @build_subdir@
258 build_vendor
= @build_vendor@
259 builddir
= @builddir@
261 datarootdir
= @datarootdir@
264 enable_shared
= @enable_shared@
265 enable_static
= @enable_static@
266 exec_prefix = @
exec_prefix@
267 get_gcc_base_ver
= @get_gcc_base_ver@
269 host_alias
= @host_alias@
270 host_cpu
= @host_cpu@
271 host_noncanonical
= @host_noncanonical@
273 host_subdir
= @host_subdir@
274 host_vendor
= @host_vendor@
276 includedir = @
includedir@
278 install_sh
= @install_sh@
280 libexecdir
= @libexecdir@
281 libtool_VERSION
= @libtool_VERSION@
282 localedir
= @localedir@
283 localstatedir
= @localstatedir@
286 multi_basedir
= @multi_basedir@
287 oldincludedir = @
oldincludedir@
290 program_transform_name
= @program_transform_name@
293 sharedstatedir
= @sharedstatedir@
296 sysconfdir
= @sysconfdir@
298 target_alias
= @target_alias@
299 target_cpu
= @target_cpu@
300 target_noncanonical
= @target_noncanonical@
301 target_os
= @target_os@
302 target_subdir
= @target_subdir@
303 target_vendor
= @target_vendor@
304 toolexecdir
= @toolexecdir@
305 toolexeclibdir
= @toolexeclibdir@
306 top_build_prefix
= @top_build_prefix@
307 top_builddir
= @top_builddir@
308 top_srcdir
= @top_srcdir@
310 # Makefile for libgm2.
311 # Copyright 2013-2022 Free Software Foundation, Inc.
313 # This file is free software; you can redistribute it and/or modify
314 # it under the terms of the GNU General Public License as published by
315 # the Free Software Foundation; either version 3 of the License, or
316 # (at your option) any later version.
318 # This program is distributed in the hope that it will be useful,
319 # but WITHOUT ANY WARRANTY; without even the implied warranty of
320 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
321 # GNU General Public License for more details.
323 # You should have received a copy of the GNU General Public License
324 # along with this program; see the file COPYING3. If not see
325 # <http://www.gnu.org/licenses/>.
328 # if this file is changed then you need to run
333 AUTOMAKE_OPTIONS
= 1.8 foreign
334 SUFFIXES
= .c .mod .def .o .obj .lo .a
335 ACLOCAL_AMFLAGS
= -I .
-I ..
-I ..
/config
339 AM_CFLAGS
= -I
$(srcdir)/..
/libgcc
-I
$(MULTIBUILDTOP
)..
/..
/gcc
/include
340 gcc_version
:= $(shell @get_gcc_base_ver@
$(top_srcdir
)/..
/gcc
/BASE-VER
)
341 TOP_GCCDIR
:= $(shell cd
$(top_srcdir
) && cd ..
&& pwd
)
342 GCC_DIR
= $(TOP_GCCDIR
)/gcc
343 GM2_SRC
= $(GCC_DIR
)/m2
344 SUBDIRS
= libm2min libm2log libm2cor libm2iso libm2pim
345 GM2_BUILDDIR
:= $(shell pwd
)
346 gm2_cdir
= $(libdir)/gcc
/$(target_alias
)/$(gcc_version
)/include
348 # Work around what appears to be a GNU make bug handling MAKEFLAGS
349 # values defined in terms of make variables, as is the case for CC and
350 # friends when we are called from the top level Makefile.
352 "GCC_DIR=$(GCC_DIR)" \
353 "GM2_SRC=$(GM2_SRC)" \
354 "AR_FLAGS=$(AR_FLAGS)" \
355 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
356 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
357 "GM2_FOR_TARGET=$(GM2_FOR_TARGET)" \
359 "CXXFLAGS=$(CXXFLAGS)" \
360 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
361 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
362 "INSTALL=$(INSTALL)" \
363 "INSTALL_DATA=$(INSTALL_DATA)" \
364 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
365 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
366 "LDFLAGS=$(LDFLAGS)" \
367 "LIBCFLAGS=$(LIBCFLAGS)" \
368 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
370 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
371 "PICFLAG=$(PICFLAG)" \
372 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
374 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
375 "exec_prefix=$(exec_prefix)" \
376 "infodir=$(infodir)" \
378 "includedir=$(includedir)" \
380 "tooldir=$(tooldir)" \
381 "gxx_include_dir=$(gxx_include_dir)" \
387 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
388 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
389 "DESTDIR=$(DESTDIR)" \
391 "TARGET_LIB_PATH=$(TARGET_LIB_PATH)" \
392 "TARGET_LIB_PATH_libgm2=$(TARGET_LIB_PATH_libgm2)" \
393 "LIBTOOL=$(GM2_BUILDDIR)/libtool"
396 # Subdir rules rely on $(FLAGS_TO_PASS)
397 FLAGS_TO_PASS
= $(AM_MAKEFLAGS
)
405 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
408 .SUFFIXES
: .c .mod .def .o .obj .lo .a
409 am--refresh
: Makefile
411 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(top_srcdir
)/..
/multilib.am
$(am__configure_deps
)
413 case
'$(am__configure_deps)' in \
415 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
416 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
421 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
422 $(am__cd
) $(top_srcdir
) && \
423 $(AUTOMAKE
) --foreign Makefile
424 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
427 echo
' $(SHELL) ./config.status'; \
428 $(SHELL
) .
/config.status
;; \
430 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
431 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
433 $(top_srcdir
)/..
/multilib.am
$(am__empty
):
435 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
436 $(SHELL
) .
/config.status
--recheck
438 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
439 $(am__cd
) $(srcdir) && $(AUTOCONF
)
440 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
441 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
442 $(am__aclocal_m4_deps
):
445 @
test -f
$@ ||
rm -f stamp-h1
446 @
test -f
$@ ||
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
448 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
450 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
451 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
452 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
457 -rm -f config.h stamp-h1
466 -rm -f libtool config.lt
468 # This directory's subdirectories are mostly independent; you can cd
469 # into them and run 'make' without going through this Makefile.
470 # To change the values of 'make' variables: instead of editing Makefiles,
471 # (1) if the variable is set in 'config.status', edit 'config.status'
472 # (which will cause the Makefiles to be regenerated when you run 'make');
473 # (2) otherwise, pass the desired values on the 'make' command line.
474 $(am__recursive_targets
):
476 if
$(am__make_keepgoing
); then \
477 failcom
='fail=yes'; \
482 target
=`echo $@ | sed s/-recursive//`; \
484 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
485 *) list
='$(SUBDIRS)' ;; \
487 for subdir in
$$list; do \
488 echo
"Making $$target in $$subdir"; \
489 if
test "$$subdir" = "."; then \
491 local_target
="$$target-am"; \
493 local_target
="$$target"; \
495 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
498 if
test "$$dot_seen" = "no"; then \
499 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
502 ID
: $(am__tagged_files
)
503 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
507 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
510 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
511 include_option
=--etags-include
; \
514 include_option
=--include; \
517 list
='$(SUBDIRS)'; for subdir in
$$list; do \
518 if
test "$$subdir" = .
; then
:; else \
519 test ! -f
$$subdir/TAGS || \
520 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
523 $(am__define_uniq_tagged_files
); \
525 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
526 test -n
"$$unique" || unique
=$$empty_fix; \
527 if
test $$# -gt 0; then \
528 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
531 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
535 ctags
: ctags-recursive
538 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
539 $(am__define_uniq_tagged_files
); \
540 test -z
"$(CTAGS_ARGS)$$unique" \
541 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
545 here
=`$(am__cd) $(top_builddir) && pwd` \
546 && $(am__cd
) $(top_srcdir
) \
547 && gtags
-i
$(GTAGS_ARGS
) "$$here"
549 test ! -s cscope.files \
550 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
553 cscope.files
: clean-cscope cscopelist
554 cscopelist
: cscopelist-recursive
556 cscopelist-am
: $(am__tagged_files
)
557 list
='$(am__tagged_files)'; \
558 case
"$(srcdir)" in \
559 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
560 *) sdir
=$(subdir
)/$(srcdir) ;; \
562 for i in
$$list; do \
563 if
test -f
"$$i"; then \
564 echo
"$(subdir)/$$i"; \
568 done
>> $(top_builddir
)/cscope.files
571 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
572 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
574 check: check-recursive
575 all-am
: Makefile config.h all-local
576 installdirs: installdirs-recursive
578 install: install-recursive
579 install-exec
: install-exec-recursive
580 install-data
: install-data-recursive
581 uninstall: uninstall-recursive
584 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
586 installcheck: installcheck-recursive
588 if
test -z
'$(STRIP)'; then \
589 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
590 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
593 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
594 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
595 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
602 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
603 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
605 maintainer-clean-generic
:
606 @echo
"This command is intended for maintainers to use"
607 @echo
"it deletes files that may require special tools to rebuild."
608 clean: clean-recursive
610 clean-am
: clean-generic clean-libtool clean-local mostlyclean-am
612 distclean: distclean-recursive
613 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
615 distclean-am
: clean-am distclean-generic distclean-hdr \
616 distclean-libtool distclean-local distclean-tags
632 install-dvi
: install-dvi-recursive
636 install-exec-am
: install-exec-local
638 install-html
: install-html-recursive
642 install-info
: install-info-recursive
648 install-pdf
: install-pdf-recursive
652 install-ps
: install-ps-recursive
658 maintainer-clean
: maintainer-clean-recursive
659 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
660 -rm -rf
$(top_srcdir
)/autom4te.cache
662 maintainer-clean-am
: distclean-am maintainer-clean-generic \
663 maintainer-clean-local
665 mostlyclean: mostlyclean-recursive
667 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool \
680 .MAKE
: $(am__recursive_targets
) all install-am install-strip
682 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am all-local \
683 am--refresh
check check-am
clean clean-cscope clean-generic \
684 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
685 distclean distclean-generic distclean-hdr distclean-libtool \
686 distclean-local distclean-tags
dvi dvi-am html html-am
info \
687 info-am
install install-am install-data install-data-am \
688 install-dvi install-dvi-am install-exec install-exec-am \
689 install-exec-local install-html install-html-am install-info \
690 install-info-am install-man install-pdf install-pdf-am \
691 install-ps install-ps-am install-strip
installcheck \
692 installcheck-am
installdirs installdirs-am maintainer-clean \
693 maintainer-clean-generic maintainer-clean-local
mostlyclean \
694 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
695 pdf-am ps ps-am
tags tags-am
uninstall uninstall-am
700 # GNU Make needs to see an explicit $(MAKE) variable in the command it
701 # runs to enable its job server during parallel builds. Hence the
704 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
706 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
708 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
710 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
712 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
713 maintainer-clean-multi
:
714 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
716 .MAKE .PHONY
: all-multi clean-multi distclean-multi install-am \
717 install-multi maintainer-clean-multi mostlyclean-multi
719 install-exec-local
: install-multi
722 mostlyclean-local
: mostlyclean-multi
723 clean-local
: clean-multi
724 distclean-local
: distclean-multi
725 maintainer-clean-local
: maintainer-clean-multi
727 # Tell versions [3.59,3.63) of GNU make to not export all variables.
728 # Otherwise a system limit (for SysV at least) may be exceeded.