Makefile.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
  15. #
  16. # Permission to use, copy, modify, distribute, and sell this software and its
  17. # documentation for any purpose is hereby granted without fee, provided that
  18. # the above copyright notice appear in all copies and that both that
  19. # copyright notice and this permission notice appear in supporting
  20. # documentation.
  21. #
  22. # The above copyright notice and this permission notice shall be included
  23. # in all copies or substantial portions of the Software.
  24. #
  25. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  26. # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  27. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  28. # IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
  29. # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  30. # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  31. # OTHER DEALINGS IN THE SOFTWARE.
  32. #
  33. # Except as contained in this notice, the name of the copyright holders shall
  34. # not be used in advertising or otherwise to promote the sale, use or
  35. # other dealings in this Software without prior written authorization
  36. # from the copyright holders.
  37. #
  38. srcdir = @srcdir@
  39. top_srcdir = @top_srcdir@
  40. VPATH = @srcdir@
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44. top_builddir = ..
  45. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  46. INSTALL = @INSTALL@
  47. install_sh_DATA = $(install_sh) -c -m 644
  48. install_sh_PROGRAM = $(install_sh) -c
  49. install_sh_SCRIPT = $(install_sh) -c
  50. INSTALL_HEADER = $(INSTALL_DATA)
  51. transform = $(program_transform_name)
  52. NORMAL_INSTALL = :
  53. PRE_INSTALL = :
  54. POST_INSTALL = :
  55. NORMAL_UNINSTALL = :
  56. PRE_UNINSTALL = :
  57. POST_UNINSTALL = :
  58. build_triplet = @build@
  59. host_triplet = @host@
  60. subdir = man
  61. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  62. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  63. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  64. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  65. $(ACLOCAL_M4)
  66. mkinstalldirs = $(SHELL) $(install_sh) -d
  67. CONFIG_HEADER = $(top_builddir)/config.h
  68. CONFIG_CLEAN_FILES =
  69. SOURCES =
  70. DIST_SOURCES =
  71. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  72. am__vpath_adj = case $$p in \
  73. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  74. *) f=$$p;; \
  75. esac;
  76. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  77. am__installdirs = "$(DESTDIR)$(drivermandir)"
  78. drivermanDATA_INSTALL = $(INSTALL_DATA)
  79. DATA = $(driverman_DATA)
  80. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  81. ACLOCAL = @ACLOCAL@
  82. ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
  83. ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
  84. AMDEP_FALSE = @AMDEP_FALSE@
  85. AMDEP_TRUE = @AMDEP_TRUE@
  86. AMTAR = @AMTAR@
  87. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  88. APP_MAN_DIR = @APP_MAN_DIR@
  89. APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
  90. AR = @AR@
  91. AUTOCONF = @AUTOCONF@
  92. AUTOHEADER = @AUTOHEADER@
  93. AUTOMAKE = @AUTOMAKE@
  94. AWK = @AWK@
  95. CC = @CC@
  96. CCDEPMODE = @CCDEPMODE@
  97. CFLAGS = @CFLAGS@
  98. CHANGELOG_CMD = @CHANGELOG_CMD@
  99. CPP = @CPP@
  100. CPPFLAGS = @CPPFLAGS@
  101. CWARNFLAGS = @CWARNFLAGS@
  102. CXX = @CXX@
  103. CXXCPP = @CXXCPP@
  104. CXXDEPMODE = @CXXDEPMODE@
  105. CXXFLAGS = @CXXFLAGS@
  106. CYGPATH_W = @CYGPATH_W@
  107. DEFS = @DEFS@
  108. DEPDIR = @DEPDIR@
  109. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  110. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  111. DRIVER_NAME = @DRIVER_NAME@
  112. DSYMUTIL = @DSYMUTIL@
  113. ECHO = @ECHO@
  114. ECHO_C = @ECHO_C@
  115. ECHO_N = @ECHO_N@
  116. ECHO_T = @ECHO_T@
  117. EGREP = @EGREP@
  118. EXEEXT = @EXEEXT@
  119. F77 = @F77@
  120. FFLAGS = @FFLAGS@
  121. FILE_MAN_DIR = @FILE_MAN_DIR@
  122. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  123. GREP = @GREP@
  124. INSTALL_CMD = @INSTALL_CMD@
  125. INSTALL_DATA = @INSTALL_DATA@
  126. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  127. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  128. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  129. LDFLAGS = @LDFLAGS@
  130. LIBOBJS = @LIBOBJS@
  131. LIBS = @LIBS@
  132. LIBTOOL = @LIBTOOL@
  133. LIB_MAN_DIR = @LIB_MAN_DIR@
  134. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  135. LN_S = @LN_S@
  136. LTLIBOBJS = @LTLIBOBJS@
  137. MAINT = @MAINT@
  138. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  139. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  140. MAKEINFO = @MAKEINFO@
  141. MAN_SUBSTS = \
  142. -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
  143. -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
  144. -e 's|__xservername__|Xorg|g' \
  145. -e 's|__xconfigfile__|xorg.conf|g' \
  146. -e 's|__projectroot__|$(prefix)|g' \
  147. -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
  148. -e 's|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g' \
  149. -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
  150. -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
  151. -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
  152. MISC_MAN_DIR = @MISC_MAN_DIR@
  153. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  154. NMEDIT = @NMEDIT@
  155. OBJEXT = @OBJEXT@
  156. PACKAGE = @PACKAGE@
  157. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  158. PACKAGE_NAME = @PACKAGE_NAME@
  159. PACKAGE_STRING = @PACKAGE_STRING@
  160. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  161. PACKAGE_VERSION = @PACKAGE_VERSION@
  162. PATH_SEPARATOR = @PATH_SEPARATOR@
  163. PKG_CONFIG = @PKG_CONFIG@
  164. RANLIB = @RANLIB@
  165. SED = sed
  166. SET_MAKE = @SET_MAKE@
  167. SHELL = @SHELL@
  168. STRIP = @STRIP@
  169. VERSION = @VERSION@
  170. XORG_CFLAGS = @XORG_CFLAGS@
  171. XORG_LIBS = @XORG_LIBS@
  172. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  173. ac_ct_CC = @ac_ct_CC@
  174. ac_ct_CXX = @ac_ct_CXX@
  175. ac_ct_F77 = @ac_ct_F77@
  176. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  177. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  178. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  179. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  180. am__include = @am__include@
  181. am__leading_dot = @am__leading_dot@
  182. am__quote = @am__quote@
  183. am__tar = @am__tar@
  184. am__untar = @am__untar@
  185. bindir = @bindir@
  186. build = @build@
  187. build_alias = @build_alias@
  188. build_cpu = @build_cpu@
  189. build_os = @build_os@
  190. build_vendor = @build_vendor@
  191. datadir = @datadir@
  192. datarootdir = @datarootdir@
  193. docdir = @docdir@
  194. dvidir = @dvidir@
  195. exec_prefix = @exec_prefix@
  196. host = @host@
  197. host_alias = @host_alias@
  198. host_cpu = @host_cpu@
  199. host_os = @host_os@
  200. host_vendor = @host_vendor@
  201. htmldir = @htmldir@
  202. includedir = @includedir@
  203. infodir = @infodir@
  204. inputdir = @inputdir@
  205. install_sh = @install_sh@
  206. libdir = @libdir@
  207. libexecdir = @libexecdir@
  208. localedir = @localedir@
  209. localstatedir = @localstatedir@
  210. mandir = @mandir@
  211. mkdir_p = @mkdir_p@
  212. oldincludedir = @oldincludedir@
  213. pdfdir = @pdfdir@
  214. prefix = @prefix@
  215. program_transform_name = @program_transform_name@
  216. psdir = @psdir@
  217. sbindir = @sbindir@
  218. sharedstatedir = @sharedstatedir@
  219. sysconfdir = @sysconfdir@
  220. target_alias = @target_alias@
  221. drivermandir = $(DRIVER_MAN_DIR)
  222. driverman_PRE = @DRIVER_NAME@.man
  223. driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@)
  224. EXTRA_DIST = @DRIVER_NAME@.man
  225. CLEANFILES = $(driverman_DATA)
  226. # Strings to replace in man pages
  227. XORGRELSTRING = @PACKAGE_STRING@
  228. XORGMANNAME = X Version 11
  229. SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
  230. all: all-am
  231. .SUFFIXES:
  232. .SUFFIXES: .$(DRIVER_MAN_SUFFIX) .man
  233. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  234. @for dep in $?; do \
  235. case '$(am__configure_deps)' in \
  236. *$$dep*) \
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  238. && exit 0; \
  239. exit 1;; \
  240. esac; \
  241. done; \
  242. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
  243. cd $(top_srcdir) && \
  244. $(AUTOMAKE) --foreign man/Makefile
  245. .PRECIOUS: Makefile
  246. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  247. @case '$?' in \
  248. *config.status*) \
  249. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  250. *) \
  251. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  252. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  253. esac;
  254. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. mostlyclean-libtool:
  261. -rm -f *.lo
  262. clean-libtool:
  263. -rm -rf .libs _libs
  264. distclean-libtool:
  265. -rm -f libtool
  266. uninstall-info-am:
  267. install-drivermanDATA: $(driverman_DATA)
  268. @$(NORMAL_INSTALL)
  269. test -z "$(drivermandir)" || $(mkdir_p) "$(DESTDIR)$(drivermandir)"
  270. @list='$(driverman_DATA)'; for p in $$list; do \
  271. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  272. f=$(am__strip_dir) \
  273. echo " $(drivermanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(drivermandir)/$$f'"; \
  274. $(drivermanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(drivermandir)/$$f"; \
  275. done
  276. uninstall-drivermanDATA:
  277. @$(NORMAL_UNINSTALL)
  278. @list='$(driverman_DATA)'; for p in $$list; do \
  279. f=$(am__strip_dir) \
  280. echo " rm -f '$(DESTDIR)$(drivermandir)/$$f'"; \
  281. rm -f "$(DESTDIR)$(drivermandir)/$$f"; \
  282. done
  283. tags: TAGS
  284. TAGS:
  285. ctags: CTAGS
  286. CTAGS:
  287. distdir: $(DISTFILES)
  288. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  289. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  290. list='$(DISTFILES)'; for file in $$list; do \
  291. case $$file in \
  292. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  293. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  294. esac; \
  295. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  296. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  297. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  298. dir="/$$dir"; \
  299. $(mkdir_p) "$(distdir)$$dir"; \
  300. else \
  301. dir=''; \
  302. fi; \
  303. if test -d $$d/$$file; then \
  304. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  305. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  306. fi; \
  307. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  308. else \
  309. test -f $(distdir)/$$file \
  310. || cp -p $$d/$$file $(distdir)/$$file \
  311. || exit 1; \
  312. fi; \
  313. done
  314. check-am: all-am
  315. check: check-am
  316. all-am: Makefile $(DATA)
  317. installdirs:
  318. for dir in "$(DESTDIR)$(drivermandir)"; do \
  319. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  320. done
  321. install: install-am
  322. install-exec: install-exec-am
  323. install-data: install-data-am
  324. uninstall: uninstall-am
  325. install-am: all-am
  326. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  327. installcheck: installcheck-am
  328. install-strip:
  329. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  330. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  331. `test -z '$(STRIP)' || \
  332. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  333. mostlyclean-generic:
  334. clean-generic:
  335. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  336. distclean-generic:
  337. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  338. maintainer-clean-generic:
  339. @echo "This command is intended for maintainers to use"
  340. @echo "it deletes files that may require special tools to rebuild."
  341. clean: clean-am
  342. clean-am: clean-generic clean-libtool mostlyclean-am
  343. distclean: distclean-am
  344. -rm -f Makefile
  345. distclean-am: clean-am distclean-generic distclean-libtool
  346. dvi: dvi-am
  347. dvi-am:
  348. html: html-am
  349. info: info-am
  350. info-am:
  351. install-data-am: install-drivermanDATA
  352. install-exec-am:
  353. install-info: install-info-am
  354. install-man:
  355. installcheck-am:
  356. maintainer-clean: maintainer-clean-am
  357. -rm -f Makefile
  358. maintainer-clean-am: distclean-am maintainer-clean-generic
  359. mostlyclean: mostlyclean-am
  360. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  361. pdf: pdf-am
  362. pdf-am:
  363. ps: ps-am
  364. ps-am:
  365. uninstall-am: uninstall-drivermanDATA uninstall-info-am
  366. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  367. distclean distclean-generic distclean-libtool distdir dvi \
  368. dvi-am html html-am info info-am install install-am \
  369. install-data install-data-am install-drivermanDATA \
  370. install-exec install-exec-am install-info install-info-am \
  371. install-man install-strip installcheck installcheck-am \
  372. installdirs maintainer-clean maintainer-clean-generic \
  373. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  374. ps ps-am uninstall uninstall-am uninstall-drivermanDATA \
  375. uninstall-info-am
  376. .man.$(DRIVER_MAN_SUFFIX):
  377. sed $(MAN_SUBSTS) < $< > $@
  378. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  379. # Otherwise a system limit (for SysV at least) may be exceeded.
  380. .NOEXPORT: