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