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