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