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