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