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