1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# symbols/Makefile. Generated from Makefile.in by configure. 3 4# Copyright (C) 1994-2018 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 16 17 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) 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;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/xkeyboard-config 74pkgincludedir = $(includedir)/xkeyboard-config 75pkglibdir = $(libdir)/xkeyboard-config 76pkglibexecdir = $(libexecdir)/xkeyboard-config 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = x86_64-pc-linux-gnu 90host_triplet = x86_64-pc-linux-gnu 91subdir = symbols 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 94 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ 95 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ 96 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ 97 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ 98 $(top_srcdir)/configure.ac 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 102mkinstalldirs = $(install_sh) -d 103CONFIG_CLEAN_FILES = 104CONFIG_CLEAN_VPATH_FILES = 105AM_V_P = $(am__v_P_$(V)) 106am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 107am__v_P_0 = false 108am__v_P_1 = : 109AM_V_GEN = $(am__v_GEN_$(V)) 110am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 111am__v_GEN_0 = @echo " GEN " $@; 112am__v_GEN_1 = 113AM_V_at = $(am__v_at_$(V)) 114am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 115am__v_at_0 = @ 116am__v_at_1 = 117SOURCES = 118DIST_SOURCES = 119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 120 ctags-recursive dvi-recursive html-recursive info-recursive \ 121 install-data-recursive install-dvi-recursive \ 122 install-exec-recursive install-html-recursive \ 123 install-info-recursive install-pdf-recursive \ 124 install-ps-recursive install-recursive installcheck-recursive \ 125 installdirs-recursive pdf-recursive ps-recursive \ 126 tags-recursive uninstall-recursive 127am__can_run_installinfo = \ 128 case $$AM_UPDATE_INFO_DIR in \ 129 n|no|NO) false;; \ 130 *) (install-info --version) >/dev/null 2>&1;; \ 131 esac 132am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 133am__vpath_adj = case $$p in \ 134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 135 *) f=$$p;; \ 136 esac; 137am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 138am__install_max = 40 139am__nobase_strip_setup = \ 140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 141am__nobase_strip = \ 142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 143am__nobase_list = $(am__nobase_strip_setup); \ 144 for p in $$list; do echo "$$p $$p"; done | \ 145 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 147 if (++n[$$2] == $(am__install_max)) \ 148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 149 END { for (dir in files) print dir, files[dir] }' 150am__base_list = \ 151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 153am__uninstall_files_from_dir = { \ 154 test -z "$$files" \ 155 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 156 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 157 $(am__cd) "$$dir" && rm -f $$files; }; \ 158 } 159am__installdirs = "$(DESTDIR)$(symbolsdir)" 160DATA = $(symbols_DATA) 161RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 162 distclean-recursive maintainer-clean-recursive 163am__recursive_targets = \ 164 $(RECURSIVE_TARGETS) \ 165 $(RECURSIVE_CLEAN_TARGETS) \ 166 $(am__extra_recursive_targets) 167AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 168 distdir distdir-am 169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 170# Read a list of newline-separated strings from the standard input, 171# and print each of them once, without duplicates. Input order is 172# *not* preserved. 173am__uniquify_input = $(AWK) '\ 174 BEGIN { nonempty = 0; } \ 175 { items[$$0] = 1; nonempty = 1; } \ 176 END { if (nonempty) { for (i in items) print i; }; } \ 177' 178# Make sure the list of sources is unique. This is necessary because, 179# e.g., the same source file might be shared among _SOURCES variables 180# for different programs/libraries. 181am__define_uniq_tagged_files = \ 182 list='$(am__tagged_files)'; \ 183 unique=`for i in $$list; do \ 184 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 185 done | $(am__uniquify_input)` 186ETAGS = etags 187CTAGS = ctags 188DIST_SUBDIRS = $(SUBDIRS) 189am__DIST_COMMON = $(srcdir)/Makefile.in 190DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 191am__relativize = \ 192 dir0=`pwd`; \ 193 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 194 sed_rest='s,^[^/]*/*,,'; \ 195 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 196 sed_butlast='s,/*[^/]*$$,,'; \ 197 while test -n "$$dir1"; do \ 198 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 199 if test "$$first" != "."; then \ 200 if test "$$first" = ".."; then \ 201 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 202 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 203 else \ 204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 205 if test "$$first2" = "$$first"; then \ 206 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 207 else \ 208 dir2="../$$dir2"; \ 209 fi; \ 210 dir0="$$dir0"/"$$first"; \ 211 fi; \ 212 fi; \ 213 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 214 done; \ 215 reldir="$$dir2" 216ACLOCAL = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing aclocal-1.16 217ADMIN_MAN_DIR = $(mandir)/man$(ADMIN_MAN_SUFFIX) 218ADMIN_MAN_SUFFIX = 8 219AMTAR = $${TAR-tar} 220AM_DEFAULT_VERBOSITY = 1 221APP_MAN_DIR = $(mandir)/man$(APP_MAN_SUFFIX) 222APP_MAN_SUFFIX = 1 223AUTOCONF = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoconf 224AUTOHEADER = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing autoheader 225AUTOMAKE = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing automake-1.16 226AWK = gawk 227CC = gcc 228CCDEPMODE = depmode=none 229CFLAGS = -g -O2 230CPP = gcc -E 231CPPFLAGS = 232CYGPATH_W = echo 233DEFS = -DPACKAGE_NAME=\"xkeyboard-config\" -DPACKAGE_TARNAME=\"xkeyboard-config\" -DPACKAGE_VERSION=\"2.30\" -DPACKAGE_STRING=\"xkeyboard-config\ 2.30\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"xkeyboard-config\" -DVERSION=\"2.30\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DGETTEXT_PACKAGE=\"xkeyboard-config\" 234DEPDIR = .deps 235DEPS_CFLAGS = 236DEPS_LIBS = -lX11 237DRIVER_MAN_DIR = $(mandir)/man$(DRIVER_MAN_SUFFIX) 238DRIVER_MAN_SUFFIX = 4 239ECHO_C = 240ECHO_N = -n 241ECHO_T = 242EGREP = /bin/grep -E 243EXEEXT = 244FILE_MAN_DIR = $(mandir)/man$(FILE_MAN_SUFFIX) 245FILE_MAN_SUFFIX = 5 246GETTEXT_MACRO_VERSION = 0.19 247GETTEXT_PACKAGE = xkeyboard-config 248GMSGFMT = /usr/bin/msgfmt 249GMSGFMT_015 = /usr/bin/msgfmt 250GREP = /bin/grep 251INSTALL = /usr/bin/install -c 252INSTALL_DATA = ${INSTALL} -m 644 253INSTALL_PROGRAM = ${INSTALL} 254INSTALL_SCRIPT = ${INSTALL} 255INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 256INTLLIBS = 257INTL_MACOSX_LIBS = 258LDFLAGS = 259LIBICONV = -liconv 260LIBINTL = 261LIBOBJS = 262LIBS = 263LIB_MAN_DIR = $(mandir)/man$(LIB_MAN_SUFFIX) 264LIB_MAN_SUFFIX = 3 265LTLIBICONV = -liconv 266LTLIBINTL = 267LTLIBOBJS = 268MAKEINFO = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/missing makeinfo 269MAN_SUBSTS = -e 's|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|$(prefix)|g' -e 's|__apploaddir__|$(appdefaultdir)|g' -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 270MISC_MAN_DIR = $(mandir)/man$(MISC_MAN_SUFFIX) 271MISC_MAN_SUFFIX = 7 272MKDIR_P = /bin/mkdir -p 273MSGFMT = /usr/bin/msgfmt 274MSGFMT_015 = /usr/bin/msgfmt 275MSGMERGE = /usr/bin/msgmerge 276OBJEXT = o 277PACKAGE = xkeyboard-config 278PACKAGE_BUGREPORT = 279PACKAGE_NAME = xkeyboard-config 280PACKAGE_STRING = xkeyboard-config 2.30 281PACKAGE_TARNAME = xkeyboard-config 282PACKAGE_URL = 283PACKAGE_VERSION = 2.30 284PATH_SEPARATOR = : 285PKG_CONFIG = /usr/bin/pkg-config 286PKG_CONFIG_LIBDIR = 287PKG_CONFIG_PATH = 288POSUB = po 289PYTHON = /usr/bin/python3 290PYTHON_EXEC_PREFIX = ${exec_prefix} 291PYTHON_PLATFORM = linux 292PYTHON_PREFIX = ${prefix} 293PYTHON_VERSION = 3.5 294SED = /bin/sed 295SET_MAKE = 296SHELL = /bin/sh 297STRIP = 298USE_NLS = yes 299VERSION = 2.30 300XGETTEXT = /usr/bin/xgettext 301XGETTEXT_015 = /usr/bin/xgettext 302XGETTEXT_EXTRA_OPTIONS = 303XORG_MAN_PAGE = X Version 11 304XSLTPROC = /usr/bin/xsltproc 305abs_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30/symbols 306abs_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30/symbols 307abs_top_builddir = /home/d00426933/code/xkb/xkeyboard-config-2.30 308abs_top_srcdir = /home/d00426933/code/xkb/xkeyboard-config-2.30 309ac_ct_CC = gcc 310am__include = include 311am__leading_dot = . 312am__quote = 313am__tar = $${TAR-tar} chof - "$$tardir" 314am__untar = $${TAR-tar} xf - 315bindir = ${exec_prefix}/bin 316build = x86_64-pc-linux-gnu 317build_alias = 318build_cpu = x86_64 319build_os = linux-gnu 320build_vendor = pc 321builddir = . 322datadir = ${datarootdir} 323datarootdir = ${prefix}/share 324docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 325dvidir = ${docdir} 326exec_prefix = ${prefix} 327host = x86_64-pc-linux-gnu 328host_alias = 329host_cpu = x86_64 330host_os = linux-gnu 331host_vendor = pc 332htmldir = ${docdir} 333includedir = ${prefix}/include 334infodir = ${datarootdir}/info 335install_sh = ${SHELL} /home/d00426933/code/xkb/xkeyboard-config-2.30/install-sh 336libdir = ${exec_prefix}/lib 337libexecdir = ${exec_prefix}/libexec 338localedir = ${datarootdir}/locale 339localstatedir = ${prefix}/var 340mandir = ${datarootdir}/man 341mkdir_p = $(MKDIR_P) 342oldincludedir = /usr/include 343pdfdir = ${docdir} 344pkgpyexecdir = ${pyexecdir}/xkeyboard-config 345pkgpythondir = ${pythondir}/xkeyboard-config 346prefix = /usr/local 347program_transform_name = s,x,x, 348psdir = ${docdir} 349pyexecdir = ${exec_prefix}/lib/python3.5/site-packages 350pythondir = ${prefix}/lib/python3.5/site-packages 351sbindir = ${exec_prefix}/sbin 352sharedstatedir = ${prefix}/com 353srcdir = . 354sysconfdir = ${prefix}/etc 355target_alias = 356top_build_prefix = ../ 357top_builddir = .. 358top_srcdir = .. 359xkb_base = ${datarootdir}/X11/xkb 360xkb_rules_symlink = xorg 361SUBDIRS = digital_vndr fujitsu_vndr hp_vndr jolla_vndr macintosh_vndr nec_vndr nokia_vndr sharp_vndr sgi_vndr sony_vndr sun_vndr xfree68_vndr 362symbolsdir = $(xkb_base)/symbols 363symbols_DATA = \ 364af al am apl \ 365ara at au az \ 366ba bd be \ 367bg br brai \ 368bt bw by \ 369ca cd ch \ 370cm cn cz \ 371de dk dz \ 372ee eg es et epo eu \ 373fi fo fr \ 374gb ge gh gn \ 375gr hr hu \ 376id ie il \ 377in iq \ 378ir is it \ 379jp jv \ 380ke kg kh \ 381kr kz \ 382la latam latin \ 383lk lt lv \ 384ma mao md me \ 385mk ml mm \ 386mn mt mv my \ 387ng nl no np \ 388parens pc ph pk pl pt \ 389ro rs ru \ 390se si sk sn \ 391sy th \ 392terminate tg \ 393tj tm tr trans tw tz \ 394ua us uz vn \ 395za \ 396altwin capslock compose ctrl empty eurosign rupeesign group inet \ 397keypad kpdl level3 level5 nbsp olpc shift srvr_ctrl typo 398 399EXTRA_DIST = $(symbols_DATA) 400all: all-recursive 401 402.SUFFIXES: 403$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 404 @for dep in $?; do \ 405 case '$(am__configure_deps)' in \ 406 *$$dep*) \ 407 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 408 && { if test -f $@; then exit 0; else break; fi; }; \ 409 exit 1;; \ 410 esac; \ 411 done; \ 412 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign symbols/Makefile'; \ 413 $(am__cd) $(top_srcdir) && \ 414 $(AUTOMAKE) --foreign symbols/Makefile 415Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 416 @case '$?' in \ 417 *config.status*) \ 418 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 419 *) \ 420 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 421 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 422 esac; 423 424$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 426 427$(top_srcdir)/configure: $(am__configure_deps) 428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 429$(ACLOCAL_M4): $(am__aclocal_m4_deps) 430 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 431$(am__aclocal_m4_deps): 432install-symbolsDATA: $(symbols_DATA) 433 @$(NORMAL_INSTALL) 434 @list='$(symbols_DATA)'; test -n "$(symbolsdir)" || list=; \ 435 if test -n "$$list"; then \ 436 echo " $(MKDIR_P) '$(DESTDIR)$(symbolsdir)'"; \ 437 $(MKDIR_P) "$(DESTDIR)$(symbolsdir)" || exit 1; \ 438 fi; \ 439 for p in $$list; do \ 440 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 441 echo "$$d$$p"; \ 442 done | $(am__base_list) | \ 443 while read files; do \ 444 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(symbolsdir)'"; \ 445 $(INSTALL_DATA) $$files "$(DESTDIR)$(symbolsdir)" || exit $$?; \ 446 done 447 448uninstall-symbolsDATA: 449 @$(NORMAL_UNINSTALL) 450 @list='$(symbols_DATA)'; test -n "$(symbolsdir)" || list=; \ 451 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 452 dir='$(DESTDIR)$(symbolsdir)'; $(am__uninstall_files_from_dir) 453 454# This directory's subdirectories are mostly independent; you can cd 455# into them and run 'make' without going through this Makefile. 456# To change the values of 'make' variables: instead of editing Makefiles, 457# (1) if the variable is set in 'config.status', edit 'config.status' 458# (which will cause the Makefiles to be regenerated when you run 'make'); 459# (2) otherwise, pass the desired values on the 'make' command line. 460$(am__recursive_targets): 461 @fail=; \ 462 if $(am__make_keepgoing); then \ 463 failcom='fail=yes'; \ 464 else \ 465 failcom='exit 1'; \ 466 fi; \ 467 dot_seen=no; \ 468 target=`echo $@ | sed s/-recursive//`; \ 469 case "$@" in \ 470 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 471 *) list='$(SUBDIRS)' ;; \ 472 esac; \ 473 for subdir in $$list; do \ 474 echo "Making $$target in $$subdir"; \ 475 if test "$$subdir" = "."; then \ 476 dot_seen=yes; \ 477 local_target="$$target-am"; \ 478 else \ 479 local_target="$$target"; \ 480 fi; \ 481 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 482 || eval $$failcom; \ 483 done; \ 484 if test "$$dot_seen" = "no"; then \ 485 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 486 fi; test -z "$$fail" 487 488ID: $(am__tagged_files) 489 $(am__define_uniq_tagged_files); mkid -fID $$unique 490tags: tags-recursive 491TAGS: tags 492 493tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 494 set x; \ 495 here=`pwd`; \ 496 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 497 include_option=--etags-include; \ 498 empty_fix=.; \ 499 else \ 500 include_option=--include; \ 501 empty_fix=; \ 502 fi; \ 503 list='$(SUBDIRS)'; for subdir in $$list; do \ 504 if test "$$subdir" = .; then :; else \ 505 test ! -f $$subdir/TAGS || \ 506 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 507 fi; \ 508 done; \ 509 $(am__define_uniq_tagged_files); \ 510 shift; \ 511 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 512 test -n "$$unique" || unique=$$empty_fix; \ 513 if test $$# -gt 0; then \ 514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 515 "$$@" $$unique; \ 516 else \ 517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 518 $$unique; \ 519 fi; \ 520 fi 521ctags: ctags-recursive 522 523CTAGS: ctags 524ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 525 $(am__define_uniq_tagged_files); \ 526 test -z "$(CTAGS_ARGS)$$unique" \ 527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 528 $$unique 529 530GTAGS: 531 here=`$(am__cd) $(top_builddir) && pwd` \ 532 && $(am__cd) $(top_srcdir) \ 533 && gtags -i $(GTAGS_ARGS) "$$here" 534cscopelist: cscopelist-recursive 535 536cscopelist-am: $(am__tagged_files) 537 list='$(am__tagged_files)'; \ 538 case "$(srcdir)" in \ 539 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 540 *) sdir=$(subdir)/$(srcdir) ;; \ 541 esac; \ 542 for i in $$list; do \ 543 if test -f "$$i"; then \ 544 echo "$(subdir)/$$i"; \ 545 else \ 546 echo "$$sdir/$$i"; \ 547 fi; \ 548 done >> $(top_builddir)/cscope.files 549 550distclean-tags: 551 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 552 553distdir: $(BUILT_SOURCES) 554 $(MAKE) $(AM_MAKEFLAGS) distdir-am 555 556distdir-am: $(DISTFILES) 557 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 558 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 559 list='$(DISTFILES)'; \ 560 dist_files=`for file in $$list; do echo $$file; done | \ 561 sed -e "s|^$$srcdirstrip/||;t" \ 562 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 563 case $$dist_files in \ 564 */*) $(MKDIR_P) `echo "$$dist_files" | \ 565 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 566 sort -u` ;; \ 567 esac; \ 568 for file in $$dist_files; do \ 569 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 570 if test -d $$d/$$file; then \ 571 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 572 if test -d "$(distdir)/$$file"; then \ 573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 574 fi; \ 575 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 576 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 577 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 578 fi; \ 579 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 580 else \ 581 test -f "$(distdir)/$$file" \ 582 || cp -p $$d/$$file "$(distdir)/$$file" \ 583 || exit 1; \ 584 fi; \ 585 done 586 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 587 if test "$$subdir" = .; then :; else \ 588 $(am__make_dryrun) \ 589 || test -d "$(distdir)/$$subdir" \ 590 || $(MKDIR_P) "$(distdir)/$$subdir" \ 591 || exit 1; \ 592 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 593 $(am__relativize); \ 594 new_distdir=$$reldir; \ 595 dir1=$$subdir; dir2="$(top_distdir)"; \ 596 $(am__relativize); \ 597 new_top_distdir=$$reldir; \ 598 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 599 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 600 ($(am__cd) $$subdir && \ 601 $(MAKE) $(AM_MAKEFLAGS) \ 602 top_distdir="$$new_top_distdir" \ 603 distdir="$$new_distdir" \ 604 am__remove_distdir=: \ 605 am__skip_length_check=: \ 606 am__skip_mode_fix=: \ 607 distdir) \ 608 || exit 1; \ 609 fi; \ 610 done 611check-am: all-am 612check: check-recursive 613all-am: Makefile $(DATA) 614installdirs: installdirs-recursive 615installdirs-am: 616 for dir in "$(DESTDIR)$(symbolsdir)"; do \ 617 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 618 done 619install: install-recursive 620install-exec: install-exec-recursive 621install-data: install-data-recursive 622uninstall: uninstall-recursive 623 624install-am: all-am 625 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 626 627installcheck: installcheck-recursive 628install-strip: 629 if test -z '$(STRIP)'; then \ 630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 632 install; \ 633 else \ 634 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 635 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 636 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 637 fi 638mostlyclean-generic: 639 640clean-generic: 641 642distclean-generic: 643 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 644 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 645 646maintainer-clean-generic: 647 @echo "This command is intended for maintainers to use" 648 @echo "it deletes files that may require special tools to rebuild." 649clean: clean-recursive 650 651clean-am: clean-generic mostlyclean-am 652 653distclean: distclean-recursive 654 -rm -f Makefile 655distclean-am: clean-am distclean-generic distclean-tags 656 657dvi: dvi-recursive 658 659dvi-am: 660 661html: html-recursive 662 663html-am: 664 665info: info-recursive 666 667info-am: 668 669install-data-am: install-symbolsDATA 670 671install-dvi: install-dvi-recursive 672 673install-dvi-am: 674 675install-exec-am: 676 677install-html: install-html-recursive 678 679install-html-am: 680 681install-info: install-info-recursive 682 683install-info-am: 684 685install-man: 686 687install-pdf: install-pdf-recursive 688 689install-pdf-am: 690 691install-ps: install-ps-recursive 692 693install-ps-am: 694 695installcheck-am: 696 697maintainer-clean: maintainer-clean-recursive 698 -rm -f Makefile 699maintainer-clean-am: distclean-am maintainer-clean-generic 700 701mostlyclean: mostlyclean-recursive 702 703mostlyclean-am: mostlyclean-generic 704 705pdf: pdf-recursive 706 707pdf-am: 708 709ps: ps-recursive 710 711ps-am: 712 713uninstall-am: uninstall-symbolsDATA 714 715.MAKE: $(am__recursive_targets) install-am install-strip 716 717.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 718 check-am clean clean-generic cscopelist-am ctags ctags-am \ 719 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 720 html html-am info info-am install install-am install-data \ 721 install-data-am install-dvi install-dvi-am install-exec \ 722 install-exec-am install-html install-html-am install-info \ 723 install-info-am install-man install-pdf install-pdf-am \ 724 install-ps install-ps-am install-strip install-symbolsDATA \ 725 installcheck installcheck-am installdirs installdirs-am \ 726 maintainer-clean maintainer-clean-generic mostlyclean \ 727 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 728 uninstall-am uninstall-symbolsDATA 729 730.PRECIOUS: Makefile 731 732 733# Tell versions [3.59,3.63) of GNU make to not export all variables. 734# Otherwise a system limit (for SysV at least) may be exceeded. 735.NOEXPORT: 736