Imported Upstream version 2.10.2
[platform/upstream/fontconfig.git] / fc-lang / Makefile.in
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
43 VPATH = @srcdir@
44 am__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   }
61 pkgdatadir = $(datadir)/@PACKAGE@
62 pkgincludedir = $(includedir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 pkglibexecdir = $(libexecdir)/@PACKAGE@
65 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
66 install_sh_DATA = $(install_sh) -c -m 644
67 install_sh_PROGRAM = $(install_sh) -c
68 install_sh_SCRIPT = $(install_sh) -c
69 INSTALL_HEADER = $(INSTALL_DATA)
70 transform = $(program_transform_name)
71 NORMAL_INSTALL = :
72 PRE_INSTALL = :
73 POST_INSTALL = :
74 NORMAL_UNINSTALL = :
75 PRE_UNINSTALL = :
76 POST_UNINSTALL = :
77 build_triplet = @build@
78 host_triplet = @host@
79 noinst_PROGRAMS = fc-lang$(EXEEXT)
80 subdir = fc-lang
81 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83 am__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
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88         $(ACLOCAL_M4)
89 mkinstalldirs = $(install_sh) -d
90 CONFIG_HEADER = $(top_builddir)/config.h
91 CONFIG_CLEAN_FILES =
92 CONFIG_CLEAN_VPATH_FILES =
93 PROGRAMS = $(noinst_PROGRAMS)
94 fc_lang_SOURCES = fc-lang.c
95 fc_lang_OBJECTS = fc-lang.$(OBJEXT)
96 fc_lang_LDADD = $(LDADD)
97 AM_V_lt = $(am__v_lt_@AM_V@)
98 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
99 am__v_lt_0 = --silent
100 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101 depcomp = $(SHELL) $(top_srcdir)/depcomp
102 am__depfiles_maybe = depfiles
103 am__mv = mv -f
104 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
105         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106 LTCOMPILE = $(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)
110 AM_V_CC = $(am__v_CC_@AM_V@)
111 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
112 am__v_CC_0 = @echo "  CC    " $@;
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 CCLD = $(CC)
117 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
118         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119         $(AM_LDFLAGS) $(LDFLAGS) -o $@
120 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
121 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
122 am__v_CCLD_0 = @echo "  CCLD  " $@;
123 AM_V_GEN = $(am__v_GEN_@AM_V@)
124 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125 am__v_GEN_0 = @echo "  GEN   " $@;
126 SOURCES = fc-lang.c
127 DIST_SOURCES = fc-lang.c
128 am__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
133 ETAGS = etags
134 CTAGS = ctags
135 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136 ACLOCAL = @ACLOCAL@
137 AMTAR = @AMTAR@
138 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139 AR = @AR@
140 AS = @AS@
141 AUTOCONF = @AUTOCONF@
142 AUTOHEADER = @AUTOHEADER@
143 AUTOMAKE = @AUTOMAKE@
144 AWK = @AWK@
145 BASECONFIGDIR = @BASECONFIGDIR@
146 CC = @CC@
147 CCDEPMODE = @CCDEPMODE@
148 CFLAGS = @CFLAGS@
149 CONFIGDIR = @CONFIGDIR@
150 CPP = @CPP@
151 CPPFLAGS = @CPPFLAGS@
152 CYGPATH_W = @CYGPATH_W@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DLLTOOL = @DLLTOOL@
156 DOCMAN3 = @DOCMAN3@
157 DOCSRC = @DOCSRC@
158 DSYMUTIL = @DSYMUTIL@
159 DUMPBIN = @DUMPBIN@
160 ECHO_C = @ECHO_C@
161 ECHO_N = @ECHO_N@
162 ECHO_T = @ECHO_T@
163 EGREP = @EGREP@
164 EXEEXT = @EXEEXT@
165 EXPAT_CFLAGS = @EXPAT_CFLAGS@
166 EXPAT_LIBS = @EXPAT_LIBS@
167 FC_ADD_FONTS = @FC_ADD_FONTS@
168 FC_CACHEDIR = @FC_CACHEDIR@
169 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
170 FC_FONTDATE = @FC_FONTDATE@
171 FC_FONTPATH = @FC_FONTPATH@
172 FGREP = @FGREP@
173 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
174 FREETYPE_LIBS = @FREETYPE_LIBS@
175 GREP = @GREP@
176 HASDOCBOOK = @HASDOCBOOK@
177 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
178 ICONV_CFLAGS = @ICONV_CFLAGS@
179 ICONV_LIBS = @ICONV_LIBS@
180 INSTALL = @INSTALL@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 LD = @LD@
186 LDFLAGS = @LDFLAGS@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LIBTOOL = @LIBTOOL@
190 LIBT_CURRENT = @LIBT_CURRENT@
191 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
192 LIBT_REVISION = @LIBT_REVISION@
193 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
194 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
195 LIBXML2_LIBS = @LIBXML2_LIBS@
196 LIPO = @LIPO@
197 LN_S = @LN_S@
198 LTLIBOBJS = @LTLIBOBJS@
199 MAKEINFO = @MAKEINFO@
200 MANIFEST_TOOL = @MANIFEST_TOOL@
201 MKDIR_P = @MKDIR_P@
202 NM = @NM@
203 NMEDIT = @NMEDIT@
204 OBJDUMP = @OBJDUMP@
205 OBJEXT = @OBJEXT@
206 OTOOL = @OTOOL@
207 OTOOL64 = @OTOOL64@
208 PACKAGE = @PACKAGE@
209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210 PACKAGE_NAME = @PACKAGE_NAME@
211 PACKAGE_STRING = @PACKAGE_STRING@
212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
213 PACKAGE_URL = @PACKAGE_URL@
214 PACKAGE_VERSION = @PACKAGE_VERSION@
215 PATH_SEPARATOR = @PATH_SEPARATOR@
216 PKG_CONFIG = @PKG_CONFIG@
217 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
218 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
219 RANLIB = @RANLIB@
220 RM = @RM@
221 SED = @SED@
222 SET_MAKE = @SET_MAKE@
223 SHELL = @SHELL@
224 STRIP = @STRIP@
225 TEMPLATEDIR = @TEMPLATEDIR@
226 VERSION = @VERSION@
227 WARN_CFLAGS = @WARN_CFLAGS@
228 XMLDIR = @XMLDIR@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236 am__include = @am__include@
237 am__leading_dot = @am__leading_dot@
238 am__quote = @am__quote@
239 am__tar = @am__tar@
240 am__untar = @am__untar@
241 baseconfigdir = @baseconfigdir@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 configdir = @configdir@
250 datadir = @datadir@
251 datarootdir = @datarootdir@
252 docdir = @docdir@
253 dvidir = @dvidir@
254 exec_prefix = @exec_prefix@
255 fc_cachedir = @fc_cachedir@
256 host = @host@
257 host_alias = @host_alias@
258 host_cpu = @host_cpu@
259 host_os = @host_os@
260 host_vendor = @host_vendor@
261 htmldir = @htmldir@
262 includedir = @includedir@
263 infodir = @infodir@
264 install_sh = @install_sh@
265 libdir = @libdir@
266 libexecdir = @libexecdir@
267 localedir = @localedir@
268 localstatedir = @localstatedir@
269 mandir = @mandir@
270 mkdir_p = @mkdir_p@
271 ms_librarian = @ms_librarian@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 prefix = @prefix@
275 program_transform_name = @program_transform_name@
276 psdir = @psdir@
277 sbindir = @sbindir@
278 sharedstatedir = @sharedstatedir@
279 srcdir = @srcdir@
280 sysconfdir = @sysconfdir@
281 target_alias = @target_alias@
282 templatedir = @templatedir@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
286 xmldir = @xmldir@
287 INCLUDES = -I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS)
288 TMPL = fclang.tmpl.h
289 STMPL = ${top_srcdir}/fc-lang/fclang.tmpl.h
290 TARG = fclang.h
291 noinst_MANS = fc-lang.man
292 EXTRA_DIST = $(TARG) $(TMPL) $(ORTH)
293 ALIAS_FILES = fcalias.h fcaliastail.h
294 BUILT_SOURCES = $(ALIAS_FILES) $(TARG)
295 CLEANFILES = $(ALIAS_FILES)
296 DISTCLEANFILES = $(TARG)
297 MAINTAINERCLEANFILES = $(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 #
305 ORTH = \
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
550 all: $(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
568 Makefile: $(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
586 clean-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
594 fc-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
598 mostlyclean-compile:
599         -rm -f *.$(OBJEXT)
600
601 distclean-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
627 mostlyclean-libtool:
628         -rm -f *.lo
629
630 clean-libtool:
631         -rm -rf .libs _libs
632
633 ID: $(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
641 tags: TAGS
642
643 TAGS:  $(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
664 ctags: CTAGS
665 CTAGS:  $(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
677 GTAGS:
678         here=`$(am__cd) $(top_builddir) && pwd` \
679           && $(am__cd) $(top_srcdir) \
680           && gtags -i $(GTAGS_ARGS) "$$here"
681
682 distclean-tags:
683         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684
685 distdir: $(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
715 check-am: all-am
716 check: $(BUILT_SOURCES)
717         $(MAKE) $(AM_MAKEFLAGS) check-am
718 all-am: Makefile $(PROGRAMS)
719 installdirs:
720 install: $(BUILT_SOURCES)
721         $(MAKE) $(AM_MAKEFLAGS) install-am
722 install-exec: install-exec-am
723 install-data: install-data-am
724 uninstall: uninstall-am
725
726 install-am: all-am
727         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
728
729 installcheck: installcheck-am
730 install-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
740 mostlyclean-generic:
741
742 clean-generic:
743         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
744
745 distclean-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
750 maintainer-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)
755 clean: clean-am
756
757 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
758         mostlyclean-am
759
760 distclean: distclean-am
761         -rm -rf ./$(DEPDIR)
762         -rm -f Makefile
763 distclean-am: clean-am distclean-compile distclean-generic \
764         distclean-tags
765
766 dvi: dvi-am
767
768 dvi-am:
769
770 html: html-am
771
772 html-am:
773
774 info: info-am
775
776 info-am:
777
778 install-data-am:
779
780 install-dvi: install-dvi-am
781
782 install-dvi-am:
783
784 install-exec-am:
785
786 install-html: install-html-am
787
788 install-html-am:
789
790 install-info: install-info-am
791
792 install-info-am:
793
794 install-man:
795
796 install-pdf: install-pdf-am
797
798 install-pdf-am:
799
800 install-ps: install-ps-am
801
802 install-ps-am:
803
804 installcheck-am:
805
806 maintainer-clean: maintainer-clean-am
807         -rm -rf ./$(DEPDIR)
808         -rm -f Makefile
809 maintainer-clean-am: distclean-am maintainer-clean-generic
810
811 mostlyclean: mostlyclean-am
812
813 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
814         mostlyclean-libtool
815
816 pdf: pdf-am
817
818 pdf-am:
819
820 ps: ps-am
821
822 ps-am:
823
824 uninstall-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: