1# Makefile.in generated by automake 1.11 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(install_sh) -d
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50    *) f=$$p;; \
51  esac;
52am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53am__install_max = 40
54am__nobase_strip_setup = \
55  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56am__nobase_strip = \
57  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58am__nobase_list = $(am__nobase_strip_setup); \
59  for p in $$list; do echo "$$p $$p"; done | \
60  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62    if (++n[$$2] == $(am__install_max)) \
63      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64    END { for (dir in files) print dir, files[dir] }'
65am__base_list = \
66  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68am__installdirs = "$(DESTDIR)$(libdir)"
69LTLIBRARIES = $(lib_LTLIBRARIES)
70am__DEPENDENCIES_1 =
71libXfontcache_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
72am_libXfontcache_la_OBJECTS = FontCache.lo
73libXfontcache_la_OBJECTS = $(am_libXfontcache_la_OBJECTS)
74AM_V_lt = $(am__v_lt_$(V))
75am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
76am__v_lt_0 = --silent
77libXfontcache_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
78	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
79	$(AM_CFLAGS) $(CFLAGS) $(libXfontcache_la_LDFLAGS) $(LDFLAGS) \
80	-o $@
81DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82depcomp = $(SHELL) $(top_srcdir)/depcomp
83am__depfiles_maybe = depfiles
84am__mv = mv -f
85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
88	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
89	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
90	$(AM_CFLAGS) $(CFLAGS)
91AM_V_CC = $(am__v_CC_$(V))
92am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
93am__v_CC_0 = @echo "  CC    " $@;
94AM_V_at = $(am__v_at_$(V))
95am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
96am__v_at_0 = @
97CCLD = $(CC)
98LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
99	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100	$(AM_LDFLAGS) $(LDFLAGS) -o $@
101AM_V_CCLD = $(am__v_CCLD_$(V))
102am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
103am__v_CCLD_0 = @echo "  CCLD  " $@;
104AM_V_GEN = $(am__v_GEN_$(V))
105am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106am__v_GEN_0 = @echo "  GEN   " $@;
107SOURCES = $(libXfontcache_la_SOURCES)
108DIST_SOURCES = $(libXfontcache_la_SOURCES)
109ETAGS = etags
110CTAGS = ctags
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112ACLOCAL = @ACLOCAL@
113ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
114ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
115AMTAR = @AMTAR@
116AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
117APP_MAN_DIR = @APP_MAN_DIR@
118APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
119AR = @AR@
120AUTOCONF = @AUTOCONF@
121AUTOHEADER = @AUTOHEADER@
122AUTOMAKE = @AUTOMAKE@
123AWK = @AWK@
124CC = @CC@
125CCDEPMODE = @CCDEPMODE@
126CFLAGS = @CFLAGS@
127CHANGELOG_CMD = @CHANGELOG_CMD@
128CPP = @CPP@
129CPPFLAGS = @CPPFLAGS@
130CWARNFLAGS = @CWARNFLAGS@
131CXX = @CXX@
132CXXCPP = @CXXCPP@
133CXXDEPMODE = @CXXDEPMODE@
134CXXFLAGS = @CXXFLAGS@
135CYGPATH_W = @CYGPATH_W@
136DEFS = @DEFS@
137DEPDIR = @DEPDIR@
138DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
139DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
140DSYMUTIL = @DSYMUTIL@
141ECHO = @ECHO@
142ECHO_C = @ECHO_C@
143ECHO_N = @ECHO_N@
144ECHO_T = @ECHO_T@
145EGREP = @EGREP@
146EXEEXT = @EXEEXT@
147F77 = @F77@
148FFLAGS = @FFLAGS@
149FILE_MAN_DIR = @FILE_MAN_DIR@
150FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
151GREP = @GREP@
152INSTALL = @INSTALL@
153INSTALL_DATA = @INSTALL_DATA@
154INSTALL_PROGRAM = @INSTALL_PROGRAM@
155INSTALL_SCRIPT = @INSTALL_SCRIPT@
156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
157LDFLAGS = @LDFLAGS@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBTOOL = @LIBTOOL@
161LIB_MAN_DIR = @LIB_MAN_DIR@
162LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
163LN_S = @LN_S@
164LTLIBOBJS = @LTLIBOBJS@
165MAINT = @MAINT@
166MAKEINFO = @MAKEINFO@
167MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
168MISC_MAN_DIR = @MISC_MAN_DIR@
169MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
170MKDIR_P = @MKDIR_P@
171NMEDIT = @NMEDIT@
172OBJEXT = @OBJEXT@
173PACKAGE = @PACKAGE@
174PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175PACKAGE_NAME = @PACKAGE_NAME@
176PACKAGE_STRING = @PACKAGE_STRING@
177PACKAGE_TARNAME = @PACKAGE_TARNAME@
178PACKAGE_VERSION = @PACKAGE_VERSION@
179PATH_SEPARATOR = @PATH_SEPARATOR@
180PKG_CONFIG = @PKG_CONFIG@
181RANLIB = @RANLIB@
182SED = @SED@
183SET_MAKE = @SET_MAKE@
184SHELL = @SHELL@
185STRIP = @STRIP@
186VERSION = @VERSION@
187XFONTCACHE_CFLAGS = @XFONTCACHE_CFLAGS@
188XFONTCACHE_LIBS = @XFONTCACHE_LIBS@
189XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
190XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
191abs_builddir = @abs_builddir@
192abs_srcdir = @abs_srcdir@
193abs_top_builddir = @abs_top_builddir@
194abs_top_srcdir = @abs_top_srcdir@
195ac_ct_CC = @ac_ct_CC@
196ac_ct_CXX = @ac_ct_CXX@
197ac_ct_F77 = @ac_ct_F77@
198am__include = @am__include@
199am__leading_dot = @am__leading_dot@
200am__quote = @am__quote@
201am__tar = @am__tar@
202am__untar = @am__untar@
203bindir = @bindir@
204build = @build@
205build_alias = @build_alias@
206build_cpu = @build_cpu@
207build_os = @build_os@
208build_vendor = @build_vendor@
209builddir = @builddir@
210datadir = @datadir@
211datarootdir = @datarootdir@
212distcleancheck_listfiles = @distcleancheck_listfiles@
213docdir = @docdir@
214dvidir = @dvidir@
215exec_prefix = @exec_prefix@
216host = @host@
217host_alias = @host_alias@
218host_cpu = @host_cpu@
219host_os = @host_os@
220host_vendor = @host_vendor@
221htmldir = @htmldir@
222includedir = @includedir@
223infodir = @infodir@
224install_sh = @install_sh@
225libdir = @libdir@
226libexecdir = @libexecdir@
227localedir = @localedir@
228localstatedir = @localstatedir@
229mandir = @mandir@
230mkdir_p = @mkdir_p@
231oldincludedir = @oldincludedir@
232pdfdir = @pdfdir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238srcdir = @srcdir@
239sysconfdir = @sysconfdir@
240target_alias = @target_alias@
241top_build_prefix = @top_build_prefix@
242top_builddir = @top_builddir@
243top_srcdir = @top_srcdir@
244AM_CFLAGS = $(CWARNFLAGS) $(XFONTCACHE_CFLAGS) $(MALLOC_ZERO_CFLAGS)
245lib_LTLIBRARIES = libXfontcache.la
246libXfontcache_la_SOURCES = \
247         FontCache.c
248
249libXfontcache_la_LIBADD = $(XFONTCACHE_LIBS)
250libXfontcache_la_LDFLAGS = -version-number 1:0:0 -no-undefined
251all: all-am
252
253.SUFFIXES:
254.SUFFIXES: .c .lo .o .obj
255$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256	@for dep in $?; do \
257	  case '$(am__configure_deps)' in \
258	    *$$dep*) \
259	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260	        && { if test -f $@; then exit 0; else break; fi; }; \
261	      exit 1;; \
262	  esac; \
263	done; \
264	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
265	$(am__cd) $(top_srcdir) && \
266	  $(AUTOMAKE) --gnu src/Makefile
267.PRECIOUS: Makefile
268Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269	@case '$?' in \
270	  *config.status*) \
271	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272	  *) \
273	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275	esac;
276
277$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
280$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284$(am__aclocal_m4_deps):
285install-libLTLIBRARIES: $(lib_LTLIBRARIES)
286	@$(NORMAL_INSTALL)
287	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
288	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
289	list2=; for p in $$list; do \
290	  if test -f $$p; then \
291	    list2="$$list2 $$p"; \
292	  else :; fi; \
293	done; \
294	test -z "$$list2" || { \
295	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
296	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
297	}
298
299uninstall-libLTLIBRARIES:
300	@$(NORMAL_UNINSTALL)
301	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
302	for p in $$list; do \
303	  $(am__strip_dir) \
304	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
305	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
306	done
307
308clean-libLTLIBRARIES:
309	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
310	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
311	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
312	  test "$$dir" != "$$p" || dir=.; \
313	  echo "rm -f \"$${dir}/so_locations\""; \
314	  rm -f "$${dir}/so_locations"; \
315	done
316libXfontcache.la: $(libXfontcache_la_OBJECTS) $(libXfontcache_la_DEPENDENCIES) 
317	$(AM_V_CCLD)$(libXfontcache_la_LINK) -rpath $(libdir) $(libXfontcache_la_OBJECTS) $(libXfontcache_la_LIBADD) $(LIBS)
318
319mostlyclean-compile:
320	-rm -f *.$(OBJEXT)
321
322distclean-compile:
323	-rm -f *.tab.c
324
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FontCache.Plo@am__quote@
326
327.c.o:
328@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@	$(COMPILE) -c $<
334
335.c.obj:
336@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
337@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
338@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
342
343.c.lo:
344@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
346@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
350
351mostlyclean-libtool:
352	-rm -f *.lo
353
354clean-libtool:
355	-rm -rf .libs _libs
356
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359	unique=`for i in $$list; do \
360	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361	  done | \
362	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363	      END { if (nonempty) { for (i in files) print i; }; }'`; \
364	mkid -fID $$unique
365tags: TAGS
366
367TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368		$(TAGS_FILES) $(LISP)
369	set x; \
370	here=`pwd`; \
371	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372	unique=`for i in $$list; do \
373	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374	  done | \
375	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376	      END { if (nonempty) { for (i in files) print i; }; }'`; \
377	shift; \
378	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379	  test -n "$$unique" || unique=$$empty_fix; \
380	  if test $$# -gt 0; then \
381	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382	      "$$@" $$unique; \
383	  else \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      $$unique; \
386	  fi; \
387	fi
388ctags: CTAGS
389CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390		$(TAGS_FILES) $(LISP)
391	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	test -z "$(CTAGS_ARGS)$$unique" \
398	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399	     $$unique
400
401GTAGS:
402	here=`$(am__cd) $(top_builddir) && pwd` \
403	  && $(am__cd) $(top_srcdir) \
404	  && gtags -i $(GTAGS_ARGS) "$$here"
405
406distclean-tags:
407	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409distdir: $(DISTFILES)
410	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412	list='$(DISTFILES)'; \
413	  dist_files=`for file in $$list; do echo $$file; done | \
414	  sed -e "s|^$$srcdirstrip/||;t" \
415	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416	case $$dist_files in \
417	  */*) $(MKDIR_P) `echo "$$dist_files" | \
418			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419			   sort -u` ;; \
420	esac; \
421	for file in $$dist_files; do \
422	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423	  if test -d $$d/$$file; then \
424	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425	    if test -d "$(distdir)/$$file"; then \
426	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427	    fi; \
428	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431	    fi; \
432	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433	  else \
434	    test -f "$(distdir)/$$file" \
435	    || cp -p $$d/$$file "$(distdir)/$$file" \
436	    || exit 1; \
437	  fi; \
438	done
439check-am: all-am
440check: check-am
441all-am: Makefile $(LTLIBRARIES)
442installdirs:
443	for dir in "$(DESTDIR)$(libdir)"; do \
444	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
445	done
446install: install-am
447install-exec: install-exec-am
448install-data: install-data-am
449uninstall: uninstall-am
450
451install-am: all-am
452	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453
454installcheck: installcheck-am
455install-strip:
456	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458	  `test -z '$(STRIP)' || \
459	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
460mostlyclean-generic:
461
462clean-generic:
463
464distclean-generic:
465	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
468maintainer-clean-generic:
469	@echo "This command is intended for maintainers to use"
470	@echo "it deletes files that may require special tools to rebuild."
471clean: clean-am
472
473clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
474	mostlyclean-am
475
476distclean: distclean-am
477	-rm -rf ./$(DEPDIR)
478	-rm -f Makefile
479distclean-am: clean-am distclean-compile distclean-generic \
480	distclean-tags
481
482dvi: dvi-am
483
484dvi-am:
485
486html: html-am
487
488html-am:
489
490info: info-am
491
492info-am:
493
494install-data-am:
495
496install-dvi: install-dvi-am
497
498install-dvi-am:
499
500install-exec-am: install-libLTLIBRARIES
501
502install-html: install-html-am
503
504install-html-am:
505
506install-info: install-info-am
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-am
513
514install-pdf-am:
515
516install-ps: install-ps-am
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-am
523	-rm -rf ./$(DEPDIR)
524	-rm -f Makefile
525maintainer-clean-am: distclean-am maintainer-clean-generic
526
527mostlyclean: mostlyclean-am
528
529mostlyclean-am: mostlyclean-compile mostlyclean-generic \
530	mostlyclean-libtool
531
532pdf: pdf-am
533
534pdf-am:
535
536ps: ps-am
537
538ps-am:
539
540uninstall-am: uninstall-libLTLIBRARIES
541
542.MAKE: install-am install-strip
543
544.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
545	clean-libLTLIBRARIES clean-libtool ctags distclean \
546	distclean-compile distclean-generic distclean-libtool \
547	distclean-tags distdir dvi dvi-am html html-am info info-am \
548	install install-am install-data install-data-am install-dvi \
549	install-dvi-am install-exec install-exec-am install-html \
550	install-html-am install-info install-info-am \
551	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
552	install-ps install-ps-am install-strip installcheck \
553	installcheck-am installdirs maintainer-clean \
554	maintainer-clean-generic mostlyclean mostlyclean-compile \
555	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
556	tags uninstall uninstall-am uninstall-libLTLIBRARIES
557
558
559# Tell versions [3.59,3.63) of GNU make to not export all variables.
560# Otherwise a system limit (for SysV at least) may be exceeded.
561.NOEXPORT:
562