1 # Makefile.in generated by automake 1.15 from Makefile.am.
4 # Copyright (C) 1994-2014 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
20 if test -z '$(MAKELEVEL)'; then \
22 elif test -n '$(MAKE_HOST)'; then \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 am__make_running_with_option = \
31 case $${target_option-} in \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
68 *$$target_option*) has_opt=yes; break;; \
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
90 build_triplet = @build@
92 target_triplet = @target@
93 subdir = isisd/topology
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \
96 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
99 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_VPATH_FILES =
107 LIBRARIES = $(noinst_LIBRARIES)
109 AM_V_AR = $(am__v_AR_@AM_V@)
110 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
111 am__v_AR_0 = @echo " AR " $@;
113 libtopology_a_AR = $(AR) $(ARFLAGS)
114 am_libtopology_a_OBJECTS = spgrid.$(OBJEXT) random.$(OBJEXT)
115 libtopology_a_OBJECTS = $(am_libtopology_a_OBJECTS)
116 AM_V_P = $(am__v_P_@AM_V@)
117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo " GEN " $@;
124 AM_V_at = $(am__v_at_@AM_V@)
125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/depcomp
130 am__depfiles_maybe = depfiles
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 AM_V_lt = $(am__v_lt_@AM_V@)
135 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136 am__v_lt_0 = --silent
138 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141 $(AM_CFLAGS) $(CFLAGS)
142 AM_V_CC = $(am__v_CC_@AM_V@)
143 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144 am__v_CC_0 = @echo " CC " $@;
147 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 $(AM_LDFLAGS) $(LDFLAGS) -o $@
150 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152 am__v_CCLD_0 = @echo " CCLD " $@;
154 SOURCES = $(libtopology_a_SOURCES)
155 DIST_SOURCES = $(libtopology_a_SOURCES)
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
159 *) (install-info --version) >/dev/null 2>&1;; \
161 HEADERS = $(noinst_HEADERS)
162 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163 # Read a list of newline-separated strings from the standard input,
164 # and print each of them once, without duplicates. Input order is
166 am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
171 # Make sure the list of sources is unique. This is necessary because,
172 # e.g., the same source file might be shared among _SOURCES variables
173 # for different programs/libraries.
174 am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
181 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
182 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187 AUTOCONF = @AUTOCONF@
188 AUTOHEADER = @AUTOHEADER@
189 AUTOMAKE = @AUTOMAKE@
192 CARES_CFLAGS = @CARES_CFLAGS@
193 CARES_LIBS = @CARES_LIBS@
195 CCDEPMODE = @CCDEPMODE@
197 CONFDATE = @CONFDATE@
198 CONFIG_ARGS = @CONFIG_ARGS@
200 CPPFLAGS = @CPPFLAGS@
202 CYGPATH_W = @CYGPATH_W@
203 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
207 DSYMUTIL = @DSYMUTIL@
217 HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
218 IF_METHOD = @IF_METHOD@
220 INSTALL_DATA = @INSTALL_DATA@
221 INSTALL_PROGRAM = @INSTALL_PROGRAM@
222 INSTALL_SCRIPT = @INSTALL_SCRIPT@
223 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224 IOCTL_METHOD = @IOCTL_METHOD@
225 IPFORWARD = @IPFORWARD@
227 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
228 ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
229 ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
230 KERNEL_METHOD = @KERNEL_METHOD@
238 LIBREADLINE = @LIBREADLINE@
241 LIB_REGEX = @LIB_REGEX@
244 LTLIBOBJS = @LTLIBOBJS@
245 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
246 MAKEINFO = @MAKEINFO@
247 MANIFEST_TOOL = @MANIFEST_TOOL@
249 NETSNMP_CONFIG = @NETSNMP_CONFIG@
257 OSPFCLIENT = @OSPFCLIENT@
262 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
263 PACKAGE_NAME = @PACKAGE_NAME@
264 PACKAGE_STRING = @PACKAGE_STRING@
265 PACKAGE_TARNAME = @PACKAGE_TARNAME@
266 PACKAGE_URL = @PACKAGE_URL@
267 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PDFLATEX = @PDFLATEX@
273 PKG_CONFIG = @PKG_CONFIG@
274 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
275 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
276 PROTOBUF_C_CFLAGS = @PROTOBUF_C_CFLAGS@
277 PROTOBUF_C_LIBS = @PROTOBUF_C_LIBS@
278 PROTOC_C = @PROTOC_C@
282 RTREAD_METHOD = @RTREAD_METHOD@
283 RT_METHOD = @RT_METHOD@
285 SET_MAKE = @SET_MAKE@
291 WATCHQUAGGA = @WATCHQUAGGA@
292 WEAK_ALIAS = @WEAK_ALIAS@
293 WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@
296 abs_builddir = @abs_builddir@
297 abs_srcdir = @abs_srcdir@
298 abs_top_builddir = @abs_top_builddir@
299 abs_top_srcdir = @abs_top_srcdir@
300 ac_ct_AR = @ac_ct_AR@
301 ac_ct_CC = @ac_ct_CC@
302 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
303 am__include = @am__include@
304 am__leading_dot = @am__leading_dot@
305 am__quote = @am__quote@
307 am__untar = @am__untar@
310 build_alias = @build_alias@
311 build_cpu = @build_cpu@
312 build_os = @build_os@
313 build_vendor = @build_vendor@
314 builddir = @builddir@
316 datarootdir = @datarootdir@
319 enable_group = @enable_group@
320 enable_user = @enable_user@
321 enable_vty_group = @enable_vty_group@
322 exampledir = @exampledir@
323 exec_prefix = @exec_prefix@
325 host_alias = @host_alias@
326 host_cpu = @host_cpu@
328 host_vendor = @host_vendor@
330 includedir = @includedir@
332 install_sh = @install_sh@
334 libexecdir = @libexecdir@
335 localedir = @localedir@
336 localstatedir = @localstatedir@
339 oldincludedir = @oldincludedir@
341 pkgsrcdir = @pkgsrcdir@
342 pkgsrcrcdir = @pkgsrcrcdir@
344 program_transform_name = @program_transform_name@
346 quagga_statedir = @quagga_statedir@
348 sharedstatedir = @sharedstatedir@
350 sysconfdir = @sysconfdir@
352 target_alias = @target_alias@
353 target_cpu = @target_cpu@
354 target_os = @target_os@
355 target_vendor = @target_vendor@
356 top_build_prefix = @top_build_prefix@
357 top_builddir = @top_builddir@
358 top_srcdir = @top_srcdir@
359 AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
360 AM_CFLAGS = $(PICFLAGS)
361 AM_LDFLAGS = $(PILDFLAGS)
362 noinst_LIBRARIES = libtopology.a
363 libtopology_a_SOURCES = \
366 libtopology_a_DEPENDENCIES = @LIB_REGEX@
367 libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la
374 .SUFFIXES: .c .lo .o .obj
375 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
377 case '$(am__configure_deps)' in \
379 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380 && { if test -f $@; then exit 0; else break; fi; }; \
384 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu isisd/topology/Makefile'; \
385 $(am__cd) $(top_srcdir) && \
386 $(AUTOMAKE) --gnu isisd/topology/Makefile
387 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
392 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
393 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
396 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
399 $(top_srcdir)/configure: $(am__configure_deps)
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403 $(am__aclocal_m4_deps):
405 clean-noinstLIBRARIES:
406 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
408 libtopology.a: $(libtopology_a_OBJECTS) $(libtopology_a_DEPENDENCIES) $(EXTRA_libtopology_a_DEPENDENCIES)
409 $(AM_V_at)-rm -f libtopology.a
410 $(AM_V_AR)$(libtopology_a_AR) libtopology.a $(libtopology_a_OBJECTS) $(libtopology_a_LIBADD)
411 $(AM_V_at)$(RANLIB) libtopology.a
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spgrid.Po@am__quote@
423 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
430 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
437 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
449 ID: $(am__tagged_files)
450 $(am__define_uniq_tagged_files); mkid -fID $$unique
454 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
457 $(am__define_uniq_tagged_files); \
459 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460 test -n "$$unique" || unique=$$empty_fix; \
461 if test $$# -gt 0; then \
462 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
473 $(am__define_uniq_tagged_files); \
474 test -z "$(CTAGS_ARGS)$$unique" \
475 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479 here=`$(am__cd) $(top_builddir) && pwd` \
480 && $(am__cd) $(top_srcdir) \
481 && gtags -i $(GTAGS_ARGS) "$$here"
482 cscopelist: cscopelist-am
484 cscopelist-am: $(am__tagged_files)
485 list='$(am__tagged_files)'; \
486 case "$(srcdir)" in \
487 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
488 *) sdir=$(subdir)/$(srcdir) ;; \
490 for i in $$list; do \
491 if test -f "$$i"; then \
492 echo "$(subdir)/$$i"; \
496 done >> $(top_builddir)/cscope.files
499 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501 distdir: $(DISTFILES)
502 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504 list='$(DISTFILES)'; \
505 dist_files=`for file in $$list; do echo $$file; done | \
506 sed -e "s|^$$srcdirstrip/||;t" \
507 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508 case $$dist_files in \
509 */*) $(MKDIR_P) `echo "$$dist_files" | \
510 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
513 for file in $$dist_files; do \
514 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515 if test -d $$d/$$file; then \
516 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517 if test -d "$(distdir)/$$file"; then \
518 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526 test -f "$(distdir)/$$file" \
527 || cp -p $$d/$$file "$(distdir)/$$file" \
533 all-am: Makefile $(LIBRARIES) $(HEADERS)
536 install-exec: install-exec-am
537 install-data: install-data-am
538 uninstall: uninstall-am
541 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543 installcheck: installcheck-am
545 if test -z '$(STRIP)'; then \
546 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
550 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
559 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
560 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
562 maintainer-clean-generic:
563 @echo "This command is intended for maintainers to use"
564 @echo "it deletes files that may require special tools to rebuild."
567 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
570 distclean: distclean-am
573 distclean-am: clean-am distclean-compile distclean-generic \
590 install-dvi: install-dvi-am
596 install-html: install-html-am
600 install-info: install-info-am
606 install-pdf: install-pdf-am
610 install-ps: install-ps-am
616 maintainer-clean: maintainer-clean-am
619 maintainer-clean-am: distclean-am maintainer-clean-generic
621 mostlyclean: mostlyclean-am
623 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
636 .MAKE: install-am install-strip
638 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
639 clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
640 ctags-am distclean distclean-compile distclean-generic \
641 distclean-libtool distclean-tags distdir dvi dvi-am html \
642 html-am info info-am install install-am install-data \
643 install-data-am install-dvi install-dvi-am install-exec \
644 install-exec-am install-html install-html-am install-info \
645 install-info-am install-man install-pdf install-pdf-am \
646 install-ps install-ps-am install-strip installcheck \
647 installcheck-am installdirs maintainer-clean \
648 maintainer-clean-generic mostlyclean mostlyclean-compile \
649 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
650 tags tags-am uninstall uninstall-am
655 # Tell versions [3.59,3.63) of GNU make to not export all variables.
656 # Otherwise a system limit (for SysV at least) may be exceeded.