Makefile.in revision c9710b42
1# Makefile.in generated by automake 1.12.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2012 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 17# -*- encoding: utf-8 -*- 18# 19# Copyright © 2003 Keith Packard 20# Copyright © 2013 Google, Inc. 21# 22# Permission to use, copy, modify, distribute, and sell this software and its 23# documentation for any purpose is hereby granted without fee, provided that 24# the above copyright notice appear in all copies and that both that 25# copyright notice and this permission notice appear in supporting 26# documentation, and that the name of the author(s) not be used in 27# advertising or publicity pertaining to distribution of the software without 28# specific, written prior permission. The authors make no 29# representations about the suitability of this software for any purpose. It 30# is provided "as is" without express or implied warranty. 31# 32# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 34# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 35# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 36# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 37# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38# PERFORMANCE OF THIS SOFTWARE. 39# 40# Google Author(s): Behdad Esfahbod 41 42# -*- encoding: utf-8 -*- 43# 44# Copyright © 2003 Keith Packard 45# Copyright © 2013 Google, Inc. 46# 47# Permission to use, copy, modify, distribute, and sell this software and its 48# documentation for any purpose is hereby granted without fee, provided that 49# the above copyright notice appear in all copies and that both that 50# copyright notice and this permission notice appear in supporting 51# documentation, and that the name of the author(s) not be used in 52# advertising or publicity pertaining to distribution of the software without 53# specific, written prior permission. The authors make no 54# representations about the suitability of this software for any purpose. It 55# is provided "as is" without express or implied warranty. 56# 57# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 58# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 59# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 60# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 61# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 62# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 63# PERFORMANCE OF THIS SOFTWARE. 64# 65# Google Author(s): Behdad Esfahbod 66 67VPATH = @srcdir@ 68am__make_dryrun = \ 69 { \ 70 am__dry=no; \ 71 case $$MAKEFLAGS in \ 72 *\\[\ \ ]*) \ 73 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 74 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 75 *) \ 76 for am__flg in $$MAKEFLAGS; do \ 77 case $$am__flg in \ 78 *=*|--*) ;; \ 79 *n*) am__dry=yes; break;; \ 80 esac; \ 81 done;; \ 82 esac; \ 83 test $$am__dry = yes; \ 84 } 85pkgdatadir = $(datadir)/@PACKAGE@ 86pkgincludedir = $(includedir)/@PACKAGE@ 87pkglibdir = $(libdir)/@PACKAGE@ 88pkglibexecdir = $(libexecdir)/@PACKAGE@ 89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 90install_sh_DATA = $(install_sh) -c -m 644 91install_sh_PROGRAM = $(install_sh) -c 92install_sh_SCRIPT = $(install_sh) -c 93INSTALL_HEADER = $(INSTALL_DATA) 94transform = $(program_transform_name) 95NORMAL_INSTALL = : 96PRE_INSTALL = : 97POST_INSTALL = : 98NORMAL_UNINSTALL = : 99PRE_UNINSTALL = : 100POST_UNINSTALL = : 101build_triplet = @build@ 102host_triplet = @host@ 103DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 104 $(srcdir)/Makefile.in $(top_srcdir)/Tools.mk 105subdir = fc-lang 106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 107am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cc_for_build.m4 \ 108 $(top_srcdir)/m4/ax_create_stdint_h.m4 \ 109 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 110 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 111 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 112 $(top_srcdir)/configure.ac 113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 114 $(ACLOCAL_M4) 115mkinstalldirs = $(install_sh) -d 116CONFIG_HEADER = $(top_builddir)/config.h 117CONFIG_CLEAN_FILES = 118CONFIG_CLEAN_VPATH_FILES = 119AM_V_P = $(am__v_P_@AM_V@) 120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 121am__v_P_0 = false 122am__v_P_1 = : 123AM_V_GEN = $(am__v_GEN_@AM_V@) 124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 125am__v_GEN_0 = @echo " GEN " $@; 126am__v_GEN_1 = 127AM_V_at = $(am__v_at_@AM_V@) 128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 129am__v_at_0 = @ 130am__v_at_1 = 131SOURCES = 132DIST_SOURCES = 133am__can_run_installinfo = \ 134 case $$AM_UPDATE_INFO_DIR in \ 135 n|no|NO) false;; \ 136 *) (install-info --version) >/dev/null 2>&1;; \ 137 esac 138HEADERS = $(noinst_HEADERS) 139ETAGS = etags 140CTAGS = ctags 141DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 142ACLOCAL = @ACLOCAL@ 143AMTAR = @AMTAR@ 144AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 145AR = @AR@ 146AS = @AS@ 147AUTOCONF = @AUTOCONF@ 148AUTOHEADER = @AUTOHEADER@ 149AUTOMAKE = @AUTOMAKE@ 150AWK = @AWK@ 151BASECONFIGDIR = @BASECONFIGDIR@ 152CC = @CC@ 153CCDEPMODE = @CCDEPMODE@ 154CC_FOR_BUILD = @CC_FOR_BUILD@ 155CFLAGS = @CFLAGS@ 156CONFIGDIR = @CONFIGDIR@ 157CPP = @CPP@ 158CPPFLAGS = @CPPFLAGS@ 159CYGPATH_W = @CYGPATH_W@ 160DEFS = @DEFS@ 161DEPDIR = @DEPDIR@ 162DLLTOOL = @DLLTOOL@ 163DOCMAN3 = @DOCMAN3@ 164DSYMUTIL = @DSYMUTIL@ 165DUMPBIN = @DUMPBIN@ 166ECHO_C = @ECHO_C@ 167ECHO_N = @ECHO_N@ 168ECHO_T = @ECHO_T@ 169EGREP = @EGREP@ 170EXEEXT = @EXEEXT@ 171EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 172EXPAT_CFLAGS = @EXPAT_CFLAGS@ 173EXPAT_LIBS = @EXPAT_LIBS@ 174FC_ADD_FONTS = @FC_ADD_FONTS@ 175FC_CACHEDIR = @FC_CACHEDIR@ 176FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@ 177FC_FONTDATE = @FC_FONTDATE@ 178FC_FONTPATH = @FC_FONTPATH@ 179FGREP = @FGREP@ 180FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ 181FREETYPE_LIBS = @FREETYPE_LIBS@ 182GIT = @GIT@ 183GPERF = @GPERF@ 184GREP = @GREP@ 185HASDOCBOOK = @HASDOCBOOK@ 186HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@ 187ICONV_CFLAGS = @ICONV_CFLAGS@ 188ICONV_LIBS = @ICONV_LIBS@ 189INSTALL = @INSTALL@ 190INSTALL_DATA = @INSTALL_DATA@ 191INSTALL_PROGRAM = @INSTALL_PROGRAM@ 192INSTALL_SCRIPT = @INSTALL_SCRIPT@ 193INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 194LD = @LD@ 195LDFLAGS = @LDFLAGS@ 196LIBOBJS = @LIBOBJS@ 197LIBS = @LIBS@ 198LIBTOOL = @LIBTOOL@ 199LIBT_CURRENT = @LIBT_CURRENT@ 200LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@ 201LIBT_REVISION = @LIBT_REVISION@ 202LIBT_VERSION_INFO = @LIBT_VERSION_INFO@ 203LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 204LIBXML2_LIBS = @LIBXML2_LIBS@ 205LIPO = @LIPO@ 206LN_S = @LN_S@ 207LTLIBOBJS = @LTLIBOBJS@ 208MAKEINFO = @MAKEINFO@ 209MANIFEST_TOOL = @MANIFEST_TOOL@ 210MKDIR_P = @MKDIR_P@ 211NM = @NM@ 212NMEDIT = @NMEDIT@ 213OBJDUMP = @OBJDUMP@ 214OBJEXT = @OBJEXT@ 215OTOOL = @OTOOL@ 216OTOOL64 = @OTOOL64@ 217PACKAGE = @PACKAGE@ 218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 219PACKAGE_NAME = @PACKAGE_NAME@ 220PACKAGE_STRING = @PACKAGE_STRING@ 221PACKAGE_TARNAME = @PACKAGE_TARNAME@ 222PACKAGE_URL = @PACKAGE_URL@ 223PACKAGE_VERSION = @PACKAGE_VERSION@ 224PATH_SEPARATOR = @PATH_SEPARATOR@ 225PKG_CONFIG = @PKG_CONFIG@ 226PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 227PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 228PTHREAD_CC = @PTHREAD_CC@ 229PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 230PTHREAD_LIBS = @PTHREAD_LIBS@ 231RANLIB = @RANLIB@ 232RM = @RM@ 233SED = @SED@ 234SET_MAKE = @SET_MAKE@ 235SHELL = @SHELL@ 236STRIP = @STRIP@ 237TEMPLATEDIR = @TEMPLATEDIR@ 238VERSION = @VERSION@ 239WARN_CFLAGS = @WARN_CFLAGS@ 240XMLDIR = @XMLDIR@ 241abs_builddir = @abs_builddir@ 242abs_srcdir = @abs_srcdir@ 243abs_top_builddir = @abs_top_builddir@ 244abs_top_srcdir = @abs_top_srcdir@ 245ac_ct_AR = @ac_ct_AR@ 246ac_ct_CC = @ac_ct_CC@ 247ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 248am__include = @am__include@ 249am__leading_dot = @am__leading_dot@ 250am__quote = @am__quote@ 251am__tar = @am__tar@ 252am__untar = @am__untar@ 253ax_pthread_config = @ax_pthread_config@ 254baseconfigdir = @baseconfigdir@ 255bindir = @bindir@ 256build = @build@ 257build_alias = @build_alias@ 258build_cpu = @build_cpu@ 259build_os = @build_os@ 260build_vendor = @build_vendor@ 261builddir = @builddir@ 262configdir = @configdir@ 263datadir = @datadir@ 264datarootdir = @datarootdir@ 265docdir = @docdir@ 266dvidir = @dvidir@ 267exec_prefix = @exec_prefix@ 268fc_cachedir = @fc_cachedir@ 269host = @host@ 270host_alias = @host_alias@ 271host_cpu = @host_cpu@ 272host_os = @host_os@ 273host_vendor = @host_vendor@ 274htmldir = @htmldir@ 275includedir = @includedir@ 276infodir = @infodir@ 277install_sh = @install_sh@ 278libdir = @libdir@ 279libexecdir = @libexecdir@ 280localedir = @localedir@ 281localstatedir = @localstatedir@ 282mandir = @mandir@ 283mkdir_p = @mkdir_p@ 284ms_librarian = @ms_librarian@ 285oldincludedir = @oldincludedir@ 286pdfdir = @pdfdir@ 287pkgconfigdir = @pkgconfigdir@ 288prefix = @prefix@ 289program_transform_name = @program_transform_name@ 290psdir = @psdir@ 291sbindir = @sbindir@ 292sharedstatedir = @sharedstatedir@ 293srcdir = @srcdir@ 294sysconfdir = @sysconfdir@ 295target_alias = @target_alias@ 296templatedir = @templatedir@ 297top_build_prefix = @top_build_prefix@ 298top_builddir = @top_builddir@ 299top_srcdir = @top_srcdir@ 300xmldir = @xmldir@ 301TAG = lang 302DEPS = $(ORTH) 303ARGS = -d $(srcdir) $(ORTH) 304DIST = $(ORTH) 305DIR = fc-$(TAG) 306OUT = fc$(TAG) 307TMPL = $(OUT).tmpl.h 308TARG = $(OUT).h 309TSRC = $(DIR).c 310TOOL = ./$(DIR)$(EXEEXT_FOR_BUILD) 311EXTRA_DIST = $(TARG) $(TMPL) $(TSRC) $(DIST) 312AM_CPPFLAGS = \ 313 -I$(builddir) \ 314 -I$(srcdir) \ 315 -I$(top_builddir)/src \ 316 -I$(top_srcdir)/src \ 317 -I$(top_builddir) \ 318 -I$(top_srcdir) \ 319 -DHAVE_CONFIG_H \ 320 $(WARN_CFLAGS) 321 322noinst_HEADERS = $(TARG) 323ALIAS_FILES = fcalias.h fcaliastail.h 324BUILT_SOURCES = $(ALIAS_FILES) 325CLEANFILES = $(ALIAS_FILES) $(TOOL) 326MAINTAINERCLEANFILES = $(TARG) 327 328# NOTE: 329# 330# The order of the orth files here is extremely important (part of the cache 331# format) and should not be modified. New orth files should be added at the 332# end. No files should be removed either. 333# 334ORTH = \ 335 aa.orth \ 336 ab.orth \ 337 af.orth \ 338 am.orth \ 339 ar.orth \ 340 as.orth \ 341 ast.orth \ 342 av.orth \ 343 ay.orth \ 344 az_az.orth \ 345 az_ir.orth \ 346 ba.orth \ 347 bm.orth \ 348 be.orth \ 349 bg.orth \ 350 bh.orth \ 351 bho.orth \ 352 bi.orth \ 353 bin.orth \ 354 bn.orth \ 355 bo.orth \ 356 br.orth \ 357 bs.orth \ 358 bua.orth \ 359 ca.orth \ 360 ce.orth \ 361 ch.orth \ 362 chm.orth \ 363 chr.orth \ 364 co.orth \ 365 cs.orth \ 366 cu.orth \ 367 cv.orth \ 368 cy.orth \ 369 da.orth \ 370 de.orth \ 371 dz.orth \ 372 el.orth \ 373 en.orth \ 374 eo.orth \ 375 es.orth \ 376 et.orth \ 377 eu.orth \ 378 fa.orth \ 379 fi.orth \ 380 fj.orth \ 381 fo.orth \ 382 fr.orth \ 383 ff.orth \ 384 fur.orth \ 385 fy.orth \ 386 ga.orth \ 387 gd.orth \ 388 gez.orth \ 389 gl.orth \ 390 gn.orth \ 391 gu.orth \ 392 gv.orth \ 393 ha.orth \ 394 haw.orth \ 395 he.orth \ 396 hi.orth \ 397 ho.orth \ 398 hr.orth \ 399 hu.orth \ 400 hy.orth \ 401 ia.orth \ 402 ig.orth \ 403 id.orth \ 404 ie.orth \ 405 ik.orth \ 406 io.orth \ 407 is.orth \ 408 it.orth \ 409 iu.orth \ 410 ja.orth \ 411 ka.orth \ 412 kaa.orth \ 413 ki.orth \ 414 kk.orth \ 415 kl.orth \ 416 km.orth \ 417 kn.orth \ 418 ko.orth \ 419 kok.orth \ 420 ks.orth \ 421 ku_am.orth \ 422 ku_ir.orth \ 423 kum.orth \ 424 kv.orth \ 425 kw.orth \ 426 ky.orth \ 427 la.orth \ 428 lb.orth \ 429 lez.orth \ 430 ln.orth \ 431 lo.orth \ 432 lt.orth \ 433 lv.orth \ 434 mg.orth \ 435 mh.orth \ 436 mi.orth \ 437 mk.orth \ 438 ml.orth \ 439 mn_cn.orth \ 440 mo.orth \ 441 mr.orth \ 442 mt.orth \ 443 my.orth \ 444 nb.orth \ 445 nds.orth \ 446 ne.orth \ 447 nl.orth \ 448 nn.orth \ 449 no.orth \ 450 nr.orth \ 451 nso.orth \ 452 ny.orth \ 453 oc.orth \ 454 om.orth \ 455 or.orth \ 456 os.orth \ 457 pa.orth \ 458 pl.orth \ 459 ps_af.orth \ 460 ps_pk.orth \ 461 pt.orth \ 462 rm.orth \ 463 ro.orth \ 464 ru.orth \ 465 sa.orth \ 466 sah.orth \ 467 sco.orth \ 468 se.orth \ 469 sel.orth \ 470 sh.orth \ 471 shs.orth \ 472 si.orth \ 473 sk.orth \ 474 sl.orth \ 475 sm.orth \ 476 sma.orth \ 477 smj.orth \ 478 smn.orth \ 479 sms.orth \ 480 so.orth \ 481 sq.orth \ 482 sr.orth \ 483 ss.orth \ 484 st.orth \ 485 sv.orth \ 486 sw.orth \ 487 syr.orth \ 488 ta.orth \ 489 te.orth \ 490 tg.orth \ 491 th.orth \ 492 ti_er.orth \ 493 ti_et.orth \ 494 tig.orth \ 495 tk.orth \ 496 tl.orth \ 497 tn.orth \ 498 to.orth \ 499 tr.orth \ 500 ts.orth \ 501 tt.orth \ 502 tw.orth \ 503 tyv.orth \ 504 ug.orth \ 505 uk.orth \ 506 ur.orth \ 507 uz.orth \ 508 ve.orth \ 509 vi.orth \ 510 vo.orth \ 511 vot.orth \ 512 wa.orth \ 513 wen.orth \ 514 wo.orth \ 515 xh.orth \ 516 yap.orth \ 517 yi.orth \ 518 yo.orth \ 519 zh_cn.orth \ 520 zh_hk.orth \ 521 zh_mo.orth \ 522 zh_sg.orth \ 523 zh_tw.orth \ 524 zu.orth \ 525 ak.orth \ 526 an.orth \ 527 ber_dz.orth \ 528 ber_ma.orth \ 529 byn.orth \ 530 crh.orth \ 531 csb.orth \ 532 dv.orth \ 533 ee.orth \ 534 fat.orth \ 535 fil.orth \ 536 hne.orth \ 537 hsb.orth \ 538 ht.orth \ 539 hz.orth \ 540 ii.orth \ 541 jv.orth \ 542 kab.orth \ 543 kj.orth \ 544 kr.orth \ 545 ku_iq.orth \ 546 ku_tr.orth \ 547 kwm.orth \ 548 lg.orth \ 549 li.orth \ 550 mai.orth \ 551 mn_mn.orth \ 552 ms.orth \ 553 na.orth \ 554 ng.orth \ 555 nv.orth \ 556 ota.orth \ 557 pa_pk.orth \ 558 pap_an.orth \ 559 pap_aw.orth \ 560 qu.orth \ 561 rn.orth \ 562 rw.orth \ 563 sc.orth \ 564 sd.orth \ 565 sg.orth \ 566 sid.orth \ 567 sn.orth \ 568 su.orth \ 569 ty.orth \ 570 wal.orth \ 571 za.orth \ 572 lah.orth \ 573 nqo.orth \ 574 brx.orth \ 575 sat.orth \ 576 doi.orth \ 577 mni.orth 578 579all: $(BUILT_SOURCES) 580 $(MAKE) $(AM_MAKEFLAGS) all-am 581 582.SUFFIXES: 583$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps) 584 @for dep in $?; do \ 585 case '$(am__configure_deps)' in \ 586 *$$dep*) \ 587 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 588 && { if test -f $@; then exit 0; else break; fi; }; \ 589 exit 1;; \ 590 esac; \ 591 done; \ 592 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-lang/Makefile'; \ 593 $(am__cd) $(top_srcdir) && \ 594 $(AUTOMAKE) --gnu fc-lang/Makefile 595.PRECIOUS: Makefile 596Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 597 @case '$?' in \ 598 *config.status*) \ 599 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 600 *) \ 601 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 602 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 603 esac; 604$(top_srcdir)/Tools.mk: 605 606$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 607 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 608 609$(top_srcdir)/configure: $(am__configure_deps) 610 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 611$(ACLOCAL_M4): $(am__aclocal_m4_deps) 612 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 613$(am__aclocal_m4_deps): 614 615mostlyclean-libtool: 616 -rm -f *.lo 617 618clean-libtool: 619 -rm -rf .libs _libs 620 621ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 622 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 623 unique=`for i in $$list; do \ 624 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 625 done | \ 626 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 627 END { if (nonempty) { for (i in files) print i; }; }'`; \ 628 mkid -fID $$unique 629tags: TAGS 630 631TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 632 $(TAGS_FILES) $(LISP) 633 set x; \ 634 here=`pwd`; \ 635 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 636 unique=`for i in $$list; do \ 637 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 638 done | \ 639 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 640 END { if (nonempty) { for (i in files) print i; }; }'`; \ 641 shift; \ 642 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 643 test -n "$$unique" || unique=$$empty_fix; \ 644 if test $$# -gt 0; then \ 645 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 646 "$$@" $$unique; \ 647 else \ 648 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 649 $$unique; \ 650 fi; \ 651 fi 652ctags: CTAGS 653CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 654 $(TAGS_FILES) $(LISP) 655 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 656 unique=`for i in $$list; do \ 657 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 658 done | \ 659 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 660 END { if (nonempty) { for (i in files) print i; }; }'`; \ 661 test -z "$(CTAGS_ARGS)$$unique" \ 662 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 663 $$unique 664 665GTAGS: 666 here=`$(am__cd) $(top_builddir) && pwd` \ 667 && $(am__cd) $(top_srcdir) \ 668 && gtags -i $(GTAGS_ARGS) "$$here" 669 670cscopelist: $(HEADERS) $(SOURCES) $(LISP) 671 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 672 case "$(srcdir)" in \ 673 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 674 *) sdir=$(subdir)/$(srcdir) ;; \ 675 esac; \ 676 for i in $$list; do \ 677 if test -f "$$i"; then \ 678 echo "$(subdir)/$$i"; \ 679 else \ 680 echo "$$sdir/$$i"; \ 681 fi; \ 682 done >> $(top_builddir)/cscope.files 683 684distclean-tags: 685 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 686 687distdir: $(DISTFILES) 688 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 689 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 690 list='$(DISTFILES)'; \ 691 dist_files=`for file in $$list; do echo $$file; done | \ 692 sed -e "s|^$$srcdirstrip/||;t" \ 693 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 694 case $$dist_files in \ 695 */*) $(MKDIR_P) `echo "$$dist_files" | \ 696 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 697 sort -u` ;; \ 698 esac; \ 699 for file in $$dist_files; do \ 700 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 701 if test -d $$d/$$file; then \ 702 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 703 if test -d "$(distdir)/$$file"; then \ 704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 705 fi; \ 706 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 707 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 708 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 709 fi; \ 710 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 711 else \ 712 test -f "$(distdir)/$$file" \ 713 || cp -p $$d/$$file "$(distdir)/$$file" \ 714 || exit 1; \ 715 fi; \ 716 done 717check-am: all-am 718check: $(BUILT_SOURCES) 719 $(MAKE) $(AM_MAKEFLAGS) check-am 720all-am: Makefile $(HEADERS) 721installdirs: 722install: $(BUILT_SOURCES) 723 $(MAKE) $(AM_MAKEFLAGS) install-am 724install-exec: install-exec-am 725install-data: install-data-am 726uninstall: uninstall-am 727 728install-am: all-am 729 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 730 731installcheck: installcheck-am 732install-strip: 733 if test -z '$(STRIP)'; then \ 734 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 735 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 736 install; \ 737 else \ 738 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 739 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 740 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 741 fi 742mostlyclean-generic: 743 744clean-generic: 745 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 746 747distclean-generic: 748 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 749 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 750 751maintainer-clean-generic: 752 @echo "This command is intended for maintainers to use" 753 @echo "it deletes files that may require special tools to rebuild." 754 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 755 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 756clean: clean-am 757 758clean-am: clean-generic clean-libtool mostlyclean-am 759 760distclean: distclean-am 761 -rm -f Makefile 762distclean-am: clean-am distclean-generic distclean-tags 763 764dvi: dvi-am 765 766dvi-am: 767 768html: html-am 769 770html-am: 771 772info: info-am 773 774info-am: 775 776install-data-am: 777 778install-dvi: install-dvi-am 779 780install-dvi-am: 781 782install-exec-am: 783 784install-html: install-html-am 785 786install-html-am: 787 788install-info: install-info-am 789 790install-info-am: 791 792install-man: 793 794install-pdf: install-pdf-am 795 796install-pdf-am: 797 798install-ps: install-ps-am 799 800install-ps-am: 801 802installcheck-am: 803 804maintainer-clean: maintainer-clean-am 805 -rm -f Makefile 806maintainer-clean-am: distclean-am maintainer-clean-generic 807 808mostlyclean: mostlyclean-am 809 810mostlyclean-am: mostlyclean-generic mostlyclean-libtool 811 812pdf: pdf-am 813 814pdf-am: 815 816ps: ps-am 817 818ps-am: 819 820uninstall-am: 821 822.MAKE: all check install install-am install-strip 823 824.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 825 clean-libtool cscopelist ctags distclean distclean-generic \ 826 distclean-libtool distclean-tags distdir dvi dvi-am html \ 827 html-am info info-am install install-am install-data \ 828 install-data-am install-dvi install-dvi-am install-exec \ 829 install-exec-am install-html install-html-am install-info \ 830 install-info-am install-man install-pdf install-pdf-am \ 831 install-ps install-ps-am install-strip installcheck \ 832 installcheck-am installdirs maintainer-clean \ 833 maintainer-clean-generic mostlyclean mostlyclean-generic \ 834 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 835 uninstall-am 836 837 838$(TOOL): $(TSRC) $(ALIAS_FILES) 839 $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS) 840 841$(TARG): $(TMPL) $(TSRC) $(DEPS) 842 $(AM_V_GEN) $(MAKE) $(TOOL) && \ 843 $(RM) $(TARG) && \ 844 $(TOOL) $(ARGS) < $< > $(TARG).tmp && \ 845 mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false ) 846 847$(ALIAS_FILES): 848 $(AM_V_GEN) touch $@ 849# ^-------------- Add new orth files here 850 851-include $(top_srcdir)/git.mk 852 853# Tell versions [3.59,3.63) of GNU make to not export all variables. 854# Otherwise a system limit (for SysV at least) may be exceeded. 855.NOEXPORT: 856