Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Copyright © 2003 Keith Packard, Noah Levitt
  14. #
  15. # Permission to use, copy, modify, distribute, and sell this software and its
  16. # documentation for any purpose is hereby granted without fee, provided that
  17. # the above copyright notice appear in all copies and that both that
  18. # copyright notice and this permission notice appear in supporting
  19. # documentation, and that the name of Keith Packard not be used in
  20. # advertising or publicity pertaining to distribution of the software without
  21. # specific, written prior permission. Keith Packard makes no
  22. # representations about the suitability of this software for any purpose. It
  23. # is provided "as is" without express or implied warranty.
  24. #
  25. # KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  26. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  27. # EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  28. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  29. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  30. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  31. # PERFORMANCE OF THIS SOFTWARE.
  32. VPATH = @srcdir@
  33. am__make_dryrun = \
  34. { \
  35. am__dry=no; \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  39. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  40. *) \
  41. for am__flg in $$MAKEFLAGS; do \
  42. case $$am__flg in \
  43. *=*|--*) ;; \
  44. *n*) am__dry=yes; break;; \
  45. esac; \
  46. done;; \
  47. esac; \
  48. test $$am__dry = yes; \
  49. }
  50. pkgdatadir = $(datadir)/@PACKAGE@
  51. pkgincludedir = $(includedir)/@PACKAGE@
  52. pkglibdir = $(libdir)/@PACKAGE@
  53. pkglibexecdir = $(libexecdir)/@PACKAGE@
  54. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  55. install_sh_DATA = $(install_sh) -c -m 644
  56. install_sh_PROGRAM = $(install_sh) -c
  57. install_sh_SCRIPT = $(install_sh) -c
  58. INSTALL_HEADER = $(INSTALL_DATA)
  59. transform = $(program_transform_name)
  60. NORMAL_INSTALL = :
  61. PRE_INSTALL = :
  62. POST_INSTALL = :
  63. NORMAL_UNINSTALL = :
  64. PRE_UNINSTALL = :
  65. POST_UNINSTALL = :
  66. build_triplet = @build@
  67. host_triplet = @host@
  68. subdir = .
  69. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  70. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  71. $(srcdir)/xft.pc.in $(top_srcdir)/configure \
  72. $(top_srcdir)/include/X11/Xft/Xft.h.in AUTHORS COPYING \
  73. ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
  74. install-sh ltmain.sh missing
  75. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  76. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  77. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  78. $(ACLOCAL_M4)
  79. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  80. configure.lineno config.status.lineno
  81. mkinstalldirs = $(install_sh) -d
  82. CONFIG_HEADER = config.h $(top_builddir)/include/X11/Xft/Xft.h
  83. CONFIG_CLEAN_FILES = xft.pc
  84. CONFIG_CLEAN_VPATH_FILES =
  85. AM_V_P = $(am__v_P_@AM_V@)
  86. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  87. am__v_P_0 = false
  88. am__v_P_1 = :
  89. AM_V_GEN = $(am__v_GEN_@AM_V@)
  90. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  91. am__v_GEN_0 = @echo " GEN " $@;
  92. am__v_GEN_1 =
  93. AM_V_at = $(am__v_at_@AM_V@)
  94. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  95. am__v_at_0 = @
  96. am__v_at_1 =
  97. SOURCES =
  98. DIST_SOURCES =
  99. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  100. html-recursive info-recursive install-data-recursive \
  101. install-dvi-recursive install-exec-recursive \
  102. install-html-recursive install-info-recursive \
  103. install-pdf-recursive install-ps-recursive install-recursive \
  104. installcheck-recursive installdirs-recursive pdf-recursive \
  105. ps-recursive uninstall-recursive
  106. am__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
  111. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  112. am__vpath_adj = case $$p in \
  113. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  114. *) f=$$p;; \
  115. esac;
  116. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  117. am__install_max = 40
  118. am__nobase_strip_setup = \
  119. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  120. am__nobase_strip = \
  121. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  122. am__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] }'
  129. am__base_list = \
  130. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  131. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  132. am__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. }
  138. am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
  139. DATA = $(pkgconfig_DATA)
  140. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  141. distclean-recursive maintainer-clean-recursive
  142. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  143. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  144. cscope distdir dist dist-all distcheck
  145. ETAGS = etags
  146. CTAGS = ctags
  147. CSCOPE = cscope
  148. DIST_SUBDIRS = $(SUBDIRS)
  149. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  150. distdir = $(PACKAGE)-$(VERSION)
  151. top_distdir = $(distdir)
  152. am__remove_distdir = \
  153. if test -d "$(distdir)"; then \
  154. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  155. && rm -rf "$(distdir)" \
  156. || { sleep 5 && rm -rf "$(distdir)"; }; \
  157. else :; fi
  158. am__post_remove_distdir = $(am__remove_distdir)
  159. am__relativize = \
  160. dir0=`pwd`; \
  161. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  162. sed_rest='s,^[^/]*/*,,'; \
  163. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  164. sed_butlast='s,/*[^/]*$$,,'; \
  165. while test -n "$$dir1"; do \
  166. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  167. if test "$$first" != "."; then \
  168. if test "$$first" = ".."; then \
  169. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  170. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  171. else \
  172. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  173. if test "$$first2" = "$$first"; then \
  174. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  175. else \
  176. dir2="../$$dir2"; \
  177. fi; \
  178. dir0="$$dir0"/"$$first"; \
  179. fi; \
  180. fi; \
  181. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  182. done; \
  183. reldir="$$dir2"
  184. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  185. GZIP_ENV = --best
  186. DIST_TARGETS = dist-bzip2 dist-gzip
  187. distuninstallcheck_listfiles = find . -type f -print
  188. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  189. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  190. distcleancheck_listfiles = find . -type f -print
  191. ACLOCAL = @ACLOCAL@
  192. ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
  193. ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
  194. AMTAR = @AMTAR@
  195. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  196. APP_MAN_DIR = @APP_MAN_DIR@
  197. APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
  198. AR = @AR@
  199. AUTOCONF = @AUTOCONF@
  200. AUTOHEADER = @AUTOHEADER@
  201. AUTOMAKE = @AUTOMAKE@
  202. AWK = @AWK@
  203. BASE_CFLAGS = @BASE_CFLAGS@
  204. CC = @CC@
  205. CCDEPMODE = @CCDEPMODE@
  206. CFLAGS = @CFLAGS@
  207. CHANGELOG_CMD = @CHANGELOG_CMD@
  208. CPP = @CPP@
  209. CPPFLAGS = @CPPFLAGS@
  210. CWARNFLAGS = @CWARNFLAGS@
  211. CYGPATH_W = @CYGPATH_W@
  212. DEFS = @DEFS@
  213. DEPDIR = @DEPDIR@
  214. DLLTOOL = @DLLTOOL@
  215. DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
  216. DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
  217. DSYMUTIL = @DSYMUTIL@
  218. DUMPBIN = @DUMPBIN@
  219. ECHO_C = @ECHO_C@
  220. ECHO_N = @ECHO_N@
  221. ECHO_T = @ECHO_T@
  222. EGREP = @EGREP@
  223. EXEEXT = @EXEEXT@
  224. FGREP = @FGREP@
  225. FILE_MAN_DIR = @FILE_MAN_DIR@
  226. FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
  227. FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
  228. FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
  229. FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
  230. FREETYPE_LIBS = @FREETYPE_LIBS@
  231. GREP = @GREP@
  232. INSTALL = @INSTALL@
  233. INSTALL_CMD = @INSTALL_CMD@
  234. INSTALL_DATA = @INSTALL_DATA@
  235. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  236. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  237. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  238. LD = @LD@
  239. LDFLAGS = @LDFLAGS@
  240. LIBOBJS = @LIBOBJS@
  241. LIBS = @LIBS@
  242. LIBTOOL = @LIBTOOL@
  243. LIB_MAN_DIR = @LIB_MAN_DIR@
  244. LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
  245. LIPO = @LIPO@
  246. LN_S = @LN_S@
  247. LTLIBOBJS = @LTLIBOBJS@
  248. MAKEINFO = @MAKEINFO@
  249. MANIFEST_TOOL = @MANIFEST_TOOL@
  250. MAN_SUBSTS = @MAN_SUBSTS@
  251. MISC_MAN_DIR = @MISC_MAN_DIR@
  252. MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
  253. MKDIR_P = @MKDIR_P@
  254. NM = @NM@
  255. NMEDIT = @NMEDIT@
  256. OBJDUMP = @OBJDUMP@
  257. OBJEXT = @OBJEXT@
  258. OTOOL = @OTOOL@
  259. OTOOL64 = @OTOOL64@
  260. PACKAGE = @PACKAGE@
  261. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  262. PACKAGE_NAME = @PACKAGE_NAME@
  263. PACKAGE_STRING = @PACKAGE_STRING@
  264. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  265. PACKAGE_URL = @PACKAGE_URL@
  266. PACKAGE_VERSION = @PACKAGE_VERSION@
  267. PATH_SEPARATOR = @PATH_SEPARATOR@
  268. PKG_CONFIG = @PKG_CONFIG@
  269. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  270. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  271. RANLIB = @RANLIB@
  272. SED = @SED@
  273. SET_MAKE = @SET_MAKE@
  274. SHELL = @SHELL@
  275. STRICT_CFLAGS = @STRICT_CFLAGS@
  276. STRIP = @STRIP@
  277. VERSION = @VERSION@
  278. XFT_LT_VERSION = @XFT_LT_VERSION@
  279. XORG_MAN_PAGE = @XORG_MAN_PAGE@
  280. XRENDER_CFLAGS = @XRENDER_CFLAGS@
  281. XRENDER_LIBS = @XRENDER_LIBS@
  282. abs_builddir = @abs_builddir@
  283. abs_srcdir = @abs_srcdir@
  284. abs_top_builddir = @abs_top_builddir@
  285. abs_top_srcdir = @abs_top_srcdir@
  286. ac_ct_AR = @ac_ct_AR@
  287. ac_ct_CC = @ac_ct_CC@
  288. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  289. am__include = @am__include@
  290. am__leading_dot = @am__leading_dot@
  291. am__quote = @am__quote@
  292. am__tar = @am__tar@
  293. am__untar = @am__untar@
  294. bindir = @bindir@
  295. build = @build@
  296. build_alias = @build_alias@
  297. build_cpu = @build_cpu@
  298. build_os = @build_os@
  299. build_vendor = @build_vendor@
  300. builddir = @builddir@
  301. datadir = @datadir@
  302. datarootdir = @datarootdir@
  303. docdir = @docdir@
  304. dvidir = @dvidir@
  305. exec_prefix = @exec_prefix@
  306. host = @host@
  307. host_alias = @host_alias@
  308. host_cpu = @host_cpu@
  309. host_os = @host_os@
  310. host_vendor = @host_vendor@
  311. htmldir = @htmldir@
  312. includedir = @includedir@
  313. infodir = @infodir@
  314. install_sh = @install_sh@
  315. libdir = @libdir@
  316. libexecdir = @libexecdir@
  317. localedir = @localedir@
  318. localstatedir = @localstatedir@
  319. mandir = @mandir@
  320. mkdir_p = @mkdir_p@
  321. oldincludedir = @oldincludedir@
  322. pdfdir = @pdfdir@
  323. prefix = @prefix@
  324. program_transform_name = @program_transform_name@
  325. psdir = @psdir@
  326. sbindir = @sbindir@
  327. sharedstatedir = @sharedstatedir@
  328. srcdir = @srcdir@
  329. sysconfdir = @sysconfdir@
  330. target_alias = @target_alias@
  331. top_build_prefix = @top_build_prefix@
  332. top_builddir = @top_builddir@
  333. top_srcdir = @top_srcdir@
  334. SUBDIRS = man src
  335. pkgconfigdir = $(libdir)/pkgconfig
  336. pkgconfig_DATA = xft.pc
  337. MAINTAINERCLEANFILES = ChangeLog INSTALL
  338. all: config.h
  339. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  340. .SUFFIXES:
  341. am--refresh: Makefile
  342. @:
  343. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  344. @for dep in $?; do \
  345. case '$(am__configure_deps)' in \
  346. *$$dep*) \
  347. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  348. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  349. && exit 0; \
  350. exit 1;; \
  351. esac; \
  352. done; \
  353. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  354. $(am__cd) $(top_srcdir) && \
  355. $(AUTOMAKE) --foreign Makefile
  356. .PRECIOUS: Makefile
  357. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  358. @case '$?' in \
  359. *config.status*) \
  360. echo ' $(SHELL) ./config.status'; \
  361. $(SHELL) ./config.status;; \
  362. *) \
  363. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  364. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  365. esac;
  366. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  367. $(SHELL) ./config.status --recheck
  368. $(top_srcdir)/configure: $(am__configure_deps)
  369. $(am__cd) $(srcdir) && $(AUTOCONF)
  370. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  371. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  372. $(am__aclocal_m4_deps):
  373. config.h: stamp-h1
  374. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  375. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  376. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  377. @rm -f stamp-h1
  378. cd $(top_builddir) && $(SHELL) ./config.status config.h
  379. $(srcdir)/config.h.in: $(am__configure_deps)
  380. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  381. rm -f stamp-h1
  382. touch $@
  383. include/X11/Xft/Xft.h: include/X11/Xft/stamp-h2
  384. @if test ! -f $@; then rm -f include/X11/Xft/stamp-h2; else :; fi
  385. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/X11/Xft/stamp-h2; else :; fi
  386. include/X11/Xft/stamp-h2: $(top_srcdir)/include/X11/Xft/Xft.h.in $(top_builddir)/config.status
  387. @rm -f include/X11/Xft/stamp-h2
  388. cd $(top_builddir) && $(SHELL) ./config.status include/X11/Xft/Xft.h
  389. distclean-hdr:
  390. -rm -f config.h stamp-h1 include/X11/Xft/Xft.h include/X11/Xft/stamp-h2
  391. xft.pc: $(top_builddir)/config.status $(srcdir)/xft.pc.in
  392. cd $(top_builddir) && $(SHELL) ./config.status $@
  393. mostlyclean-libtool:
  394. -rm -f *.lo
  395. clean-libtool:
  396. -rm -rf .libs _libs
  397. distclean-libtool:
  398. -rm -f libtool config.lt
  399. install-pkgconfigDATA: $(pkgconfig_DATA)
  400. @$(NORMAL_INSTALL)
  401. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  402. if test -n "$$list"; then \
  403. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  404. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  405. fi; \
  406. for p in $$list; do \
  407. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  408. echo "$$d$$p"; \
  409. done | $(am__base_list) | \
  410. while read files; do \
  411. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  412. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  413. done
  414. uninstall-pkgconfigDATA:
  415. @$(NORMAL_UNINSTALL)
  416. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  417. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  418. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  419. # This directory's subdirectories are mostly independent; you can cd
  420. # into them and run 'make' without going through this Makefile.
  421. # To change the values of 'make' variables: instead of editing Makefiles,
  422. # (1) if the variable is set in 'config.status', edit 'config.status'
  423. # (which will cause the Makefiles to be regenerated when you run 'make');
  424. # (2) otherwise, pass the desired values on the 'make' command line.
  425. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  426. @fail= failcom='exit 1'; \
  427. for f in x $$MAKEFLAGS; do \
  428. case $$f in \
  429. *=* | --[!k]*);; \
  430. *k*) failcom='fail=yes';; \
  431. esac; \
  432. done; \
  433. dot_seen=no; \
  434. target=`echo $@ | sed s/-recursive//`; \
  435. case "$@" in \
  436. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  437. *) list='$(SUBDIRS)' ;; \
  438. esac; \
  439. for subdir in $$list; do \
  440. echo "Making $$target in $$subdir"; \
  441. if test "$$subdir" = "."; then \
  442. dot_seen=yes; \
  443. local_target="$$target-am"; \
  444. else \
  445. local_target="$$target"; \
  446. fi; \
  447. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  448. || eval $$failcom; \
  449. done; \
  450. if test "$$dot_seen" = "no"; then \
  451. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  452. fi; test -z "$$fail"
  453. tags-recursive:
  454. list='$(SUBDIRS)'; for subdir in $$list; do \
  455. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  456. done
  457. ctags-recursive:
  458. list='$(SUBDIRS)'; for subdir in $$list; do \
  459. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  460. done
  461. cscopelist-recursive:
  462. list='$(SUBDIRS)'; for subdir in $$list; do \
  463. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  464. done
  465. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  466. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  467. unique=`for i in $$list; do \
  468. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  469. done | \
  470. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  471. END { if (nonempty) { for (i in files) print i; }; }'`; \
  472. mkid -fID $$unique
  473. tags: TAGS
  474. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  475. $(TAGS_FILES) $(LISP)
  476. set x; \
  477. here=`pwd`; \
  478. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  479. include_option=--etags-include; \
  480. empty_fix=.; \
  481. else \
  482. include_option=--include; \
  483. empty_fix=; \
  484. fi; \
  485. list='$(SUBDIRS)'; for subdir in $$list; do \
  486. if test "$$subdir" = .; then :; else \
  487. test ! -f $$subdir/TAGS || \
  488. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  489. fi; \
  490. done; \
  491. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  492. unique=`for i in $$list; do \
  493. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  494. done | \
  495. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  496. END { if (nonempty) { for (i in files) print i; }; }'`; \
  497. shift; \
  498. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  499. test -n "$$unique" || unique=$$empty_fix; \
  500. if test $$# -gt 0; then \
  501. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  502. "$$@" $$unique; \
  503. else \
  504. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  505. $$unique; \
  506. fi; \
  507. fi
  508. ctags: CTAGS
  509. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  510. $(TAGS_FILES) $(LISP)
  511. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  512. unique=`for i in $$list; do \
  513. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  514. done | \
  515. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  516. END { if (nonempty) { for (i in files) print i; }; }'`; \
  517. test -z "$(CTAGS_ARGS)$$unique" \
  518. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  519. $$unique
  520. GTAGS:
  521. here=`$(am__cd) $(top_builddir) && pwd` \
  522. && $(am__cd) $(top_srcdir) \
  523. && gtags -i $(GTAGS_ARGS) "$$here"
  524. cscope: cscope.files
  525. test ! -s cscope.files \
  526. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  527. clean-cscope:
  528. -rm -f cscope.files
  529. cscope.files: clean-cscope cscopelist-recursive cscopelist
  530. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  531. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  532. case "$(srcdir)" in \
  533. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  534. *) sdir=$(subdir)/$(srcdir) ;; \
  535. esac; \
  536. for i in $$list; do \
  537. if test -f "$$i"; then \
  538. echo "$(subdir)/$$i"; \
  539. else \
  540. echo "$$sdir/$$i"; \
  541. fi; \
  542. done >> $(top_builddir)/cscope.files
  543. distclean-tags:
  544. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  545. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  546. distdir: $(DISTFILES)
  547. $(am__remove_distdir)
  548. test -d "$(distdir)" || mkdir "$(distdir)"
  549. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  550. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  551. list='$(DISTFILES)'; \
  552. dist_files=`for file in $$list; do echo $$file; done | \
  553. sed -e "s|^$$srcdirstrip/||;t" \
  554. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  555. case $$dist_files in \
  556. */*) $(MKDIR_P) `echo "$$dist_files" | \
  557. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  558. sort -u` ;; \
  559. esac; \
  560. for file in $$dist_files; do \
  561. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  562. if test -d $$d/$$file; then \
  563. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  564. if test -d "$(distdir)/$$file"; then \
  565. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  566. fi; \
  567. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  568. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  569. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  570. fi; \
  571. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  572. else \
  573. test -f "$(distdir)/$$file" \
  574. || cp -p $$d/$$file "$(distdir)/$$file" \
  575. || exit 1; \
  576. fi; \
  577. done
  578. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  579. if test "$$subdir" = .; then :; else \
  580. $(am__make_dryrun) \
  581. || test -d "$(distdir)/$$subdir" \
  582. || $(MKDIR_P) "$(distdir)/$$subdir" \
  583. || exit 1; \
  584. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  585. $(am__relativize); \
  586. new_distdir=$$reldir; \
  587. dir1=$$subdir; dir2="$(top_distdir)"; \
  588. $(am__relativize); \
  589. new_top_distdir=$$reldir; \
  590. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  591. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  592. ($(am__cd) $$subdir && \
  593. $(MAKE) $(AM_MAKEFLAGS) \
  594. top_distdir="$$new_top_distdir" \
  595. distdir="$$new_distdir" \
  596. am__remove_distdir=: \
  597. am__skip_length_check=: \
  598. am__skip_mode_fix=: \
  599. distdir) \
  600. || exit 1; \
  601. fi; \
  602. done
  603. $(MAKE) $(AM_MAKEFLAGS) \
  604. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  605. dist-hook
  606. -test -n "$(am__skip_mode_fix)" \
  607. || find "$(distdir)" -type d ! -perm -755 \
  608. -exec chmod u+rwx,go+rx {} \; -o \
  609. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  610. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  611. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  612. || chmod -R a+r "$(distdir)"
  613. dist-gzip: distdir
  614. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  615. $(am__post_remove_distdir)
  616. dist-bzip2: distdir
  617. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  618. $(am__post_remove_distdir)
  619. dist-lzip: distdir
  620. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  621. $(am__post_remove_distdir)
  622. dist-xz: distdir
  623. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  624. $(am__post_remove_distdir)
  625. dist-tarZ: distdir
  626. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  627. $(am__post_remove_distdir)
  628. dist-shar: distdir
  629. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  630. $(am__post_remove_distdir)
  631. dist-zip: distdir
  632. -rm -f $(distdir).zip
  633. zip -rq $(distdir).zip $(distdir)
  634. $(am__post_remove_distdir)
  635. dist dist-all:
  636. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  637. $(am__post_remove_distdir)
  638. # This target untars the dist file and tries a VPATH configuration. Then
  639. # it guarantees that the distribution is self-contained by making another
  640. # tarfile.
  641. distcheck: dist
  642. case '$(DIST_ARCHIVES)' in \
  643. *.tar.gz*) \
  644. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  645. *.tar.bz2*) \
  646. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  647. *.tar.lz*) \
  648. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  649. *.tar.xz*) \
  650. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  651. *.tar.Z*) \
  652. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  653. *.shar.gz*) \
  654. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  655. *.zip*) \
  656. unzip $(distdir).zip ;;\
  657. esac
  658. chmod -R a-w $(distdir)
  659. chmod u+w $(distdir)
  660. mkdir $(distdir)/_build $(distdir)/_inst
  661. chmod a-w $(distdir)
  662. test -d $(distdir)/_build || exit 0; \
  663. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  664. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  665. && am__cwd=`pwd` \
  666. && $(am__cd) $(distdir)/_build \
  667. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  668. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  669. $(DISTCHECK_CONFIGURE_FLAGS) \
  670. && $(MAKE) $(AM_MAKEFLAGS) \
  671. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  672. && $(MAKE) $(AM_MAKEFLAGS) check \
  673. && $(MAKE) $(AM_MAKEFLAGS) install \
  674. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  675. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  676. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  677. distuninstallcheck \
  678. && chmod -R a-w "$$dc_install_base" \
  679. && ({ \
  680. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  681. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  682. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  683. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  684. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  685. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  686. && rm -rf "$$dc_destdir" \
  687. && $(MAKE) $(AM_MAKEFLAGS) dist \
  688. && rm -rf $(DIST_ARCHIVES) \
  689. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  690. && cd "$$am__cwd" \
  691. || exit 1
  692. $(am__post_remove_distdir)
  693. @(echo "$(distdir) archives ready for distribution: "; \
  694. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  695. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  696. distuninstallcheck:
  697. @test -n '$(distuninstallcheck_dir)' || { \
  698. echo 'ERROR: trying to run $@ with an empty' \
  699. '$$(distuninstallcheck_dir)' >&2; \
  700. exit 1; \
  701. }; \
  702. $(am__cd) '$(distuninstallcheck_dir)' || { \
  703. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  704. exit 1; \
  705. }; \
  706. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  707. || { echo "ERROR: files left after uninstall:" ; \
  708. if test -n "$(DESTDIR)"; then \
  709. echo " (check DESTDIR support)"; \
  710. fi ; \
  711. $(distuninstallcheck_listfiles) ; \
  712. exit 1; } >&2
  713. distcleancheck: distclean
  714. @if test '$(srcdir)' = . ; then \
  715. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  716. exit 1 ; \
  717. fi
  718. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  719. || { echo "ERROR: files left in build directory after distclean:" ; \
  720. $(distcleancheck_listfiles) ; \
  721. exit 1; } >&2
  722. check-am: all-am
  723. check: check-recursive
  724. all-am: Makefile $(DATA) config.h
  725. installdirs: installdirs-recursive
  726. installdirs-am:
  727. for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
  728. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  729. done
  730. install: install-recursive
  731. install-exec: install-exec-recursive
  732. install-data: install-data-recursive
  733. uninstall: uninstall-recursive
  734. install-am: all-am
  735. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  736. installcheck: installcheck-recursive
  737. install-strip:
  738. if test -z '$(STRIP)'; then \
  739. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  740. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  741. install; \
  742. else \
  743. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  744. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  745. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  746. fi
  747. mostlyclean-generic:
  748. clean-generic:
  749. distclean-generic:
  750. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  751. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  752. maintainer-clean-generic:
  753. @echo "This command is intended for maintainers to use"
  754. @echo "it deletes files that may require special tools to rebuild."
  755. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  756. clean: clean-recursive
  757. clean-am: clean-generic clean-libtool mostlyclean-am
  758. distclean: distclean-recursive
  759. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  760. -rm -f Makefile
  761. distclean-am: clean-am distclean-generic distclean-hdr \
  762. distclean-libtool distclean-tags
  763. dvi: dvi-recursive
  764. dvi-am:
  765. html: html-recursive
  766. html-am:
  767. info: info-recursive
  768. info-am:
  769. install-data-am: install-pkgconfigDATA
  770. install-dvi: install-dvi-recursive
  771. install-dvi-am:
  772. install-exec-am:
  773. install-html: install-html-recursive
  774. install-html-am:
  775. install-info: install-info-recursive
  776. install-info-am:
  777. install-man:
  778. install-pdf: install-pdf-recursive
  779. install-pdf-am:
  780. install-ps: install-ps-recursive
  781. install-ps-am:
  782. installcheck-am:
  783. maintainer-clean: maintainer-clean-recursive
  784. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  785. -rm -rf $(top_srcdir)/autom4te.cache
  786. -rm -f Makefile
  787. maintainer-clean-am: distclean-am maintainer-clean-generic
  788. mostlyclean: mostlyclean-recursive
  789. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  790. pdf: pdf-recursive
  791. pdf-am:
  792. ps: ps-recursive
  793. ps-am:
  794. uninstall-am: uninstall-pkgconfigDATA
  795. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  796. cscopelist-recursive ctags-recursive install-am install-strip \
  797. tags-recursive
  798. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  799. all all-am am--refresh check check-am clean clean-cscope \
  800. clean-generic clean-libtool cscope cscopelist \
  801. cscopelist-recursive ctags ctags-recursive dist dist-all \
  802. dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
  803. dist-xz dist-zip distcheck distclean distclean-generic \
  804. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  805. distdir distuninstallcheck dvi dvi-am html html-am info \
  806. info-am install install-am install-data install-data-am \
  807. install-dvi install-dvi-am install-exec install-exec-am \
  808. install-html install-html-am install-info install-info-am \
  809. install-man install-pdf install-pdf-am install-pkgconfigDATA \
  810. install-ps install-ps-am install-strip installcheck \
  811. installcheck-am installdirs installdirs-am maintainer-clean \
  812. maintainer-clean-generic mostlyclean mostlyclean-generic \
  813. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  814. uninstall uninstall-am uninstall-pkgconfigDATA
  815. .PHONY: ChangeLog INSTALL
  816. INSTALL:
  817. $(INSTALL_CMD)
  818. ChangeLog:
  819. $(CHANGELOG_CMD)
  820. dist-hook: ChangeLog INSTALL
  821. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  822. # Otherwise a system limit (for SysV at least) may be exceeded.
  823. .NOEXPORT: