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