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