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