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