resetting manifest requested domain to floor
[platform/upstream/mkfontscale.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6 # 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 #
19 #  Copyright 2005  Red Hat, Inc.
20 #
21 #  Permission to use, copy, modify, distribute, and sell this software
22 #  and its documentation for any purpose is hereby granted without fee,
23 #  provided that the above copyright notice appear in all copies and that
24 #  both that copyright notice and this permission notice appear in
25 #  supporting documentation, and that the name of Red Hat not be used in
26 #  advertising or publicity pertaining to distribution of the software
27 #  without specific, written prior permission.  Red Hat makes no
28 #  representations about the suitability of this software for any
29 #  purpose.  It is provided "as is" without express or implied warranty.
30 #
31 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
33 #  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
35 #  USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
36 #  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37 #  PERFORMANCE OF THIS SOFTWARE.
38
39 VPATH = @srcdir@
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkglibexecdir = $(libexecdir)/@PACKAGE@
44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 install_sh_DATA = $(install_sh) -c -m 644
46 install_sh_PROGRAM = $(install_sh) -c
47 install_sh_SCRIPT = $(install_sh) -c
48 INSTALL_HEADER = $(INSTALL_DATA)
49 transform = $(program_transform_name)
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 build_triplet = @build@
57 host_triplet = @host@
58 bin_PROGRAMS = mkfontscale$(EXEEXT)
59 subdir = .
60 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
61         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
62         $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
63         config.sub depcomp install-sh missing
64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno config.status.lineno
70 mkinstalldirs = $(install_sh) -d
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__installdirs = "$(DESTDIR)$(bindir)"
75 PROGRAMS = $(bin_PROGRAMS)
76 am_mkfontscale_OBJECTS = hash.$(OBJEXT) ident.$(OBJEXT) list.$(OBJEXT) \
77         mkfontscale.$(OBJEXT)
78 mkfontscale_OBJECTS = $(am_mkfontscale_OBJECTS)
79 mkfontscale_DEPENDENCIES =
80 DEFAULT_INCLUDES = -I.@am__isrc@
81 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 AM_V_CC = $(am__v_CC_$(V))
87 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
88 am__v_CC_0 = @echo "  CC    " $@;
89 AM_V_at = $(am__v_at_$(V))
90 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
91 am__v_at_0 = @
92 CCLD = $(CC)
93 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
94 AM_V_CCLD = $(am__v_CCLD_$(V))
95 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
96 am__v_CCLD_0 = @echo "  CCLD  " $@;
97 AM_V_GEN = $(am__v_GEN_$(V))
98 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
99 am__v_GEN_0 = @echo "  GEN   " $@;
100 SOURCES = $(mkfontscale_SOURCES)
101 DIST_SOURCES = $(mkfontscale_SOURCES)
102 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103         html-recursive info-recursive install-data-recursive \
104         install-dvi-recursive install-exec-recursive \
105         install-html-recursive install-info-recursive \
106         install-pdf-recursive install-ps-recursive install-recursive \
107         installcheck-recursive installdirs-recursive pdf-recursive \
108         ps-recursive uninstall-recursive
109 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110   distclean-recursive maintainer-clean-recursive
111 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
113         distdir dist dist-all distcheck
114 ETAGS = etags
115 CTAGS = ctags
116 DIST_SUBDIRS = $(SUBDIRS)
117 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118 distdir = $(PACKAGE)-$(VERSION)
119 top_distdir = $(distdir)
120 am__remove_distdir = \
121   { test ! -d "$(distdir)" \
122     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
123          && rm -fr "$(distdir)"; }; }
124 am__relativize = \
125   dir0=`pwd`; \
126   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
127   sed_rest='s,^[^/]*/*,,'; \
128   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
129   sed_butlast='s,/*[^/]*$$,,'; \
130   while test -n "$$dir1"; do \
131     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
132     if test "$$first" != "."; then \
133       if test "$$first" = ".."; then \
134         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
135         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
136       else \
137         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
138         if test "$$first2" = "$$first"; then \
139           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
140         else \
141           dir2="../$$dir2"; \
142         fi; \
143         dir0="$$dir0"/"$$first"; \
144       fi; \
145     fi; \
146     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
147   done; \
148   reldir="$$dir2"
149 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
150 GZIP_ENV = --best
151 distuninstallcheck_listfiles = find . -type f -print
152 distcleancheck_listfiles = find . -type f -print
153 ACLOCAL = @ACLOCAL@
154 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
155 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
156 AMTAR = @AMTAR@
157 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158 APP_MAN_DIR = @APP_MAN_DIR@
159 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
160 AUTOCONF = @AUTOCONF@
161 AUTOHEADER = @AUTOHEADER@
162 AUTOMAKE = @AUTOMAKE@
163 AWK = @AWK@
164 BASE_CFLAGS = @BASE_CFLAGS@
165 CC = @CC@
166 CCDEPMODE = @CCDEPMODE@
167 CFLAGS = @CFLAGS@
168 CHANGELOG_CMD = @CHANGELOG_CMD@
169 CPP = @CPP@
170 CPPFLAGS = @CPPFLAGS@
171 CWARNFLAGS = @CWARNFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
176 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 FILE_MAN_DIR = @FILE_MAN_DIR@
183 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
184 GREP = @GREP@
185 INSTALL = @INSTALL@
186 INSTALL_CMD = @INSTALL_CMD@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191 LDFLAGS = @LDFLAGS@
192 LIBOBJS = @LIBOBJS@
193 LIBS = @LIBS@
194 LIB_MAN_DIR = @LIB_MAN_DIR@
195 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
196 LINT = @LINT@
197 LINT_FLAGS = @LINT_FLAGS@
198 LTLIBOBJS = @LTLIBOBJS@
199 MAINT = @MAINT@
200 MAKEINFO = @MAKEINFO@
201 MAN_SUBSTS = @MAN_SUBSTS@
202 MISC_MAN_DIR = @MISC_MAN_DIR@
203 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
204 MKDIR_P = @MKDIR_P@
205 MKFONTSCALE_CFLAGS = @MKFONTSCALE_CFLAGS@
206 MKFONTSCALE_LIBS = @MKFONTSCALE_LIBS@
207 OBJEXT = @OBJEXT@
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 SED = @SED@
218 SET_MAKE = @SET_MAKE@
219 SHELL = @SHELL@
220 STRICT_CFLAGS = @STRICT_CFLAGS@
221 STRIP = @STRIP@
222 VERSION = @VERSION@
223 X11_CFLAGS = @X11_CFLAGS@
224 X11_LIBS = @X11_LIBS@
225 XORG_MAN_PAGE = @XORG_MAN_PAGE@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_CC = @ac_ct_CC@
231 am__include = @am__include@
232 am__leading_dot = @am__leading_dot@
233 am__quote = @am__quote@
234 am__tar = @am__tar@
235 am__untar = @am__untar@
236 bindir = @bindir@
237 build = @build@
238 build_alias = @build_alias@
239 build_cpu = @build_cpu@
240 build_os = @build_os@
241 build_vendor = @build_vendor@
242 builddir = @builddir@
243 datadir = @datadir@
244 datarootdir = @datarootdir@
245 docdir = @docdir@
246 dvidir = @dvidir@
247 exec_prefix = @exec_prefix@
248 host = @host@
249 host_alias = @host_alias@
250 host_cpu = @host_cpu@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 mandir = @mandir@
262 mkdir_p = @mkdir_p@
263 oldincludedir = @oldincludedir@
264 pdfdir = @pdfdir@
265 prefix = @prefix@
266 program_transform_name = @program_transform_name@
267 psdir = @psdir@
268 sbindir = @sbindir@
269 sharedstatedir = @sharedstatedir@
270 srcdir = @srcdir@
271 sysconfdir = @sysconfdir@
272 target_alias = @target_alias@
273 top_build_prefix = @top_build_prefix@
274 top_builddir = @top_builddir@
275 top_srcdir = @top_srcdir@
276 SUBDIRS = man
277 AM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE
278 AM_CFLAGS = $(CWARNFLAGS)
279 mkfontscale_LDADD = @MKFONTSCALE_LIBS@
280 mkfontscale_SOURCES = \
281         data.h \
282         hash.c \
283         hash.h \
284         ident.c \
285         ident.h \
286         list.c \
287         list.h \
288         mkfontscale.c
289
290 MAINTAINERCLEANFILES = ChangeLog INSTALL
291 @LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
292 @LINT_TRUE@             $(AM_CPPFLAGS) $(CPPFLAGS)
293
294 all: config.h
295         $(MAKE) $(AM_MAKEFLAGS) all-recursive
296
297 .SUFFIXES:
298 .SUFFIXES: .c .o .obj
299 am--refresh:
300         @:
301 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302         @for dep in $?; do \
303           case '$(am__configure_deps)' in \
304             *$$dep*) \
305               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
306               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
307                 && exit 0; \
308               exit 1;; \
309           esac; \
310         done; \
311         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
312         $(am__cd) $(top_srcdir) && \
313           $(AUTOMAKE) --foreign Makefile
314 .PRECIOUS: Makefile
315 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316         @case '$?' in \
317           *config.status*) \
318             echo ' $(SHELL) ./config.status'; \
319             $(SHELL) ./config.status;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         $(SHELL) ./config.status --recheck
327
328 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329         $(am__cd) $(srcdir) && $(AUTOCONF)
330 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
332 $(am__aclocal_m4_deps):
333
334 config.h: stamp-h1
335         @if test ! -f $@; then \
336           rm -f stamp-h1; \
337           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
338         else :; fi
339
340 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
341         @rm -f stamp-h1
342         cd $(top_builddir) && $(SHELL) ./config.status config.h
343 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
344         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
345         rm -f stamp-h1
346         touch $@
347
348 distclean-hdr:
349         -rm -f config.h stamp-h1
350 install-binPROGRAMS: $(bin_PROGRAMS)
351         @$(NORMAL_INSTALL)
352         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
353         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
354         for p in $$list; do echo "$$p $$p"; done | \
355         sed 's/$(EXEEXT)$$//' | \
356         while read p p1; do if test -f $$p; \
357           then echo "$$p"; echo "$$p"; else :; fi; \
358         done | \
359         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
360             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
361         sed 'N;N;N;s,\n, ,g' | \
362         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
363           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
364             if ($$2 == $$4) files[d] = files[d] " " $$1; \
365             else { print "f", $$3 "/" $$4, $$1; } } \
366           END { for (d in files) print "f", d, files[d] }' | \
367         while read type dir files; do \
368             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
369             test -z "$$files" || { \
370               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
371               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
372             } \
373         ; done
374
375 uninstall-binPROGRAMS:
376         @$(NORMAL_UNINSTALL)
377         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
378         files=`for p in $$list; do echo "$$p"; done | \
379           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
380               -e 's/$$/$(EXEEXT)/' `; \
381         test -n "$$list" || exit 0; \
382         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
383         cd "$(DESTDIR)$(bindir)" && rm -f $$files
384
385 clean-binPROGRAMS:
386         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
387 mkfontscale$(EXEEXT): $(mkfontscale_OBJECTS) $(mkfontscale_DEPENDENCIES) 
388         @rm -f mkfontscale$(EXEEXT)
389         $(AM_V_CCLD)$(LINK) $(mkfontscale_OBJECTS) $(mkfontscale_LDADD) $(LIBS)
390
391 mostlyclean-compile:
392         -rm -f *.$(OBJEXT)
393
394 distclean-compile:
395         -rm -f *.tab.c
396
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkfontscale.Po@am__quote@
401
402 .c.o:
403 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
404 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
409
410 .c.obj:
411 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
412 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
417
418 # This directory's subdirectories are mostly independent; you can cd
419 # into them and run `make' without going through this Makefile.
420 # To change the values of `make' variables: instead of editing Makefiles,
421 # (1) if the variable is set in `config.status', edit `config.status'
422 #     (which will cause the Makefiles to be regenerated when you run `make');
423 # (2) otherwise, pass the desired values on the `make' command line.
424 $(RECURSIVE_TARGETS):
425         @fail= failcom='exit 1'; \
426         for f in x $$MAKEFLAGS; do \
427           case $$f in \
428             *=* | --[!k]*);; \
429             *k*) failcom='fail=yes';; \
430           esac; \
431         done; \
432         dot_seen=no; \
433         target=`echo $@ | sed s/-recursive//`; \
434         list='$(SUBDIRS)'; for subdir in $$list; do \
435           echo "Making $$target in $$subdir"; \
436           if test "$$subdir" = "."; then \
437             dot_seen=yes; \
438             local_target="$$target-am"; \
439           else \
440             local_target="$$target"; \
441           fi; \
442           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
443           || eval $$failcom; \
444         done; \
445         if test "$$dot_seen" = "no"; then \
446           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447         fi; test -z "$$fail"
448
449 $(RECURSIVE_CLEAN_TARGETS):
450         @fail= failcom='exit 1'; \
451         for f in x $$MAKEFLAGS; do \
452           case $$f in \
453             *=* | --[!k]*);; \
454             *k*) failcom='fail=yes';; \
455           esac; \
456         done; \
457         dot_seen=no; \
458         case "$@" in \
459           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
460           *) list='$(SUBDIRS)' ;; \
461         esac; \
462         rev=''; for subdir in $$list; do \
463           if test "$$subdir" = "."; then :; else \
464             rev="$$subdir $$rev"; \
465           fi; \
466         done; \
467         rev="$$rev ."; \
468         target=`echo $@ | sed s/-recursive//`; \
469         for subdir in $$rev; do \
470           echo "Making $$target in $$subdir"; \
471           if test "$$subdir" = "."; then \
472             local_target="$$target-am"; \
473           else \
474             local_target="$$target"; \
475           fi; \
476           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
477           || eval $$failcom; \
478         done && test -z "$$fail"
479 tags-recursive:
480         list='$(SUBDIRS)'; for subdir in $$list; do \
481           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
482         done
483 ctags-recursive:
484         list='$(SUBDIRS)'; for subdir in $$list; do \
485           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
486         done
487
488 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
489         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
490         unique=`for i in $$list; do \
491             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492           done | \
493           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
494               END { if (nonempty) { for (i in files) print i; }; }'`; \
495         mkid -fID $$unique
496 tags: TAGS
497
498 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
499                 $(TAGS_FILES) $(LISP)
500         set x; \
501         here=`pwd`; \
502         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
503           include_option=--etags-include; \
504           empty_fix=.; \
505         else \
506           include_option=--include; \
507           empty_fix=; \
508         fi; \
509         list='$(SUBDIRS)'; for subdir in $$list; do \
510           if test "$$subdir" = .; then :; else \
511             test ! -f $$subdir/TAGS || \
512               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
513           fi; \
514         done; \
515         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
516         unique=`for i in $$list; do \
517             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518           done | \
519           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520               END { if (nonempty) { for (i in files) print i; }; }'`; \
521         shift; \
522         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
523           test -n "$$unique" || unique=$$empty_fix; \
524           if test $$# -gt 0; then \
525             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
526               "$$@" $$unique; \
527           else \
528             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529               $$unique; \
530           fi; \
531         fi
532 ctags: CTAGS
533 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
534                 $(TAGS_FILES) $(LISP)
535         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
536         unique=`for i in $$list; do \
537             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538           done | \
539           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540               END { if (nonempty) { for (i in files) print i; }; }'`; \
541         test -z "$(CTAGS_ARGS)$$unique" \
542           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
543              $$unique
544
545 GTAGS:
546         here=`$(am__cd) $(top_builddir) && pwd` \
547           && $(am__cd) $(top_srcdir) \
548           && gtags -i $(GTAGS_ARGS) "$$here"
549
550 distclean-tags:
551         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
553 distdir: $(DISTFILES)
554         $(am__remove_distdir)
555         test -d "$(distdir)" || mkdir "$(distdir)"
556         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558         list='$(DISTFILES)'; \
559           dist_files=`for file in $$list; do echo $$file; done | \
560           sed -e "s|^$$srcdirstrip/||;t" \
561               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
562         case $$dist_files in \
563           */*) $(MKDIR_P) `echo "$$dist_files" | \
564                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
565                            sort -u` ;; \
566         esac; \
567         for file in $$dist_files; do \
568           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569           if test -d $$d/$$file; then \
570             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
571             if test -d "$(distdir)/$$file"; then \
572               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573             fi; \
574             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577             fi; \
578             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579           else \
580             test -f "$(distdir)/$$file" \
581             || cp -p $$d/$$file "$(distdir)/$$file" \
582             || exit 1; \
583           fi; \
584         done
585         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
586           if test "$$subdir" = .; then :; else \
587             test -d "$(distdir)/$$subdir" \
588             || $(MKDIR_P) "$(distdir)/$$subdir" \
589             || exit 1; \
590           fi; \
591         done
592         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
593           if test "$$subdir" = .; then :; else \
594             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
595             $(am__relativize); \
596             new_distdir=$$reldir; \
597             dir1=$$subdir; dir2="$(top_distdir)"; \
598             $(am__relativize); \
599             new_top_distdir=$$reldir; \
600             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
601             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
602             ($(am__cd) $$subdir && \
603               $(MAKE) $(AM_MAKEFLAGS) \
604                 top_distdir="$$new_top_distdir" \
605                 distdir="$$new_distdir" \
606                 am__remove_distdir=: \
607                 am__skip_length_check=: \
608                 am__skip_mode_fix=: \
609                 distdir) \
610               || exit 1; \
611           fi; \
612         done
613         $(MAKE) $(AM_MAKEFLAGS) \
614           top_distdir="$(top_distdir)" distdir="$(distdir)" \
615           dist-hook
616         -test -n "$(am__skip_mode_fix)" \
617         || find "$(distdir)" -type d ! -perm -755 \
618                 -exec chmod u+rwx,go+rx {} \; -o \
619           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
620           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
621           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
622         || chmod -R a+r "$(distdir)"
623 dist-gzip: distdir
624         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
625         $(am__remove_distdir)
626 dist-bzip2: distdir
627         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
628         $(am__remove_distdir)
629
630 dist-lzma: distdir
631         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
632         $(am__remove_distdir)
633
634 dist-xz: distdir
635         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
636         $(am__remove_distdir)
637
638 dist-tarZ: distdir
639         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
640         $(am__remove_distdir)
641
642 dist-shar: distdir
643         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
644         $(am__remove_distdir)
645
646 dist-zip: distdir
647         -rm -f $(distdir).zip
648         zip -rq $(distdir).zip $(distdir)
649         $(am__remove_distdir)
650
651 dist dist-all: distdir
652         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
653         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
654         $(am__remove_distdir)
655
656 # This target untars the dist file and tries a VPATH configuration.  Then
657 # it guarantees that the distribution is self-contained by making another
658 # tarfile.
659 distcheck: dist
660         case '$(DIST_ARCHIVES)' in \
661         *.tar.gz*) \
662           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
663         *.tar.bz2*) \
664           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
665         *.tar.lzma*) \
666           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
667         *.tar.xz*) \
668           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
669         *.tar.Z*) \
670           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
671         *.shar.gz*) \
672           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
673         *.zip*) \
674           unzip $(distdir).zip ;;\
675         esac
676         chmod -R a-w $(distdir); chmod a+w $(distdir)
677         mkdir $(distdir)/_build
678         mkdir $(distdir)/_inst
679         chmod a-w $(distdir)
680         test -d $(distdir)/_build || exit 0; \
681         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
682           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
683           && am__cwd=`pwd` \
684           && $(am__cd) $(distdir)/_build \
685           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
686             $(DISTCHECK_CONFIGURE_FLAGS) \
687           && $(MAKE) $(AM_MAKEFLAGS) \
688           && $(MAKE) $(AM_MAKEFLAGS) dvi \
689           && $(MAKE) $(AM_MAKEFLAGS) check \
690           && $(MAKE) $(AM_MAKEFLAGS) install \
691           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
692           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
693           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
694                 distuninstallcheck \
695           && chmod -R a-w "$$dc_install_base" \
696           && ({ \
697                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
698                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
699                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
700                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
701                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
702               } || { rm -rf "$$dc_destdir"; exit 1; }) \
703           && rm -rf "$$dc_destdir" \
704           && $(MAKE) $(AM_MAKEFLAGS) dist \
705           && rm -rf $(DIST_ARCHIVES) \
706           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
707           && cd "$$am__cwd" \
708           || exit 1
709         $(am__remove_distdir)
710         @(echo "$(distdir) archives ready for distribution: "; \
711           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
712           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
713 distuninstallcheck:
714         @$(am__cd) '$(distuninstallcheck_dir)' \
715         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
716            || { echo "ERROR: files left after uninstall:" ; \
717                 if test -n "$(DESTDIR)"; then \
718                   echo "  (check DESTDIR support)"; \
719                 fi ; \
720                 $(distuninstallcheck_listfiles) ; \
721                 exit 1; } >&2
722 distcleancheck: distclean
723         @if test '$(srcdir)' = . ; then \
724           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
725           exit 1 ; \
726         fi
727         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
728           || { echo "ERROR: files left in build directory after distclean:" ; \
729                $(distcleancheck_listfiles) ; \
730                exit 1; } >&2
731 check-am: all-am
732 check: check-recursive
733 all-am: Makefile $(PROGRAMS) config.h
734 installdirs: installdirs-recursive
735 installdirs-am:
736         for dir in "$(DESTDIR)$(bindir)"; do \
737           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
738         done
739 install: install-recursive
740 install-exec: install-exec-recursive
741 install-data: install-data-recursive
742 uninstall: uninstall-recursive
743
744 install-am: all-am
745         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
746
747 installcheck: installcheck-recursive
748 install-strip:
749         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
750           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
751           `test -z '$(STRIP)' || \
752             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
753 mostlyclean-generic:
754
755 clean-generic:
756
757 distclean-generic:
758         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
759         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
760
761 maintainer-clean-generic:
762         @echo "This command is intended for maintainers to use"
763         @echo "it deletes files that may require special tools to rebuild."
764         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
765 clean: clean-recursive
766
767 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
768
769 distclean: distclean-recursive
770         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
771         -rm -rf ./$(DEPDIR)
772         -rm -f Makefile
773 distclean-am: clean-am distclean-compile distclean-generic \
774         distclean-hdr distclean-tags
775
776 dvi: dvi-recursive
777
778 dvi-am:
779
780 html: html-recursive
781
782 html-am:
783
784 info: info-recursive
785
786 info-am:
787
788 install-data-am:
789
790 install-dvi: install-dvi-recursive
791
792 install-dvi-am:
793
794 install-exec-am: install-binPROGRAMS
795
796 install-html: install-html-recursive
797
798 install-html-am:
799
800 install-info: install-info-recursive
801
802 install-info-am:
803
804 install-man:
805
806 install-pdf: install-pdf-recursive
807
808 install-pdf-am:
809
810 install-ps: install-ps-recursive
811
812 install-ps-am:
813
814 installcheck-am:
815
816 maintainer-clean: maintainer-clean-recursive
817         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
818         -rm -rf $(top_srcdir)/autom4te.cache
819         -rm -rf ./$(DEPDIR)
820         -rm -f Makefile
821 maintainer-clean-am: distclean-am maintainer-clean-generic
822
823 mostlyclean: mostlyclean-recursive
824
825 mostlyclean-am: mostlyclean-compile mostlyclean-generic
826
827 pdf: pdf-recursive
828
829 pdf-am:
830
831 ps: ps-recursive
832
833 ps-am:
834
835 uninstall-am: uninstall-binPROGRAMS
836
837 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
838         ctags-recursive install-am install-strip tags-recursive
839
840 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
841         all all-am am--refresh check check-am clean clean-binPROGRAMS \
842         clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
843         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
844         dist-zip distcheck distclean distclean-compile \
845         distclean-generic distclean-hdr distclean-tags distcleancheck \
846         distdir distuninstallcheck dvi dvi-am html html-am info \
847         info-am install install-am install-binPROGRAMS install-data \
848         install-data-am install-dvi install-dvi-am install-exec \
849         install-exec-am install-html install-html-am install-info \
850         install-info-am install-man install-pdf install-pdf-am \
851         install-ps install-ps-am install-strip installcheck \
852         installcheck-am installdirs installdirs-am maintainer-clean \
853         maintainer-clean-generic mostlyclean mostlyclean-compile \
854         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
855         uninstall uninstall-am uninstall-binPROGRAMS
856
857
858 .PHONY: ChangeLog INSTALL
859
860 INSTALL:
861         $(INSTALL_CMD)
862
863 ChangeLog:
864         $(CHANGELOG_CMD)
865
866 dist-hook: ChangeLog INSTALL
867
868 @LINT_TRUE@lint:
869 @LINT_TRUE@     $(LINT) $(ALL_LINT_FLAGS) $(mkfontscale_SOURCES)
870
871 # Tell versions [3.59,3.63) of GNU make to not export all variables.
872 # Otherwise a system limit (for SysV at least) may be exceeded.
873 .NOEXPORT: