1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src/util
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h \
99	$(top_builddir)/include/X11/fonts/fontconf.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102LTLIBRARIES = $(noinst_LTLIBRARIES)
103libutil_la_LIBADD =
104am_libutil_la_OBJECTS = atom.lo fontaccel.lo fontnames.lo fontutil.lo \
105	fontxlfd.lo format.lo miscutil.lo patcache.lo private.lo \
106	utilbitmap.lo
107libutil_la_OBJECTS = $(am_libutil_la_OBJECTS)
108AM_V_lt = $(am__v_lt_@AM_V@)
109am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110am__v_lt_0 = --silent
111am__v_lt_1 = 
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 = 
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 = 
124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts
125depcomp = $(SHELL) $(top_srcdir)/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
132	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
133	$(AM_CFLAGS) $(CFLAGS)
134AM_V_CC = $(am__v_CC_@AM_V@)
135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136am__v_CC_0 = @echo "  CC      " $@;
137am__v_CC_1 = 
138CCLD = $(CC)
139LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(AM_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_CCLD = $(am__v_CCLD_@AM_V@)
143am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144am__v_CCLD_0 = @echo "  CCLD    " $@;
145am__v_CCLD_1 = 
146SOURCES = $(libutil_la_SOURCES)
147DIST_SOURCES = $(libutil_la_SOURCES)
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154# Read a list of newline-separated strings from the standard input,
155# and print each of them once, without duplicates.  Input order is
156# *not* preserved.
157am__uniquify_input = $(AWK) '\
158  BEGIN { nonempty = 0; } \
159  { items[$$0] = 1; nonempty = 1; } \
160  END { if (nonempty) { for (i in items) print i; }; } \
161'
162# Make sure the list of sources is unique.  This is necessary because,
163# e.g., the same source file might be shared among _SOURCES variables
164# for different programs/libraries.
165am__define_uniq_tagged_files = \
166  list='$(am__tagged_files)'; \
167  unique=`for i in $$list; do \
168    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169  done | $(am__uniquify_input)`
170ETAGS = etags
171CTAGS = ctags
172am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
173DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174ACLOCAL = @ACLOCAL@
175ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
176ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179APP_MAN_DIR = @APP_MAN_DIR@
180APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
181AR = @AR@
182AUTOCONF = @AUTOCONF@
183AUTOHEADER = @AUTOHEADER@
184AUTOMAKE = @AUTOMAKE@
185AWK = @AWK@
186BASE_CFLAGS = @BASE_CFLAGS@
187CC = @CC@
188CCDEPMODE = @CCDEPMODE@
189CFLAGS = @CFLAGS@
190CHANGELOG_CMD = @CHANGELOG_CMD@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CWARNFLAGS = @CWARNFLAGS@
194CYGPATH_W = @CYGPATH_W@
195DEFS = @DEFS@
196DEPDIR = @DEPDIR@
197DLLTOOL = @DLLTOOL@
198DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
199DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
200DSYMUTIL = @DSYMUTIL@
201DUMPBIN = @DUMPBIN@
202ECHO_C = @ECHO_C@
203ECHO_N = @ECHO_N@
204ECHO_T = @ECHO_T@
205EGREP = @EGREP@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208FILE_MAN_DIR = @FILE_MAN_DIR@
209FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
210FOP = @FOP@
211FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
212FREETYPE_LIBS = @FREETYPE_LIBS@
213FREETYPE_REQUIRES = @FREETYPE_REQUIRES@
214GREP = @GREP@
215INSTALL = @INSTALL@
216INSTALL_CMD = @INSTALL_CMD@
217INSTALL_DATA = @INSTALL_DATA@
218INSTALL_PROGRAM = @INSTALL_PROGRAM@
219INSTALL_SCRIPT = @INSTALL_SCRIPT@
220INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221LD = @LD@
222LDFLAGS = @LDFLAGS@
223LIBOBJS = @LIBOBJS@
224LIBS = @LIBS@
225LIBTOOL = @LIBTOOL@
226LIB_MAN_DIR = @LIB_MAN_DIR@
227LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
228LIPO = @LIPO@
229LN_S = @LN_S@
230LTLIBOBJS = @LTLIBOBJS@
231LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
232MAKEINFO = @MAKEINFO@
233MANIFEST_TOOL = @MANIFEST_TOOL@
234MAN_SUBSTS = @MAN_SUBSTS@
235MATH_LIBS = @MATH_LIBS@
236MISC_MAN_DIR = @MISC_MAN_DIR@
237MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
238MKDIR_P = @MKDIR_P@
239NM = @NM@
240NMEDIT = @NMEDIT@
241OBJDUMP = @OBJDUMP@
242OBJEXT = @OBJEXT@
243OS_CFLAGS = @OS_CFLAGS@
244OTOOL = @OTOOL@
245OTOOL64 = @OTOOL64@
246PACKAGE = @PACKAGE@
247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248PACKAGE_NAME = @PACKAGE_NAME@
249PACKAGE_STRING = @PACKAGE_STRING@
250PACKAGE_TARNAME = @PACKAGE_TARNAME@
251PACKAGE_URL = @PACKAGE_URL@
252PACKAGE_VERSION = @PACKAGE_VERSION@
253PATH_SEPARATOR = @PATH_SEPARATOR@
254PKG_CONFIG = @PKG_CONFIG@
255PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
256PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
257RANLIB = @RANLIB@
258SED = @SED@
259SET_MAKE = @SET_MAKE@
260SHELL = @SHELL@
261STRICT_CFLAGS = @STRICT_CFLAGS@
262STRIP = @STRIP@
263STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
264VERSION = @VERSION@
265XFONT_CFLAGS = @XFONT_CFLAGS@
266XFONT_LIBS = @XFONT_LIBS@
267XMLTO = @XMLTO@
268XORG_MAN_PAGE = @XORG_MAN_PAGE@
269XORG_SGML_PATH = @XORG_SGML_PATH@
270XSL_STYLESHEET = @XSL_STYLESHEET@
271X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@
272Z_LIBS = @Z_LIBS@
273abs_builddir = @abs_builddir@
274abs_srcdir = @abs_srcdir@
275abs_top_builddir = @abs_top_builddir@
276abs_top_srcdir = @abs_top_srcdir@
277ac_ct_AR = @ac_ct_AR@
278ac_ct_CC = @ac_ct_CC@
279ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280am__include = @am__include@
281am__leading_dot = @am__leading_dot@
282am__quote = @am__quote@
283am__tar = @am__tar@
284am__untar = @am__untar@
285bindir = @bindir@
286build = @build@
287build_alias = @build_alias@
288build_cpu = @build_cpu@
289build_os = @build_os@
290build_vendor = @build_vendor@
291builddir = @builddir@
292datadir = @datadir@
293datarootdir = @datarootdir@
294docdir = @docdir@
295dvidir = @dvidir@
296exec_prefix = @exec_prefix@
297ft_config = @ft_config@
298host = @host@
299host_alias = @host_alias@
300host_cpu = @host_cpu@
301host_os = @host_os@
302host_vendor = @host_vendor@
303htmldir = @htmldir@
304includedir = @includedir@
305infodir = @infodir@
306install_sh = @install_sh@
307libdir = @libdir@
308libexecdir = @libexecdir@
309localedir = @localedir@
310localstatedir = @localstatedir@
311mandir = @mandir@
312mkdir_p = @mkdir_p@
313oldincludedir = @oldincludedir@
314pdfdir = @pdfdir@
315prefix = @prefix@
316program_transform_name = @program_transform_name@
317psdir = @psdir@
318runstatedir = @runstatedir@
319sbindir = @sbindir@
320sharedstatedir = @sharedstatedir@
321srcdir = @srcdir@
322sysconfdir = @sysconfdir@
323target_alias = @target_alias@
324top_build_prefix = @top_build_prefix@
325top_builddir = @top_builddir@
326top_srcdir = @top_srcdir@
327AM_CPPFLAGS = \
328	-I${top_srcdir}/include \
329	-I$(top_srcdir)/src/stubs
330
331AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
332noinst_LTLIBRARIES = libutil.la
333libutil_la_SOURCES = \
334	atom.c			\
335	fontaccel.c		\
336	fontnames.c		\
337	fontutil.c		\
338	fontxlfd.c		\
339	format.c		\
340	miscutil.c		\
341	patcache.c		\
342	private.c		\
343	utilbitmap.c
344
345all: all-am
346
347.SUFFIXES:
348.SUFFIXES: .c .lo .o .obj
349$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
350	@for dep in $?; do \
351	  case '$(am__configure_deps)' in \
352	    *$$dep*) \
353	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354	        && { if test -f $@; then exit 0; else break; fi; }; \
355	      exit 1;; \
356	  esac; \
357	done; \
358	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/util/Makefile'; \
359	$(am__cd) $(top_srcdir) && \
360	  $(AUTOMAKE) --foreign src/util/Makefile
361Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
362	@case '$?' in \
363	  *config.status*) \
364	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
365	  *) \
366	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
367	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
368	esac;
369
370$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372
373$(top_srcdir)/configure:  $(am__configure_deps)
374	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(am__aclocal_m4_deps):
378
379clean-noinstLTLIBRARIES:
380	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
381	@list='$(noinst_LTLIBRARIES)'; \
382	locs=`for p in $$list; do echo $$p; done | \
383	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
384	      sort -u`; \
385	test -z "$$locs" || { \
386	  echo rm -f $${locs}; \
387	  rm -f $${locs}; \
388	}
389
390libutil.la: $(libutil_la_OBJECTS) $(libutil_la_DEPENDENCIES) $(EXTRA_libutil_la_DEPENDENCIES) 
391	$(AM_V_CCLD)$(LINK)  $(libutil_la_OBJECTS) $(libutil_la_LIBADD) $(LIBS)
392
393mostlyclean-compile:
394	-rm -f *.$(OBJEXT)
395
396distclean-compile:
397	-rm -f *.tab.c
398
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atom.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontaccel.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontnames.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontutil.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontxlfd.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miscutil.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patcache.Plo@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/private.Plo@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilbitmap.Plo@am__quote@
409
410.c.o:
411@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
412@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
416
417.c.obj:
418@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
419@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
421@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
423
424.c.lo:
425@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
426@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
427@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
428@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
430
431mostlyclean-libtool:
432	-rm -f *.lo
433
434clean-libtool:
435	-rm -rf .libs _libs
436
437ID: $(am__tagged_files)
438	$(am__define_uniq_tagged_files); mkid -fID $$unique
439tags: tags-am
440TAGS: tags
441
442tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
443	set x; \
444	here=`pwd`; \
445	$(am__define_uniq_tagged_files); \
446	shift; \
447	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448	  test -n "$$unique" || unique=$$empty_fix; \
449	  if test $$# -gt 0; then \
450	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451	      "$$@" $$unique; \
452	  else \
453	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454	      $$unique; \
455	  fi; \
456	fi
457ctags: ctags-am
458
459CTAGS: ctags
460ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	$(am__define_uniq_tagged_files); \
462	test -z "$(CTAGS_ARGS)$$unique" \
463	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464	     $$unique
465
466GTAGS:
467	here=`$(am__cd) $(top_builddir) && pwd` \
468	  && $(am__cd) $(top_srcdir) \
469	  && gtags -i $(GTAGS_ARGS) "$$here"
470cscopelist: cscopelist-am
471
472cscopelist-am: $(am__tagged_files)
473	list='$(am__tagged_files)'; \
474	case "$(srcdir)" in \
475	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
476	  *) sdir=$(subdir)/$(srcdir) ;; \
477	esac; \
478	for i in $$list; do \
479	  if test -f "$$i"; then \
480	    echo "$(subdir)/$$i"; \
481	  else \
482	    echo "$$sdir/$$i"; \
483	  fi; \
484	done >> $(top_builddir)/cscope.files
485
486distclean-tags:
487	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489distdir: $(DISTFILES)
490	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492	list='$(DISTFILES)'; \
493	  dist_files=`for file in $$list; do echo $$file; done | \
494	  sed -e "s|^$$srcdirstrip/||;t" \
495	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496	case $$dist_files in \
497	  */*) $(MKDIR_P) `echo "$$dist_files" | \
498			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499			   sort -u` ;; \
500	esac; \
501	for file in $$dist_files; do \
502	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503	  if test -d $$d/$$file; then \
504	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505	    if test -d "$(distdir)/$$file"; then \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511	    fi; \
512	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513	  else \
514	    test -f "$(distdir)/$$file" \
515	    || cp -p $$d/$$file "$(distdir)/$$file" \
516	    || exit 1; \
517	  fi; \
518	done
519check-am: all-am
520check: check-am
521all-am: Makefile $(LTLIBRARIES)
522installdirs:
523install: install-am
524install-exec: install-exec-am
525install-data: install-data-am
526uninstall: uninstall-am
527
528install-am: all-am
529	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531installcheck: installcheck-am
532install-strip:
533	if test -z '$(STRIP)'; then \
534	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536	      install; \
537	else \
538	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
541	fi
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-am
554
555clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
556	mostlyclean-am
557
558distclean: distclean-am
559	-rm -rf ./$(DEPDIR)
560	-rm -f Makefile
561distclean-am: clean-am distclean-compile distclean-generic \
562	distclean-tags
563
564dvi: dvi-am
565
566dvi-am:
567
568html: html-am
569
570html-am:
571
572info: info-am
573
574info-am:
575
576install-data-am:
577
578install-dvi: install-dvi-am
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-am
585
586install-html-am:
587
588install-info: install-info-am
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-am
595
596install-pdf-am:
597
598install-ps: install-ps-am
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-am
605	-rm -rf ./$(DEPDIR)
606	-rm -f Makefile
607maintainer-clean-am: distclean-am maintainer-clean-generic
608
609mostlyclean: mostlyclean-am
610
611mostlyclean-am: mostlyclean-compile mostlyclean-generic \
612	mostlyclean-libtool
613
614pdf: pdf-am
615
616pdf-am:
617
618ps: ps-am
619
620ps-am:
621
622uninstall-am:
623
624.MAKE: install-am install-strip
625
626.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
627	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
628	ctags-am distclean distclean-compile distclean-generic \
629	distclean-libtool distclean-tags distdir dvi dvi-am html \
630	html-am info info-am install install-am install-data \
631	install-data-am install-dvi install-dvi-am install-exec \
632	install-exec-am install-html install-html-am install-info \
633	install-info-am install-man install-pdf install-pdf-am \
634	install-ps install-ps-am install-strip installcheck \
635	installcheck-am installdirs maintainer-clean \
636	maintainer-clean-generic mostlyclean mostlyclean-compile \
637	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
638	tags tags-am uninstall uninstall-am
639
640.PRECIOUS: Makefile
641
642
643# Tell versions [3.59,3.63) of GNU make to not export all variables.
644# Otherwise a system limit (for SysV at least) may be exceeded.
645.NOEXPORT:
646