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