Updating the ChangeLog file
[enscript.git] / afmlib / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 # Automakefile for AFM library.
19 # Copyright (c) 1995-1999 Markku Rossi
20 #
21 # Author: Markku Rossi <mtr@iki.fi>
22 #
23
24 #
25 # Enscript is free software: you can redistribute it and/or modify
26 # it under the terms of the GNU General Public License as published by
27 # the Free Software Foundation, either version 3 of the License, or
28 # (at your option) any later version.
29 #
30 # Enscript is distributed in the hope that it will be useful,
31 # but WITHOUT ANY WARRANTY; without even the implied warranty of
32 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33 # GNU General Public License for more details.
34 #
35 # You should have received a copy of the GNU General Public License
36 #
37 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
38 #
39
40
41
42 VPATH = @srcdir@
43 am__is_gnu_make = { \
44   if test -z '$(MAKELEVEL)'; then \
45     false; \
46   elif test -n '$(MAKE_HOST)'; then \
47     true; \
48   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
49     true; \
50   else \
51     false; \
52   fi; \
53 }
54 am__make_running_with_option = \
55   case $${target_option-} in \
56       ?) ;; \
57       *) echo "am__make_running_with_option: internal error: invalid" \
58               "target option '$${target_option-}' specified" >&2; \
59          exit 1;; \
60   esac; \
61   has_opt=no; \
62   sane_makeflags=$$MAKEFLAGS; \
63   if $(am__is_gnu_make); then \
64     sane_makeflags=$$MFLAGS; \
65   else \
66     case $$MAKEFLAGS in \
67       *\\[\ \   ]*) \
68         bs=\\; \
69         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
71     esac; \
72   fi; \
73   skip_next=no; \
74   strip_trailopt () \
75   { \
76     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77   }; \
78   for flg in $$sane_makeflags; do \
79     test $$skip_next = yes && { skip_next=no; continue; }; \
80     case $$flg in \
81       *=*|--*) continue;; \
82         -*I) strip_trailopt 'I'; skip_next=yes;; \
83       -*I?*) strip_trailopt 'I';; \
84         -*O) strip_trailopt 'O'; skip_next=yes;; \
85       -*O?*) strip_trailopt 'O';; \
86         -*l) strip_trailopt 'l'; skip_next=yes;; \
87       -*l?*) strip_trailopt 'l';; \
88       -[dEDm]) skip_next=yes;; \
89       -[JT]) skip_next=yes;; \
90     esac; \
91     case $$flg in \
92       *$$target_option*) has_opt=yes; break;; \
93     esac; \
94   done; \
95   test $$has_opt = yes
96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98 pkgdatadir = $(datadir)/@PACKAGE@
99 pkgincludedir = $(includedir)/@PACKAGE@
100 pkglibdir = $(libdir)/@PACKAGE@
101 pkglibexecdir = $(libexecdir)/@PACKAGE@
102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103 install_sh_DATA = $(install_sh) -c -m 644
104 install_sh_PROGRAM = $(install_sh) -c
105 install_sh_SCRIPT = $(install_sh) -c
106 INSTALL_HEADER = $(INSTALL_DATA)
107 transform = $(program_transform_name)
108 NORMAL_INSTALL = :
109 PRE_INSTALL = :
110 POST_INSTALL = :
111 NORMAL_UNINSTALL = :
112 PRE_UNINSTALL = :
113 POST_UNINSTALL = :
114 build_triplet = @build@
115 host_triplet = @host@
116 noinst_PROGRAMS = afmtest$(EXEEXT)
117 subdir = afmlib
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
120         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
121         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
122         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
123         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
124         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126         $(ACLOCAL_M4)
127 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
128         $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 PROGRAMS = $(noinst_PROGRAMS)
134 LIBRARIES = $(noinst_LIBRARIES)
135 AR = ar
136 ARFLAGS = cru
137 AM_V_AR = $(am__v_AR_@AM_V@)
138 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
139 am__v_AR_0 = @echo "  AR      " $@;
140 am__v_AR_1 = 
141 libafm_a_AR = $(AR) $(ARFLAGS)
142 libafm_a_LIBADD =
143 am_libafm_a_OBJECTS = afm.$(OBJEXT) afmparse.$(OBJEXT) \
144         strhash.$(OBJEXT) e_88591.$(OBJEXT) e_88592.$(OBJEXT) \
145         e_88593.$(OBJEXT) e_88594.$(OBJEXT) e_88595.$(OBJEXT) \
146         e_88597.$(OBJEXT) e_88599.$(OBJEXT) e_885915.$(OBJEXT) \
147         e_885910.$(OBJEXT) e_pc.$(OBJEXT) e_mac.$(OBJEXT) \
148         e_vms.$(OBJEXT) e_hp8.$(OBJEXT) e_koi8.$(OBJEXT) \
149         deffont.$(OBJEXT)
150 libafm_a_OBJECTS = $(am_libafm_a_OBJECTS)
151 am_afmtest_OBJECTS = afmtest.$(OBJEXT)
152 afmtest_OBJECTS = $(am_afmtest_OBJECTS)
153 afmtest_DEPENDENCIES = libafm.a
154 AM_V_P = $(am__v_P_@AM_V@)
155 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156 am__v_P_0 = false
157 am__v_P_1 = :
158 AM_V_GEN = $(am__v_GEN_@AM_V@)
159 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160 am__v_GEN_0 = @echo "  GEN     " $@;
161 am__v_GEN_1 = 
162 AM_V_at = $(am__v_at_@AM_V@)
163 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164 am__v_at_0 = @
165 am__v_at_1 = 
166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167 depcomp = $(SHELL) $(top_srcdir)/depcomp
168 am__maybe_remake_depfiles = depfiles
169 am__depfiles_remade = ./$(DEPDIR)/afm.Po ./$(DEPDIR)/afmparse.Po \
170         ./$(DEPDIR)/afmtest.Po ./$(DEPDIR)/deffont.Po \
171         ./$(DEPDIR)/e_88591.Po ./$(DEPDIR)/e_885910.Po \
172         ./$(DEPDIR)/e_885915.Po ./$(DEPDIR)/e_88592.Po \
173         ./$(DEPDIR)/e_88593.Po ./$(DEPDIR)/e_88594.Po \
174         ./$(DEPDIR)/e_88595.Po ./$(DEPDIR)/e_88597.Po \
175         ./$(DEPDIR)/e_88599.Po ./$(DEPDIR)/e_hp8.Po \
176         ./$(DEPDIR)/e_koi8.Po ./$(DEPDIR)/e_mac.Po ./$(DEPDIR)/e_pc.Po \
177         ./$(DEPDIR)/e_vms.Po ./$(DEPDIR)/strhash.Po
178 am__mv = mv -f
179 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181 AM_V_CC = $(am__v_CC_@AM_V@)
182 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183 am__v_CC_0 = @echo "  CC      " $@;
184 am__v_CC_1 = 
185 CCLD = $(CC)
186 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
187 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189 am__v_CCLD_0 = @echo "  CCLD    " $@;
190 am__v_CCLD_1 = 
191 SOURCES = $(libafm_a_SOURCES) $(afmtest_SOURCES)
192 DIST_SOURCES = $(libafm_a_SOURCES) $(afmtest_SOURCES)
193 am__can_run_installinfo = \
194   case $$AM_UPDATE_INFO_DIR in \
195     n|no|NO) false;; \
196     *) (install-info --version) >/dev/null 2>&1;; \
197   esac
198 HEADERS = $(noinst_HEADERS)
199 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200 # Read a list of newline-separated strings from the standard input,
201 # and print each of them once, without duplicates.  Input order is
202 # *not* preserved.
203 am__uniquify_input = $(AWK) '\
204   BEGIN { nonempty = 0; } \
205   { items[$$0] = 1; nonempty = 1; } \
206   END { if (nonempty) { for (i in items) print i; }; } \
207 '
208 # Make sure the list of sources is unique.  This is necessary because,
209 # e.g., the same source file might be shared among _SOURCES variables
210 # for different programs/libraries.
211 am__define_uniq_tagged_files = \
212   list='$(am__tagged_files)'; \
213   unique=`for i in $$list; do \
214     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215   done | $(am__uniquify_input)`
216 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp TODO
217 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218 ACLOCAL = @ACLOCAL@
219 ALLOCA = @ALLOCA@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AUTOCONF = @AUTOCONF@
223 AUTOHEADER = @AUTOHEADER@
224 AUTOMAKE = @AUTOMAKE@
225 AWK = @AWK@
226 CC = @CC@
227 CCDEPMODE = @CCDEPMODE@
228 CFLAGS = @CFLAGS@
229 CPP = @CPP@
230 CPPFLAGS = @CPPFLAGS@
231 CSCOPE = @CSCOPE@
232 CTAGS = @CTAGS@
233 CYGPATH_W = @CYGPATH_W@
234 DEFS = @DEFS@
235 DEPDIR = @DEPDIR@
236 ECHO_C = @ECHO_C@
237 ECHO_N = @ECHO_N@
238 ECHO_T = @ECHO_T@
239 EGREP = @EGREP@
240 ENCODING = @ENCODING@
241 ETAGS = @ETAGS@
242 EXEEXT = @EXEEXT@
243 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
244 GMSGFMT = @GMSGFMT@
245 GMSGFMT_015 = @GMSGFMT_015@
246 GREP = @GREP@
247 INSTALL = @INSTALL@
248 INSTALL_DATA = @INSTALL_DATA@
249 INSTALL_PROGRAM = @INSTALL_PROGRAM@
250 INSTALL_SCRIPT = @INSTALL_SCRIPT@
251 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252 INTLLIBS = @INTLLIBS@
253 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
254 LDFLAGS = @LDFLAGS@
255 LEX = @LEX@
256 LEXLIB = @LEXLIB@
257 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
258 LIBICONV = @LIBICONV@
259 LIBINTL = @LIBINTL@
260 LIBOBJS = @LIBOBJS@
261 LIBS = @LIBS@
262 LTLIBICONV = @LTLIBICONV@
263 LTLIBINTL = @LTLIBINTL@
264 LTLIBOBJS = @LTLIBOBJS@
265 MAKEINFO = @MAKEINFO@
266 MEDIA = @MEDIA@
267 MKDIR_P = @MKDIR_P@
268 MSGFMT = @MSGFMT@
269 MSGMERGE = @MSGMERGE@
270 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
271 OBJEXT = @OBJEXT@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_NAME = @PACKAGE_NAME@
275 PACKAGE_STRING = @PACKAGE_STRING@
276 PACKAGE_TARNAME = @PACKAGE_TARNAME@
277 PACKAGE_URL = @PACKAGE_URL@
278 PACKAGE_VERSION = @PACKAGE_VERSION@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 PERL = @PERL@
281 POSUB = @POSUB@
282 PSLEVEL = @PSLEVEL@
283 RANLIB = @RANLIB@
284 SED = @SED@
285 SET_MAKE = @SET_MAKE@
286 SHELL = @SHELL@
287 SPOOLER = @SPOOLER@
288 STRIP = @STRIP@
289 USE_NLS = @USE_NLS@
290 VERSION = @VERSION@
291 XGETTEXT = @XGETTEXT@
292 XGETTEXT_015 = @XGETTEXT_015@
293 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
294 YACC = @YACC@
295 YFLAGS = @YFLAGS@
296 abs_builddir = @abs_builddir@
297 abs_srcdir = @abs_srcdir@
298 abs_top_builddir = @abs_top_builddir@
299 abs_top_srcdir = @abs_top_srcdir@
300 ac_ct_CC = @ac_ct_CC@
301 am__include = @am__include@
302 am__leading_dot = @am__leading_dot@
303 am__quote = @am__quote@
304 am__tar = @am__tar@
305 am__untar = @am__untar@
306 bindir = @bindir@
307 build = @build@
308 build_alias = @build_alias@
309 build_cpu = @build_cpu@
310 build_os = @build_os@
311 build_vendor = @build_vendor@
312 builddir = @builddir@
313 datadir = @datadir@
314 datarootdir = @datarootdir@
315 docdir = @docdir@
316 dvidir = @dvidir@
317 exec_prefix = @exec_prefix@
318 host = @host@
319 host_alias = @host_alias@
320 host_cpu = @host_cpu@
321 host_os = @host_os@
322 host_vendor = @host_vendor@
323 htmldir = @htmldir@
324 includedir = @includedir@
325 infodir = @infodir@
326 install_sh = @install_sh@
327 libdir = @libdir@
328 libexecdir = @libexecdir@
329 localedir = @localedir@
330 localstatedir = @localstatedir@
331 mandir = @mandir@
332 mkdir_p = @mkdir_p@
333 oldincludedir = @oldincludedir@
334 pdfdir = @pdfdir@
335 prefix = @prefix@
336 program_transform_name = @program_transform_name@
337 psdir = @psdir@
338 runstatedir = @runstatedir@
339 sbindir = @sbindir@
340 sharedstatedir = @sharedstatedir@
341 srcdir = @srcdir@
342 sysconfdir = @sysconfdir@
343 target_alias = @target_alias@
344 top_build_prefix = @top_build_prefix@
345 top_builddir = @top_builddir@
346 top_srcdir = @top_srcdir@
347 noinst_LIBRARIES = libafm.a
348 libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c       \
349 e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885915.c e_885910.c e_pc.c  \
350 e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
351
352 noinst_HEADERS = afm.h afmint.h strhash.h
353 INCLUDES_windelta = +-I../w32/
354 EXTRA_DIST = ChangeLog.old Makefile-encodings make-encoding.pl
355 afmtest_SOURCES = afmtest.c
356 afmtest_LDADD = libafm.a
357 all: all-am
358
359 .SUFFIXES:
360 .SUFFIXES: .c .o .obj
361 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
362         @for dep in $?; do \
363           case '$(am__configure_deps)' in \
364             *$$dep*) \
365               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366                 && { if test -f $@; then exit 0; else break; fi; }; \
367               exit 1;; \
368           esac; \
369         done; \
370         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu afmlib/Makefile'; \
371         $(am__cd) $(top_srcdir) && \
372           $(AUTOMAKE) --gnu afmlib/Makefile
373 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
374         @case '$?' in \
375           *config.status*) \
376             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
377           *) \
378             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
379             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
380         esac;
381
382 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
383         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384
385 $(top_srcdir)/configure:  $(am__configure_deps)
386         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
388         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(am__aclocal_m4_deps):
390
391 clean-noinstPROGRAMS:
392         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
393
394 clean-noinstLIBRARIES:
395         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
396
397 libafm.a: $(libafm_a_OBJECTS) $(libafm_a_DEPENDENCIES) $(EXTRA_libafm_a_DEPENDENCIES) 
398         $(AM_V_at)-rm -f libafm.a
399         $(AM_V_AR)$(libafm_a_AR) libafm.a $(libafm_a_OBJECTS) $(libafm_a_LIBADD)
400         $(AM_V_at)$(RANLIB) libafm.a
401
402 afmtest$(EXEEXT): $(afmtest_OBJECTS) $(afmtest_DEPENDENCIES) $(EXTRA_afmtest_DEPENDENCIES) 
403         @rm -f afmtest$(EXEEXT)
404         $(AM_V_CCLD)$(LINK) $(afmtest_OBJECTS) $(afmtest_LDADD) $(LIBS)
405
406 mostlyclean-compile:
407         -rm -f *.$(OBJEXT)
408
409 distclean-compile:
410         -rm -f *.tab.c
411
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afm.Po@am__quote@ # am--include-marker
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afmparse.Po@am__quote@ # am--include-marker
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afmtest.Po@am__quote@ # am--include-marker
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deffont.Po@am__quote@ # am--include-marker
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88591.Po@am__quote@ # am--include-marker
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_885910.Po@am__quote@ # am--include-marker
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_885915.Po@am__quote@ # am--include-marker
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88592.Po@am__quote@ # am--include-marker
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88593.Po@am__quote@ # am--include-marker
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88594.Po@am__quote@ # am--include-marker
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88595.Po@am__quote@ # am--include-marker
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88597.Po@am__quote@ # am--include-marker
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_88599.Po@am__quote@ # am--include-marker
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_hp8.Po@am__quote@ # am--include-marker
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_koi8.Po@am__quote@ # am--include-marker
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_mac.Po@am__quote@ # am--include-marker
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_pc.Po@am__quote@ # am--include-marker
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e_vms.Po@am__quote@ # am--include-marker
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strhash.Po@am__quote@ # am--include-marker
431
432 $(am__depfiles_remade):
433         @$(MKDIR_P) $(@D)
434         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
435
436 am--depfiles: $(am__depfiles_remade)
437
438 .c.o:
439 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
440 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
443 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
444
445 .c.obj:
446 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
447 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
451
452 ID: $(am__tagged_files)
453         $(am__define_uniq_tagged_files); mkid -fID $$unique
454 tags: tags-am
455 TAGS: tags
456
457 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
458         set x; \
459         here=`pwd`; \
460         $(am__define_uniq_tagged_files); \
461         shift; \
462         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
463           test -n "$$unique" || unique=$$empty_fix; \
464           if test $$# -gt 0; then \
465             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466               "$$@" $$unique; \
467           else \
468             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469               $$unique; \
470           fi; \
471         fi
472 ctags: ctags-am
473
474 CTAGS: ctags
475 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476         $(am__define_uniq_tagged_files); \
477         test -z "$(CTAGS_ARGS)$$unique" \
478           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479              $$unique
480
481 GTAGS:
482         here=`$(am__cd) $(top_builddir) && pwd` \
483           && $(am__cd) $(top_srcdir) \
484           && gtags -i $(GTAGS_ARGS) "$$here"
485 cscopelist: cscopelist-am
486
487 cscopelist-am: $(am__tagged_files)
488         list='$(am__tagged_files)'; \
489         case "$(srcdir)" in \
490           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
491           *) sdir=$(subdir)/$(srcdir) ;; \
492         esac; \
493         for i in $$list; do \
494           if test -f "$$i"; then \
495             echo "$(subdir)/$$i"; \
496           else \
497             echo "$$sdir/$$i"; \
498           fi; \
499         done >> $(top_builddir)/cscope.files
500
501 distclean-tags:
502         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503 distdir: $(BUILT_SOURCES)
504         $(MAKE) $(AM_MAKEFLAGS) distdir-am
505
506 distdir-am: $(DISTFILES)
507         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509         list='$(DISTFILES)'; \
510           dist_files=`for file in $$list; do echo $$file; done | \
511           sed -e "s|^$$srcdirstrip/||;t" \
512               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513         case $$dist_files in \
514           */*) $(MKDIR_P) `echo "$$dist_files" | \
515                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516                            sort -u` ;; \
517         esac; \
518         for file in $$dist_files; do \
519           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520           if test -d $$d/$$file; then \
521             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522             if test -d "$(distdir)/$$file"; then \
523               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524             fi; \
525             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528             fi; \
529             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530           else \
531             test -f "$(distdir)/$$file" \
532             || cp -p $$d/$$file "$(distdir)/$$file" \
533             || exit 1; \
534           fi; \
535         done
536 check-am: all-am
537 check: check-am
538 all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(HEADERS)
539 installdirs:
540 install: install-am
541 install-exec: install-exec-am
542 install-data: install-data-am
543 uninstall: uninstall-am
544
545 install-am: all-am
546         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548 installcheck: installcheck-am
549 install-strip:
550         if test -z '$(STRIP)'; then \
551           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553               install; \
554         else \
555           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558         fi
559 mostlyclean-generic:
560
561 clean-generic:
562
563 distclean-generic:
564         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567 maintainer-clean-generic:
568         @echo "This command is intended for maintainers to use"
569         @echo "it deletes files that may require special tools to rebuild."
570 clean: clean-am
571
572 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
573         mostlyclean-am
574
575 distclean: distclean-am
576                 -rm -f ./$(DEPDIR)/afm.Po
577         -rm -f ./$(DEPDIR)/afmparse.Po
578         -rm -f ./$(DEPDIR)/afmtest.Po
579         -rm -f ./$(DEPDIR)/deffont.Po
580         -rm -f ./$(DEPDIR)/e_88591.Po
581         -rm -f ./$(DEPDIR)/e_885910.Po
582         -rm -f ./$(DEPDIR)/e_885915.Po
583         -rm -f ./$(DEPDIR)/e_88592.Po
584         -rm -f ./$(DEPDIR)/e_88593.Po
585         -rm -f ./$(DEPDIR)/e_88594.Po
586         -rm -f ./$(DEPDIR)/e_88595.Po
587         -rm -f ./$(DEPDIR)/e_88597.Po
588         -rm -f ./$(DEPDIR)/e_88599.Po
589         -rm -f ./$(DEPDIR)/e_hp8.Po
590         -rm -f ./$(DEPDIR)/e_koi8.Po
591         -rm -f ./$(DEPDIR)/e_mac.Po
592         -rm -f ./$(DEPDIR)/e_pc.Po
593         -rm -f ./$(DEPDIR)/e_vms.Po
594         -rm -f ./$(DEPDIR)/strhash.Po
595         -rm -f Makefile
596 distclean-am: clean-am distclean-compile distclean-generic \
597         distclean-tags
598
599 dvi: dvi-am
600
601 dvi-am:
602
603 html: html-am
604
605 html-am:
606
607 info: info-am
608
609 info-am:
610
611 install-data-am:
612
613 install-dvi: install-dvi-am
614
615 install-dvi-am:
616
617 install-exec-am:
618
619 install-html: install-html-am
620
621 install-html-am:
622
623 install-info: install-info-am
624
625 install-info-am:
626
627 install-man:
628
629 install-pdf: install-pdf-am
630
631 install-pdf-am:
632
633 install-ps: install-ps-am
634
635 install-ps-am:
636
637 installcheck-am:
638
639 maintainer-clean: maintainer-clean-am
640                 -rm -f ./$(DEPDIR)/afm.Po
641         -rm -f ./$(DEPDIR)/afmparse.Po
642         -rm -f ./$(DEPDIR)/afmtest.Po
643         -rm -f ./$(DEPDIR)/deffont.Po
644         -rm -f ./$(DEPDIR)/e_88591.Po
645         -rm -f ./$(DEPDIR)/e_885910.Po
646         -rm -f ./$(DEPDIR)/e_885915.Po
647         -rm -f ./$(DEPDIR)/e_88592.Po
648         -rm -f ./$(DEPDIR)/e_88593.Po
649         -rm -f ./$(DEPDIR)/e_88594.Po
650         -rm -f ./$(DEPDIR)/e_88595.Po
651         -rm -f ./$(DEPDIR)/e_88597.Po
652         -rm -f ./$(DEPDIR)/e_88599.Po
653         -rm -f ./$(DEPDIR)/e_hp8.Po
654         -rm -f ./$(DEPDIR)/e_koi8.Po
655         -rm -f ./$(DEPDIR)/e_mac.Po
656         -rm -f ./$(DEPDIR)/e_pc.Po
657         -rm -f ./$(DEPDIR)/e_vms.Po
658         -rm -f ./$(DEPDIR)/strhash.Po
659         -rm -f Makefile
660 maintainer-clean-am: distclean-am maintainer-clean-generic
661
662 mostlyclean: mostlyclean-am
663
664 mostlyclean-am: mostlyclean-compile mostlyclean-generic
665
666 pdf: pdf-am
667
668 pdf-am:
669
670 ps: ps-am
671
672 ps-am:
673
674 uninstall-am:
675
676 .MAKE: install-am install-strip
677
678 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
679         clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \
680         cscopelist-am ctags ctags-am distclean distclean-compile \
681         distclean-generic distclean-tags distdir dvi dvi-am html \
682         html-am info info-am install install-am install-data \
683         install-data-am install-dvi install-dvi-am install-exec \
684         install-exec-am install-html install-html-am install-info \
685         install-info-am install-man install-pdf install-pdf-am \
686         install-ps install-ps-am install-strip installcheck \
687         installcheck-am installdirs maintainer-clean \
688         maintainer-clean-generic mostlyclean mostlyclean-compile \
689         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
690         uninstall-am
691
692 .PRECIOUS: Makefile
693
694
695 # Tell versions [3.59,3.63) of GNU make to not export all variables.
696 # Otherwise a system limit (for SysV at least) may be exceeded.
697 .NOEXPORT: