Makefile.in 29 KB

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