Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = .
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. subdir = .
  34. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  35. $(srcdir)/Makefile.in $(srcdir)/xf86bigfontproto.pc.in \
  36. $(top_srcdir)/configure $(xf86bigfont_HEADERS) COPYING \
  37. ChangeLog install-sh missing mkinstalldirs
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  43. configure.lineno configure.status.lineno
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  45. CONFIG_CLEAN_FILES = xf86bigfontproto.pc
  46. SOURCES =
  47. DIST_SOURCES =
  48. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  49. am__vpath_adj = case $$p in \
  50. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  51. *) f=$$p;; \
  52. esac;
  53. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  54. am__installdirs = "$(DESTDIR)$(pkgconfigdir)" \
  55. "$(DESTDIR)$(xf86bigfontdir)"
  56. pkgconfigDATA_INSTALL = $(INSTALL_DATA)
  57. DATA = $(pkgconfig_DATA)
  58. xf86bigfontHEADERS_INSTALL = $(INSTALL_HEADER)
  59. HEADERS = $(xf86bigfont_HEADERS)
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  63. distdir = $(PACKAGE)-$(VERSION)
  64. top_distdir = $(distdir)
  65. am__remove_distdir = \
  66. { test ! -d $(distdir) \
  67. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  68. && rm -fr $(distdir); }; }
  69. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  70. GZIP_ENV = --best
  71. distuninstallcheck_listfiles = find . -type f -print
  72. distcleancheck_listfiles = find . -type f -print
  73. ACLOCAL = @ACLOCAL@
  74. AMTAR = @AMTAR@
  75. AUTOCONF = @AUTOCONF@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. CYGPATH_W = @CYGPATH_W@
  80. DEFS = @DEFS@
  81. ECHO_C = @ECHO_C@
  82. ECHO_N = @ECHO_N@
  83. ECHO_T = @ECHO_T@
  84. INSTALL_DATA = @INSTALL_DATA@
  85. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  86. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  87. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  88. LIBOBJS = @LIBOBJS@
  89. LIBS = @LIBS@
  90. LTLIBOBJS = @LTLIBOBJS@
  91. MAKEINFO = @MAKEINFO@
  92. PACKAGE = @PACKAGE@
  93. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  94. PACKAGE_NAME = @PACKAGE_NAME@
  95. PACKAGE_STRING = @PACKAGE_STRING@
  96. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  97. PACKAGE_VERSION = @PACKAGE_VERSION@
  98. PATH_SEPARATOR = @PATH_SEPARATOR@
  99. SET_MAKE = @SET_MAKE@
  100. SHELL = @SHELL@
  101. STRIP = @STRIP@
  102. VERSION = @VERSION@
  103. ac_ct_STRIP = @ac_ct_STRIP@
  104. am__leading_dot = @am__leading_dot@
  105. am__tar = @am__tar@
  106. am__untar = @am__untar@
  107. bindir = @bindir@
  108. build_alias = @build_alias@
  109. datadir = @datadir@
  110. exec_prefix = @exec_prefix@
  111. host_alias = @host_alias@
  112. includedir = @includedir@
  113. infodir = @infodir@
  114. install_sh = @install_sh@
  115. libdir = @libdir@
  116. libexecdir = @libexecdir@
  117. localstatedir = @localstatedir@
  118. mandir = @mandir@
  119. mkdir_p = @mkdir_p@
  120. oldincludedir = @oldincludedir@
  121. prefix = @prefix@
  122. program_transform_name = @program_transform_name@
  123. sbindir = @sbindir@
  124. sharedstatedir = @sharedstatedir@
  125. sysconfdir = @sysconfdir@
  126. target_alias = @target_alias@
  127. xf86bigfontdir = $(includedir)/X11/extensions
  128. xf86bigfont_HEADERS = \
  129. xf86bigfont.h \
  130. xf86bigfstr.h
  131. pkgconfigdir = $(libdir)/pkgconfig
  132. pkgconfig_DATA = xf86bigfontproto.pc
  133. EXTRA_DIST = autogen.sh xf86bigfontproto.pc.in
  134. all: all-am
  135. .SUFFIXES:
  136. am--refresh:
  137. @:
  138. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  139. @for dep in $?; do \
  140. case '$(am__configure_deps)' in \
  141. *$$dep*) \
  142. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
  143. cd $(srcdir) && $(AUTOMAKE) --foreign \
  144. && exit 0; \
  145. exit 1;; \
  146. esac; \
  147. done; \
  148. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  149. cd $(top_srcdir) && \
  150. $(AUTOMAKE) --foreign Makefile
  151. .PRECIOUS: Makefile
  152. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  153. @case '$?' in \
  154. *config.status*) \
  155. echo ' $(SHELL) ./config.status'; \
  156. $(SHELL) ./config.status;; \
  157. *) \
  158. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  159. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  160. esac;
  161. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  162. $(SHELL) ./config.status --recheck
  163. $(top_srcdir)/configure: $(am__configure_deps)
  164. cd $(srcdir) && $(AUTOCONF)
  165. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  166. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  167. xf86bigfontproto.pc: $(top_builddir)/config.status $(srcdir)/xf86bigfontproto.pc.in
  168. cd $(top_builddir) && $(SHELL) ./config.status $@
  169. uninstall-info-am:
  170. install-pkgconfigDATA: $(pkgconfig_DATA)
  171. @$(NORMAL_INSTALL)
  172. test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
  173. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  174. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  175. f=$(am__strip_dir) \
  176. echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  177. $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  178. done
  179. uninstall-pkgconfigDATA:
  180. @$(NORMAL_UNINSTALL)
  181. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  182. f=$(am__strip_dir) \
  183. echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
  184. rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
  185. done
  186. install-xf86bigfontHEADERS: $(xf86bigfont_HEADERS)
  187. @$(NORMAL_INSTALL)
  188. test -z "$(xf86bigfontdir)" || $(mkdir_p) "$(DESTDIR)$(xf86bigfontdir)"
  189. @list='$(xf86bigfont_HEADERS)'; for p in $$list; do \
  190. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  191. f=$(am__strip_dir) \
  192. echo " $(xf86bigfontHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(xf86bigfontdir)/$$f'"; \
  193. $(xf86bigfontHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(xf86bigfontdir)/$$f"; \
  194. done
  195. uninstall-xf86bigfontHEADERS:
  196. @$(NORMAL_UNINSTALL)
  197. @list='$(xf86bigfont_HEADERS)'; for p in $$list; do \
  198. f=$(am__strip_dir) \
  199. echo " rm -f '$(DESTDIR)$(xf86bigfontdir)/$$f'"; \
  200. rm -f "$(DESTDIR)$(xf86bigfontdir)/$$f"; \
  201. done
  202. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  203. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  204. unique=`for i in $$list; do \
  205. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  206. done | \
  207. $(AWK) ' { files[$$0] = 1; } \
  208. END { for (i in files) print i; }'`; \
  209. mkid -fID $$unique
  210. tags: TAGS
  211. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  212. $(TAGS_FILES) $(LISP)
  213. tags=; \
  214. here=`pwd`; \
  215. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  216. unique=`for i in $$list; do \
  217. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  218. done | \
  219. $(AWK) ' { files[$$0] = 1; } \
  220. END { for (i in files) print i; }'`; \
  221. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  222. test -n "$$unique" || unique=$$empty_fix; \
  223. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  224. $$tags $$unique; \
  225. fi
  226. ctags: CTAGS
  227. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  228. $(TAGS_FILES) $(LISP)
  229. tags=; \
  230. here=`pwd`; \
  231. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  232. unique=`for i in $$list; do \
  233. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  234. done | \
  235. $(AWK) ' { files[$$0] = 1; } \
  236. END { for (i in files) print i; }'`; \
  237. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  238. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  239. $$tags $$unique
  240. GTAGS:
  241. here=`$(am__cd) $(top_builddir) && pwd` \
  242. && cd $(top_srcdir) \
  243. && gtags -i $(GTAGS_ARGS) $$here
  244. distclean-tags:
  245. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  246. distdir: $(DISTFILES)
  247. $(am__remove_distdir)
  248. mkdir $(distdir)
  249. $(mkdir_p) $(distdir)/.
  250. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  251. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  252. list='$(DISTFILES)'; for file in $$list; do \
  253. case $$file in \
  254. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  255. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  256. esac; \
  257. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  258. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  259. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  260. dir="/$$dir"; \
  261. $(mkdir_p) "$(distdir)$$dir"; \
  262. else \
  263. dir=''; \
  264. fi; \
  265. if test -d $$d/$$file; then \
  266. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  267. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  268. fi; \
  269. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  270. else \
  271. test -f $(distdir)/$$file \
  272. || cp -p $$d/$$file $(distdir)/$$file \
  273. || exit 1; \
  274. fi; \
  275. done
  276. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  277. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  278. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  279. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  280. || chmod -R a+r $(distdir)
  281. dist-gzip: distdir
  282. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  283. $(am__remove_distdir)
  284. dist-bzip2: distdir
  285. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  286. $(am__remove_distdir)
  287. dist-tarZ: distdir
  288. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  289. $(am__remove_distdir)
  290. dist-shar: distdir
  291. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  292. $(am__remove_distdir)
  293. dist-zip: distdir
  294. -rm -f $(distdir).zip
  295. zip -rq $(distdir).zip $(distdir)
  296. $(am__remove_distdir)
  297. dist dist-all: distdir
  298. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  299. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  300. $(am__remove_distdir)
  301. # This target untars the dist file and tries a VPATH configuration. Then
  302. # it guarantees that the distribution is self-contained by making another
  303. # tarfile.
  304. distcheck: dist
  305. case '$(DIST_ARCHIVES)' in \
  306. *.tar.gz*) \
  307. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  308. *.tar.bz2*) \
  309. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  310. *.tar.Z*) \
  311. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  312. *.shar.gz*) \
  313. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  314. *.zip*) \
  315. unzip $(distdir).zip ;;\
  316. esac
  317. chmod -R a-w $(distdir); chmod a+w $(distdir)
  318. mkdir $(distdir)/_build
  319. mkdir $(distdir)/_inst
  320. chmod a-w $(distdir)
  321. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  322. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  323. && cd $(distdir)/_build \
  324. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  325. $(DISTCHECK_CONFIGURE_FLAGS) \
  326. && $(MAKE) $(AM_MAKEFLAGS) \
  327. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  328. && $(MAKE) $(AM_MAKEFLAGS) check \
  329. && $(MAKE) $(AM_MAKEFLAGS) install \
  330. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  331. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  332. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  333. distuninstallcheck \
  334. && chmod -R a-w "$$dc_install_base" \
  335. && ({ \
  336. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  337. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  338. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  339. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  340. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  341. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  342. && rm -rf "$$dc_destdir" \
  343. && $(MAKE) $(AM_MAKEFLAGS) dist \
  344. && rm -rf $(DIST_ARCHIVES) \
  345. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  346. $(am__remove_distdir)
  347. @(echo "$(distdir) archives ready for distribution: "; \
  348. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  349. sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  350. distuninstallcheck:
  351. @cd $(distuninstallcheck_dir) \
  352. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  353. || { echo "ERROR: files left after uninstall:" ; \
  354. if test -n "$(DESTDIR)"; then \
  355. echo " (check DESTDIR support)"; \
  356. fi ; \
  357. $(distuninstallcheck_listfiles) ; \
  358. exit 1; } >&2
  359. distcleancheck: distclean
  360. @if test '$(srcdir)' = . ; then \
  361. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  362. exit 1 ; \
  363. fi
  364. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  365. || { echo "ERROR: files left in build directory after distclean:" ; \
  366. $(distcleancheck_listfiles) ; \
  367. exit 1; } >&2
  368. check-am: all-am
  369. check: check-am
  370. all-am: Makefile $(DATA) $(HEADERS)
  371. installdirs:
  372. for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xf86bigfontdir)"; do \
  373. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  374. done
  375. install: install-am
  376. install-exec: install-exec-am
  377. install-data: install-data-am
  378. uninstall: uninstall-am
  379. install-am: all-am
  380. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  381. installcheck: installcheck-am
  382. install-strip:
  383. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  384. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  385. `test -z '$(STRIP)' || \
  386. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  387. mostlyclean-generic:
  388. clean-generic:
  389. distclean-generic:
  390. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  391. maintainer-clean-generic:
  392. @echo "This command is intended for maintainers to use"
  393. @echo "it deletes files that may require special tools to rebuild."
  394. clean: clean-am
  395. clean-am: clean-generic mostlyclean-am
  396. distclean: distclean-am
  397. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  398. -rm -f Makefile
  399. distclean-am: clean-am distclean-generic distclean-tags
  400. dvi: dvi-am
  401. dvi-am:
  402. html: html-am
  403. info: info-am
  404. info-am:
  405. install-data-am: install-pkgconfigDATA install-xf86bigfontHEADERS
  406. install-exec-am:
  407. install-info: install-info-am
  408. install-man:
  409. installcheck-am:
  410. maintainer-clean: maintainer-clean-am
  411. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  412. -rm -rf $(top_srcdir)/autom4te.cache
  413. -rm -f Makefile
  414. maintainer-clean-am: distclean-am maintainer-clean-generic
  415. mostlyclean: mostlyclean-am
  416. mostlyclean-am: mostlyclean-generic
  417. pdf: pdf-am
  418. pdf-am:
  419. ps: ps-am
  420. ps-am:
  421. uninstall-am: uninstall-info-am uninstall-pkgconfigDATA \
  422. uninstall-xf86bigfontHEADERS
  423. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  424. clean-generic ctags dist dist-all dist-bzip2 dist-gzip \
  425. dist-shar dist-tarZ dist-zip distcheck distclean \
  426. distclean-generic distclean-tags distcleancheck distdir \
  427. distuninstallcheck dvi dvi-am html html-am info info-am \
  428. install install-am install-data install-data-am install-exec \
  429. install-exec-am install-info install-info-am install-man \
  430. install-pkgconfigDATA install-strip install-xf86bigfontHEADERS \
  431. installcheck installcheck-am installdirs maintainer-clean \
  432. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  433. pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am \
  434. uninstall-pkgconfigDATA uninstall-xf86bigfontHEADERS
  435. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  436. # Otherwise a system limit (for SysV at least) may be exceeded.
  437. .NOEXPORT: