Initial release including wifi display based on gst-rtsp-server-1.4.1
[platform/upstream/gstreamer.git] / common / m4 / Makefile.in
1 # Makefile.in generated by automake 1.14.1 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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 target_triplet = @target@
81 subdir = common/m4
82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
83 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
85         $(top_srcdir)/common/m4/as-auto-alt.m4 \
86         $(top_srcdir)/common/m4/as-compiler-flag.m4 \
87         $(top_srcdir)/common/m4/as-docbook.m4 \
88         $(top_srcdir)/common/m4/as-libtool.m4 \
89         $(top_srcdir)/common/m4/as-version.m4 \
90         $(top_srcdir)/common/m4/gst-args.m4 \
91         $(top_srcdir)/common/m4/gst-check.m4 \
92         $(top_srcdir)/common/m4/gst-default.m4 \
93         $(top_srcdir)/common/m4/gst-doc.m4 \
94         $(top_srcdir)/common/m4/gst-error.m4 \
95         $(top_srcdir)/common/m4/gst-feature.m4 \
96         $(top_srcdir)/common/m4/gst-glib2.m4 \
97         $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \
98         $(top_srcdir)/common/m4/gst-plugindir.m4 \
99         $(top_srcdir)/common/m4/gst.m4 \
100         $(top_srcdir)/common/m4/gtk-doc.m4 \
101         $(top_srcdir)/common/m4/introspection.m4 \
102         $(top_srcdir)/common/m4/pkg.m4 $(top_srcdir)/m4/libtool.m4 \
103         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107         $(ACLOCAL_M4)
108 mkinstalldirs = $(install_sh) -d
109 CONFIG_HEADER = $(top_builddir)/config.h
110 CONFIG_CLEAN_FILES =
111 CONFIG_CLEAN_VPATH_FILES =
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 = 
124 SOURCES =
125 DIST_SOURCES =
126 am__can_run_installinfo = \
127   case $$AM_UPDATE_INFO_DIR in \
128     n|no|NO) false;; \
129     *) (install-info --version) >/dev/null 2>&1;; \
130   esac
131 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133 ACLOCAL = @ACLOCAL@
134 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
135 AMTAR = @AMTAR@
136 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137 AR = @AR@
138 AS = @AS@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CAT_ENTRY_END = @CAT_ENTRY_END@
144 CAT_ENTRY_START = @CAT_ENTRY_START@
145 CC = @CC@
146 CCAS = @CCAS@
147 CCASDEPMODE = @CCASDEPMODE@
148 CCASFLAGS = @CCASFLAGS@
149 CCDEPMODE = @CCDEPMODE@
150 CFLAGS = @CFLAGS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CXXFLAGS = @CXXFLAGS@
154 CYGPATH_W = @CYGPATH_W@
155 DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
156 DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
157 DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
158 DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
159 DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
163 DLLTOOL = @DLLTOOL@
164 DOCBOOK_ROOT = @DOCBOOK_ROOT@
165 DSYMUTIL = @DSYMUTIL@
166 DUMPBIN = @DUMPBIN@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 ERROR_CFLAGS = @ERROR_CFLAGS@
172 EXEEXT = @EXEEXT@
173 FFLAGS = @FFLAGS@
174 FGREP = @FGREP@
175 GCOV = @GCOV@
176 GCOV_CFLAGS = @GCOV_CFLAGS@
177 GCOV_LIBS = @GCOV_LIBS@
178 GIO_CFLAGS = @GIO_CFLAGS@
179 GIO_LDFLAGS = @GIO_LDFLAGS@
180 GIO_LIBS = @GIO_LIBS@
181 GLIB_CFLAGS = @GLIB_CFLAGS@
182 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
183 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
184 GLIB_LIBS = @GLIB_LIBS@
185 GLIB_MKENUMS = @GLIB_MKENUMS@
186 GLIB_REQ = @GLIB_REQ@
187 GREP = @GREP@
188 GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@
189 GSTPD_PLUGINS_DIR = @GSTPD_PLUGINS_DIR@
190 GSTPG_PLUGINS_DIR = @GSTPG_PLUGINS_DIR@
191 GST_AGE = @GST_AGE@
192 GST_ALL_CFLAGS = @GST_ALL_CFLAGS@
193 GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@
194 GST_ALL_LIBS = @GST_ALL_LIBS@
195 GST_API_VERSION = @GST_API_VERSION@
196 GST_BASE_CFLAGS = @GST_BASE_CFLAGS@
197 GST_BASE_LIBS = @GST_BASE_LIBS@
198 GST_CFLAGS = @GST_CFLAGS@
199 GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@
200 GST_CHECK_LIBS = @GST_CHECK_LIBS@
201 GST_CURRENT = @GST_CURRENT@
202 GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@
203 GST_LIBS = @GST_LIBS@
204 GST_LIBVERSION = @GST_LIBVERSION@
205 GST_LIB_LDFLAGS = @GST_LIB_LDFLAGS@
206 GST_LICENSE = @GST_LICENSE@
207 GST_LT_LDFLAGS = @GST_LT_LDFLAGS@
208 GST_OBJ_CFLAGS = @GST_OBJ_CFLAGS@
209 GST_OBJ_LIBS = @GST_OBJ_LIBS@
210 GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@
211 GST_PACKAGE_NAME = @GST_PACKAGE_NAME@
212 GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@
213 GST_PKG_CONFIG_PATH = @GST_PKG_CONFIG_PATH@
214 GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
215 GST_PLUGINS_BAD_DIR = @GST_PLUGINS_BAD_DIR@
216 GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
217 GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@
218 GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@
219 GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
220 GST_PLUGINS_DIR = @GST_PLUGINS_DIR@
221 GST_PLUGINS_GOOD_CFLAGS = @GST_PLUGINS_GOOD_CFLAGS@
222 GST_PLUGINS_GOOD_DIR = @GST_PLUGINS_GOOD_DIR@
223 GST_PLUGINS_GOOD_LIBS = @GST_PLUGINS_GOOD_LIBS@
224 GST_REVISION = @GST_REVISION@
225 GST_TOOLS_DIR = @GST_TOOLS_DIR@
226 GTKDOC_CHECK = @GTKDOC_CHECK@
227 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
228 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
229 GTKDOC_MKPDF = @GTKDOC_MKPDF@
230 GTKDOC_REBASE = @GTKDOC_REBASE@
231 HAVE_DOCBOOK2PS = @HAVE_DOCBOOK2PS@
232 HAVE_DVIPS = @HAVE_DVIPS@
233 HAVE_EPSTOPDF = @HAVE_EPSTOPDF@
234 HAVE_JADETEX = @HAVE_JADETEX@
235 HAVE_PNGTOPNM = @HAVE_PNGTOPNM@
236 HAVE_PNMTOPS = @HAVE_PNMTOPS@
237 HAVE_PS2PDF = @HAVE_PS2PDF@
238 HAVE_XMLLINT = @HAVE_XMLLINT@
239 HAVE_XSLTPROC = @HAVE_XSLTPROC@
240 HTML_DIR = @HTML_DIR@
241 INSTALL = @INSTALL@
242 INSTALL_DATA = @INSTALL_DATA@
243 INSTALL_PROGRAM = @INSTALL_PROGRAM@
244 INSTALL_SCRIPT = @INSTALL_SCRIPT@
245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
247 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
248 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
249 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
250 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
251 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
252 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
253 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
254 LD = @LD@
255 LDFLAGS = @LDFLAGS@
256 LIBCGROUP_CFLAGS = @LIBCGROUP_CFLAGS@
257 LIBCGROUP_LIBS = @LIBCGROUP_LIBS@
258 LIBOBJS = @LIBOBJS@
259 LIBS = @LIBS@
260 LIBTOOL = @LIBTOOL@
261 LIPO = @LIPO@
262 LN_S = @LN_S@
263 LTLIBOBJS = @LTLIBOBJS@
264 MAINT = @MAINT@
265 MAKEINFO = @MAKEINFO@
266 MANIFEST_TOOL = @MANIFEST_TOOL@
267 MKDIR_P = @MKDIR_P@
268 NM = @NM@
269 NMEDIT = @NMEDIT@
270 OBJDUMP = @OBJDUMP@
271 OBJEXT = @OBJEXT@
272 OTOOL = @OTOOL@
273 OTOOL64 = @OTOOL64@
274 PACKAGE = @PACKAGE@
275 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
276 PACKAGE_NAME = @PACKAGE_NAME@
277 PACKAGE_STRING = @PACKAGE_STRING@
278 PACKAGE_TARNAME = @PACKAGE_TARNAME@
279 PACKAGE_URL = @PACKAGE_URL@
280 PACKAGE_VERSION = @PACKAGE_VERSION@
281 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
282 PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
283 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
284 PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@
285 PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@
286 PATH_SEPARATOR = @PATH_SEPARATOR@
287 PKG_CONFIG = @PKG_CONFIG@
288 PLUGINDIR = @PLUGINDIR@
289 PROFILE_CFLAGS = @PROFILE_CFLAGS@
290 RANLIB = @RANLIB@
291 SED = @SED@
292 SET_MAKE = @SET_MAKE@
293 SHELL = @SHELL@
294 STRIP = @STRIP@
295 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
296 VALGRIND_LIBS = @VALGRIND_LIBS@
297 VALGRIND_PATH = @VALGRIND_PATH@
298 VERSION = @VERSION@
299 WARNING_CFLAGS = @WARNING_CFLAGS@
300 XML_CATALOG = @XML_CATALOG@
301 XSLTPROC = @XSLTPROC@
302 XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
303 abs_builddir = @abs_builddir@
304 abs_srcdir = @abs_srcdir@
305 abs_top_builddir = @abs_top_builddir@
306 abs_top_srcdir = @abs_top_srcdir@
307 ac_ct_AR = @ac_ct_AR@
308 ac_ct_CC = @ac_ct_CC@
309 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
310 am__include = @am__include@
311 am__leading_dot = @am__leading_dot@
312 am__quote = @am__quote@
313 am__tar = @am__tar@
314 am__untar = @am__untar@
315 bindir = @bindir@
316 build = @build@
317 build_alias = @build_alias@
318 build_cpu = @build_cpu@
319 build_os = @build_os@
320 build_vendor = @build_vendor@
321 builddir = @builddir@
322 datadir = @datadir@
323 datarootdir = @datarootdir@
324 docdir = @docdir@
325 dvidir = @dvidir@
326 exec_prefix = @exec_prefix@
327 host = @host@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
330 host_os = @host_os@
331 host_vendor = @host_vendor@
332 htmldir = @htmldir@
333 includedir = @includedir@
334 infodir = @infodir@
335 install_sh = @install_sh@
336 libdir = @libdir@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 plugindir = @plugindir@
345 prefix = @prefix@
346 program_transform_name = @program_transform_name@
347 psdir = @psdir@
348 sbindir = @sbindir@
349 sharedstatedir = @sharedstatedir@
350 srcdir = @srcdir@
351 sysconfdir = @sysconfdir@
352 target = @target@
353 target_alias = @target_alias@
354 target_cpu = @target_cpu@
355 target_os = @target_os@
356 target_vendor = @target_vendor@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360 EXTRA_DIST = \
361         README \
362         as-ac-expand.m4 \
363         as-auto-alt.m4 \
364         as-compiler-flag.m4 \
365         as-compiler.m4 \
366         as-docbook.m4 \
367         as-gcc-inline-assembly.m4 \
368         as-libtool.m4 \
369         as-libtool-tags.m4 \
370         as-python.m4 \
371         as-version.m4 \
372         ax_create_stdint_h.m4 \
373         glib-gettext.m4 \
374         gst-arch.m4 \
375         gst-args.m4 \
376         gst-check.m4 \
377         gst-debuginfo.m4 \
378         gst-default.m4 \
379         gst-doc.m4 \
380         gst-dowhile.m4 \
381         gst-error.m4 \
382         gst-feature.m4 \
383         gst-function.m4 \
384         gst-gettext.m4 \
385         gst-glib2.m4 \
386         gst-libxml2.m4 \
387         gst-parser.m4 \
388         gst-package-release-datetime.m4 \
389         gst-platform.m4 \
390         gst-plugindir.m4 \
391         gst-plugin-docs.m4 \
392         gst-valgrind.m4 \
393         gst-x11.m4 \
394         gst.m4 \
395         gtk-doc.m4 \
396         introspection.m4 \
397         pkg.m4 \
398         check.m4 \
399         orc.m4
400
401 all: all-am
402
403 .SUFFIXES:
404 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
405         @for dep in $?; do \
406           case '$(am__configure_deps)' in \
407             *$$dep*) \
408               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
409                 && { if test -f $@; then exit 0; else break; fi; }; \
410               exit 1;; \
411           esac; \
412         done; \
413         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/m4/Makefile'; \
414         $(am__cd) $(top_srcdir) && \
415           $(AUTOMAKE) --gnu common/m4/Makefile
416 .PRECIOUS: Makefile
417 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418         @case '$?' in \
419           *config.status*) \
420             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421           *) \
422             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
423             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
424         esac;
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433 $(am__aclocal_m4_deps):
434
435 mostlyclean-libtool:
436         -rm -f *.lo
437
438 clean-libtool:
439         -rm -rf .libs _libs
440 tags TAGS:
441
442 ctags CTAGS:
443
444 cscope cscopelist:
445
446
447 distdir: $(DISTFILES)
448         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
450         list='$(DISTFILES)'; \
451           dist_files=`for file in $$list; do echo $$file; done | \
452           sed -e "s|^$$srcdirstrip/||;t" \
453               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
454         case $$dist_files in \
455           */*) $(MKDIR_P) `echo "$$dist_files" | \
456                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
457                            sort -u` ;; \
458         esac; \
459         for file in $$dist_files; do \
460           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
461           if test -d $$d/$$file; then \
462             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
463             if test -d "$(distdir)/$$file"; then \
464               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465             fi; \
466             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
467               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
468               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469             fi; \
470             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
471           else \
472             test -f "$(distdir)/$$file" \
473             || cp -p $$d/$$file "$(distdir)/$$file" \
474             || exit 1; \
475           fi; \
476         done
477 check-am: all-am
478 check: check-am
479 all-am: Makefile
480 installdirs:
481 install: install-am
482 install-exec: install-exec-am
483 install-data: install-data-am
484 uninstall: uninstall-am
485
486 install-am: all-am
487         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489 installcheck: installcheck-am
490 install-strip:
491         if test -z '$(STRIP)'; then \
492           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494               install; \
495         else \
496           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499         fi
500 mostlyclean-generic:
501
502 clean-generic:
503
504 distclean-generic:
505         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508 maintainer-clean-generic:
509         @echo "This command is intended for maintainers to use"
510         @echo "it deletes files that may require special tools to rebuild."
511 clean: clean-am
512
513 clean-am: clean-generic clean-libtool mostlyclean-am
514
515 distclean: distclean-am
516         -rm -f Makefile
517 distclean-am: clean-am distclean-generic
518
519 dvi: dvi-am
520
521 dvi-am:
522
523 html: html-am
524
525 html-am:
526
527 info: info-am
528
529 info-am:
530
531 install-data-am:
532
533 install-dvi: install-dvi-am
534
535 install-dvi-am:
536
537 install-exec-am:
538
539 install-html: install-html-am
540
541 install-html-am:
542
543 install-info: install-info-am
544
545 install-info-am:
546
547 install-man:
548
549 install-pdf: install-pdf-am
550
551 install-pdf-am:
552
553 install-ps: install-ps-am
554
555 install-ps-am:
556
557 installcheck-am:
558
559 maintainer-clean: maintainer-clean-am
560         -rm -f Makefile
561 maintainer-clean-am: distclean-am maintainer-clean-generic
562
563 mostlyclean: mostlyclean-am
564
565 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567 pdf: pdf-am
568
569 pdf-am:
570
571 ps: ps-am
572
573 ps-am:
574
575 uninstall-am:
576
577 .MAKE: install-am install-strip
578
579 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
580         cscopelist-am ctags-am distclean distclean-generic \
581         distclean-libtool distdir dvi dvi-am html html-am info info-am \
582         install install-am install-data install-data-am install-dvi \
583         install-dvi-am install-exec install-exec-am install-html \
584         install-html-am install-info install-info-am install-man \
585         install-pdf install-pdf-am install-ps install-ps-am \
586         install-strip installcheck installcheck-am installdirs \
587         maintainer-clean maintainer-clean-generic mostlyclean \
588         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
589         tags-am uninstall uninstall-am
590
591
592 # Tell versions [3.59,3.63) of GNU make to not export all variables.
593 # Otherwise a system limit (for SysV at least) may be exceeded.
594 .NOEXPORT: