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