1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 9 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. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81subdir = include 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(nobase_include_HEADERS) 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__aclocal_m4_deps = $(top_srcdir)/configure.ac 86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 87 $(ACLOCAL_M4) 88mkinstalldirs = $(install_sh) -d 89CONFIG_CLEAN_FILES = 90CONFIG_CLEAN_VPATH_FILES = 91AM_V_P = $(am__v_P_@AM_V@) 92am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 93am__v_P_0 = false 94am__v_P_1 = : 95AM_V_GEN = $(am__v_GEN_@AM_V@) 96am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 97am__v_GEN_0 = @echo " GEN " $@; 98am__v_GEN_1 = 99AM_V_at = $(am__v_at_@AM_V@) 100am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 101am__v_at_0 = @ 102am__v_at_1 = 103SOURCES = 104DIST_SOURCES = 105am__can_run_installinfo = \ 106 case $$AM_UPDATE_INFO_DIR in \ 107 n|no|NO) false;; \ 108 *) (install-info --version) >/dev/null 2>&1;; \ 109 esac 110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 111am__vpath_adj = case $$p in \ 112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 113 *) f=$$p;; \ 114 esac; 115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 116am__install_max = 40 117am__nobase_strip_setup = \ 118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 119am__nobase_strip = \ 120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 121am__nobase_list = $(am__nobase_strip_setup); \ 122 for p in $$list; do echo "$$p $$p"; done | \ 123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 125 if (++n[$$2] == $(am__install_max)) \ 126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 127 END { for (dir in files) print dir, files[dir] }' 128am__base_list = \ 129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 131am__uninstall_files_from_dir = { \ 132 test -z "$$files" \ 133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 135 $(am__cd) "$$dir" && rm -f $$files; }; \ 136 } 137am__installdirs = "$(DESTDIR)$(includedir)" 138HEADERS = $(nobase_include_HEADERS) 139am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 140# Read a list of newline-separated strings from the standard input, 141# and print each of them once, without duplicates. Input order is 142# *not* preserved. 143am__uniquify_input = $(AWK) '\ 144 BEGIN { nonempty = 0; } \ 145 { items[$$0] = 1; nonempty = 1; } \ 146 END { if (nonempty) { for (i in items) print i; }; } \ 147' 148# Make sure the list of sources is unique. This is necessary because, 149# e.g., the same source file might be shared among _SOURCES variables 150# for different programs/libraries. 151am__define_uniq_tagged_files = \ 152 list='$(am__tagged_files)'; \ 153 unique=`for i in $$list; do \ 154 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 155 done | $(am__uniquify_input)` 156ETAGS = etags 157CTAGS = ctags 158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 159ACLOCAL = @ACLOCAL@ 160AMTAR = @AMTAR@ 161AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 162AR = @AR@ 163AUTOCONF = @AUTOCONF@ 164AUTOHEADER = @AUTOHEADER@ 165AUTOMAKE = @AUTOMAKE@ 166AWK = @AWK@ 167CC = @CC@ 168CCAS = @CCAS@ 169CCASDEPMODE = @CCASDEPMODE@ 170CCASFLAGS = @CCASFLAGS@ 171CCDEPMODE = @CCDEPMODE@ 172CFLAGS = @CFLAGS@ 173CPPFLAGS = @CPPFLAGS@ 174CYGPATH_W = @CYGPATH_W@ 175DEFS = @DEFS@ 176DEPDIR = @DEPDIR@ 177ECHO_C = @ECHO_C@ 178ECHO_N = @ECHO_N@ 179ECHO_T = @ECHO_T@ 180EXEEXT = @EXEEXT@ 181INSTALL = @INSTALL@ 182INSTALL_DATA = @INSTALL_DATA@ 183INSTALL_PROGRAM = @INSTALL_PROGRAM@ 184INSTALL_SCRIPT = @INSTALL_SCRIPT@ 185INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 186LDFLAGS = @LDFLAGS@ 187LIBOBJS = @LIBOBJS@ 188LIBS = @LIBS@ 189LTLIBOBJS = @LTLIBOBJS@ 190MAKEINFO = @MAKEINFO@ 191MKDIR_P = @MKDIR_P@ 192OBJEXT = @OBJEXT@ 193PACKAGE = @PACKAGE@ 194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 195PACKAGE_NAME = @PACKAGE_NAME@ 196PACKAGE_STRING = @PACKAGE_STRING@ 197PACKAGE_TARNAME = @PACKAGE_TARNAME@ 198PACKAGE_URL = @PACKAGE_URL@ 199PACKAGE_VERSION = @PACKAGE_VERSION@ 200PATH_SEPARATOR = @PATH_SEPARATOR@ 201RANLIB = @RANLIB@ 202SET_MAKE = @SET_MAKE@ 203SHELL = @SHELL@ 204STRIP = @STRIP@ 205VERSION = @VERSION@ 206abs_builddir = @abs_builddir@ 207abs_srcdir = @abs_srcdir@ 208abs_top_builddir = @abs_top_builddir@ 209abs_top_srcdir = @abs_top_srcdir@ 210ac_ct_AR = @ac_ct_AR@ 211ac_ct_CC = @ac_ct_CC@ 212am__include = @am__include@ 213am__leading_dot = @am__leading_dot@ 214am__quote = @am__quote@ 215am__tar = @am__tar@ 216am__untar = @am__untar@ 217bindir = @bindir@ 218build = @build@ 219build_alias = @build_alias@ 220build_cpu = @build_cpu@ 221build_os = @build_os@ 222build_vendor = @build_vendor@ 223builddir = @builddir@ 224datadir = @datadir@ 225datarootdir = @datarootdir@ 226docdir = @docdir@ 227dvidir = @dvidir@ 228exec_prefix = @exec_prefix@ 229host = @host@ 230host_alias = @host_alias@ 231host_cpu = @host_cpu@ 232host_os = @host_os@ 233host_vendor = @host_vendor@ 234htmldir = @htmldir@ 235includedir = @includedir@ 236infodir = @infodir@ 237install_sh = @install_sh@ 238libdir = @libdir@ 239libexecdir = @libexecdir@ 240localedir = @localedir@ 241localstatedir = @localstatedir@ 242mandir = @mandir@ 243mkdir_p = @mkdir_p@ 244oldincludedir = @oldincludedir@ 245pdfdir = @pdfdir@ 246prefix = @prefix@ 247program_transform_name = @program_transform_name@ 248psdir = @psdir@ 249sbindir = @sbindir@ 250sharedstatedir = @sharedstatedir@ 251srcdir = @srcdir@ 252sysconfdir = @sysconfdir@ 253target_alias = @target_alias@ 254top_build_prefix = @top_build_prefix@ 255top_builddir = @top_builddir@ 256top_srcdir = @top_srcdir@ 257nobase_include_HEADERS = \ 258 machine/xtensa-hal.h \ 259 xtensa/cacheasm.h \ 260 xtensa/cacheattrasm.h \ 261 xtensa/config/core.h \ 262 xtensa/core-macros.h \ 263 xtensa/coreasm.h \ 264 xtensa/corebits.h \ 265 xtensa/hal.h \ 266 xtensa/simboard.h \ 267 xtensa/simcall-errno.h \ 268 xtensa/simcall-fcntl.h \ 269 xtensa/simcall.h \ 270 xtensa/specreg.h \ 271 xtensa/xdm-regs.h \ 272 xtensa/xtensa-versions.h \ 273 xtensa/xtensa-xer.h \ 274 xtensa/xtruntime-core-state.h \ 275 xtensa/xtruntime-frames.h \ 276 xtensa/xtruntime.h 277 278all: all-am 279 280.SUFFIXES: 281$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 282 @for dep in $?; do \ 283 case '$(am__configure_deps)' in \ 284 *$$dep*) \ 285 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 286 && { if test -f $@; then exit 0; else break; fi; }; \ 287 exit 1;; \ 288 esac; \ 289 done; \ 290 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 291 $(am__cd) $(top_srcdir) && \ 292 $(AUTOMAKE) --foreign include/Makefile 293.PRECIOUS: Makefile 294Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 295 @case '$?' in \ 296 *config.status*) \ 297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 298 *) \ 299 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 300 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 301 esac; 302 303$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 305 306$(top_srcdir)/configure: $(am__configure_deps) 307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 308$(ACLOCAL_M4): $(am__aclocal_m4_deps) 309 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 310$(am__aclocal_m4_deps): 311install-nobase_includeHEADERS: $(nobase_include_HEADERS) 312 @$(NORMAL_INSTALL) 313 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 314 if test -n "$$list"; then \ 315 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 316 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 317 fi; \ 318 $(am__nobase_list) | while read dir files; do \ 319 xfiles=; for file in $$files; do \ 320 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 321 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 322 test -z "$$xfiles" || { \ 323 test "x$$dir" = x. || { \ 324 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 325 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 326 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 327 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 328 done 329 330uninstall-nobase_includeHEADERS: 331 @$(NORMAL_UNINSTALL) 332 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 333 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 334 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 335 336ID: $(am__tagged_files) 337 $(am__define_uniq_tagged_files); mkid -fID $$unique 338tags: tags-am 339TAGS: tags 340 341tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 342 set x; \ 343 here=`pwd`; \ 344 $(am__define_uniq_tagged_files); \ 345 shift; \ 346 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 347 test -n "$$unique" || unique=$$empty_fix; \ 348 if test $$# -gt 0; then \ 349 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 350 "$$@" $$unique; \ 351 else \ 352 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 353 $$unique; \ 354 fi; \ 355 fi 356ctags: ctags-am 357 358CTAGS: ctags 359ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 360 $(am__define_uniq_tagged_files); \ 361 test -z "$(CTAGS_ARGS)$$unique" \ 362 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 363 $$unique 364 365GTAGS: 366 here=`$(am__cd) $(top_builddir) && pwd` \ 367 && $(am__cd) $(top_srcdir) \ 368 && gtags -i $(GTAGS_ARGS) "$$here" 369cscopelist: cscopelist-am 370 371cscopelist-am: $(am__tagged_files) 372 list='$(am__tagged_files)'; \ 373 case "$(srcdir)" in \ 374 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 375 *) sdir=$(subdir)/$(srcdir) ;; \ 376 esac; \ 377 for i in $$list; do \ 378 if test -f "$$i"; then \ 379 echo "$(subdir)/$$i"; \ 380 else \ 381 echo "$$sdir/$$i"; \ 382 fi; \ 383 done >> $(top_builddir)/cscope.files 384 385distclean-tags: 386 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 387 388distdir: $(DISTFILES) 389 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 390 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 391 list='$(DISTFILES)'; \ 392 dist_files=`for file in $$list; do echo $$file; done | \ 393 sed -e "s|^$$srcdirstrip/||;t" \ 394 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 395 case $$dist_files in \ 396 */*) $(MKDIR_P) `echo "$$dist_files" | \ 397 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 398 sort -u` ;; \ 399 esac; \ 400 for file in $$dist_files; do \ 401 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 402 if test -d $$d/$$file; then \ 403 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 404 if test -d "$(distdir)/$$file"; then \ 405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 406 fi; \ 407 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 408 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 410 fi; \ 411 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 412 else \ 413 test -f "$(distdir)/$$file" \ 414 || cp -p $$d/$$file "$(distdir)/$$file" \ 415 || exit 1; \ 416 fi; \ 417 done 418check-am: all-am 419check: check-am 420all-am: Makefile $(HEADERS) 421installdirs: 422 for dir in "$(DESTDIR)$(includedir)"; do \ 423 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 424 done 425install: install-am 426install-exec: install-exec-am 427install-data: install-data-am 428uninstall: uninstall-am 429 430install-am: all-am 431 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 432 433installcheck: installcheck-am 434install-strip: 435 if test -z '$(STRIP)'; then \ 436 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 437 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 438 install; \ 439 else \ 440 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 441 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 442 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 443 fi 444mostlyclean-generic: 445 446clean-generic: 447 448distclean-generic: 449 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 450 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 451 452maintainer-clean-generic: 453 @echo "This command is intended for maintainers to use" 454 @echo "it deletes files that may require special tools to rebuild." 455clean: clean-am 456 457clean-am: clean-generic mostlyclean-am 458 459distclean: distclean-am 460 -rm -f Makefile 461distclean-am: clean-am distclean-generic distclean-tags 462 463dvi: dvi-am 464 465dvi-am: 466 467html: html-am 468 469html-am: 470 471info: info-am 472 473info-am: 474 475install-data-am: install-nobase_includeHEADERS 476 @$(NORMAL_INSTALL) 477 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 478install-dvi: install-dvi-am 479 480install-dvi-am: 481 482install-exec-am: 483 484install-html: install-html-am 485 486install-html-am: 487 488install-info: install-info-am 489 490install-info-am: 491 492install-man: 493 494install-pdf: install-pdf-am 495 496install-pdf-am: 497 498install-ps: install-ps-am 499 500install-ps-am: 501 502installcheck-am: 503 504maintainer-clean: maintainer-clean-am 505 -rm -f Makefile 506maintainer-clean-am: distclean-am maintainer-clean-generic 507 508mostlyclean: mostlyclean-am 509 510mostlyclean-am: mostlyclean-generic 511 512pdf: pdf-am 513 514pdf-am: 515 516ps: ps-am 517 518ps-am: 519 520uninstall-am: uninstall-nobase_includeHEADERS 521 522.MAKE: install-am install-data-am install-strip 523 524.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 525 cscopelist-am ctags ctags-am distclean distclean-generic \ 526 distclean-tags distdir dvi dvi-am html html-am info info-am \ 527 install install-am install-data install-data-am \ 528 install-data-hook install-dvi install-dvi-am install-exec \ 529 install-exec-am install-html install-html-am install-info \ 530 install-info-am install-man install-nobase_includeHEADERS \ 531 install-pdf install-pdf-am install-ps install-ps-am \ 532 install-strip installcheck installcheck-am installdirs \ 533 maintainer-clean maintainer-clean-generic mostlyclean \ 534 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 535 uninstall-am uninstall-nobase_includeHEADERS 536 537 538install-data-hook: 539 cp -a $(srcdir)/arch $(DESTDIR)/$(includedir) 540 541# Tell versions [3.59,3.63) of GNU make to not export all variables. 542# Otherwise a system limit (for SysV at least) may be exceeded. 543.NOEXPORT: 544