Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  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 = xkbprint$(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 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_xkbprint_OBJECTS = psgeom.$(OBJEXT) utils.$(OBJEXT) \
  87. xkbprint.$(OBJEXT)
  88. xkbprint_OBJECTS = $(am_xkbprint_OBJECTS)
  89. am__DEPENDENCIES_1 =
  90. xkbprint_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 = $(xkbprint_SOURCES)
  120. DIST_SOURCES = $(xkbprint_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. STRICT_CFLAGS = @STRICT_CFLAGS@
  249. STRIP = @STRIP@
  250. VERSION = @VERSION@
  251. XKBPRINT_CFLAGS = @XKBPRINT_CFLAGS@
  252. XKBPRINT_LIBS = @XKBPRINT_LIBS@
  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 = $(CWARNFLAGS) $(XKBPRINT_CFLAGS)
  306. xkbprint_LDADD = $(XKBPRINT_LIBS)
  307. xkbprint_SOURCES = \
  308. isokeys.h \
  309. psgeom.c \
  310. utils.c \
  311. utils.h \
  312. xkbprint.c \
  313. xkbprint.h
  314. MAINTAINERCLEANFILES = ChangeLog INSTALL
  315. all: config.h
  316. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  317. .SUFFIXES:
  318. .SUFFIXES: .c .o .obj
  319. am--refresh: Makefile
  320. @:
  321. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  322. @for dep in $?; do \
  323. case '$(am__configure_deps)' in \
  324. *$$dep*) \
  325. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  326. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  327. && exit 0; \
  328. exit 1;; \
  329. esac; \
  330. done; \
  331. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  332. $(am__cd) $(top_srcdir) && \
  333. $(AUTOMAKE) --foreign Makefile
  334. .PRECIOUS: Makefile
  335. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  336. @case '$?' in \
  337. *config.status*) \
  338. echo ' $(SHELL) ./config.status'; \
  339. $(SHELL) ./config.status;; \
  340. *) \
  341. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  342. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  343. esac;
  344. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  345. $(SHELL) ./config.status --recheck
  346. $(top_srcdir)/configure: $(am__configure_deps)
  347. $(am__cd) $(srcdir) && $(AUTOCONF)
  348. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  349. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  350. $(am__aclocal_m4_deps):
  351. config.h: stamp-h1
  352. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  353. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  354. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  355. @rm -f stamp-h1
  356. cd $(top_builddir) && $(SHELL) ./config.status config.h
  357. $(srcdir)/config.h.in: $(am__configure_deps)
  358. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  359. rm -f stamp-h1
  360. touch $@
  361. distclean-hdr:
  362. -rm -f config.h stamp-h1
  363. install-binPROGRAMS: $(bin_PROGRAMS)
  364. @$(NORMAL_INSTALL)
  365. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  366. if test -n "$$list"; then \
  367. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  368. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  369. fi; \
  370. for p in $$list; do echo "$$p $$p"; done | \
  371. sed 's/$(EXEEXT)$$//' | \
  372. while read p p1; do if test -f $$p; \
  373. then echo "$$p"; echo "$$p"; else :; fi; \
  374. done | \
  375. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  376. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  377. sed 'N;N;N;s,\n, ,g' | \
  378. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  379. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  380. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  381. else { print "f", $$3 "/" $$4, $$1; } } \
  382. END { for (d in files) print "f", d, files[d] }' | \
  383. while read type dir files; do \
  384. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  385. test -z "$$files" || { \
  386. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  387. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  388. } \
  389. ; done
  390. uninstall-binPROGRAMS:
  391. @$(NORMAL_UNINSTALL)
  392. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  393. files=`for p in $$list; do echo "$$p"; done | \
  394. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  395. -e 's/$$/$(EXEEXT)/' `; \
  396. test -n "$$list" || exit 0; \
  397. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  398. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  399. clean-binPROGRAMS:
  400. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  401. xkbprint$(EXEEXT): $(xkbprint_OBJECTS) $(xkbprint_DEPENDENCIES) $(EXTRA_xkbprint_DEPENDENCIES)
  402. @rm -f xkbprint$(EXEEXT)
  403. $(AM_V_CCLD)$(LINK) $(xkbprint_OBJECTS) $(xkbprint_LDADD) $(LIBS)
  404. mostlyclean-compile:
  405. -rm -f *.$(OBJEXT)
  406. distclean-compile:
  407. -rm -f *.tab.c
  408. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psgeom.Po@am__quote@
  409. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
  410. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xkbprint.Po@am__quote@
  411. .c.o:
  412. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  413. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  414. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  415. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  416. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  417. .c.obj:
  418. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  419. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  420. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  421. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  422. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  423. # This directory's subdirectories are mostly independent; you can cd
  424. # into them and run 'make' without going through this Makefile.
  425. # To change the values of 'make' variables: instead of editing Makefiles,
  426. # (1) if the variable is set in 'config.status', edit 'config.status'
  427. # (which will cause the Makefiles to be regenerated when you run 'make');
  428. # (2) otherwise, pass the desired values on the 'make' command line.
  429. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  430. @fail= failcom='exit 1'; \
  431. for f in x $$MAKEFLAGS; do \
  432. case $$f in \
  433. *=* | --[!k]*);; \
  434. *k*) failcom='fail=yes';; \
  435. esac; \
  436. done; \
  437. dot_seen=no; \
  438. target=`echo $@ | sed s/-recursive//`; \
  439. case "$@" in \
  440. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  441. *) list='$(SUBDIRS)' ;; \
  442. esac; \
  443. for subdir in $$list; do \
  444. echo "Making $$target in $$subdir"; \
  445. if test "$$subdir" = "."; then \
  446. dot_seen=yes; \
  447. local_target="$$target-am"; \
  448. else \
  449. local_target="$$target"; \
  450. fi; \
  451. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  452. || eval $$failcom; \
  453. done; \
  454. if test "$$dot_seen" = "no"; then \
  455. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  456. fi; test -z "$$fail"
  457. tags-recursive:
  458. list='$(SUBDIRS)'; for subdir in $$list; do \
  459. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  460. done
  461. ctags-recursive:
  462. list='$(SUBDIRS)'; for subdir in $$list; do \
  463. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  464. done
  465. cscopelist-recursive:
  466. list='$(SUBDIRS)'; for subdir in $$list; do \
  467. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  468. done
  469. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  470. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  471. unique=`for i in $$list; do \
  472. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  473. done | \
  474. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  475. END { if (nonempty) { for (i in files) print i; }; }'`; \
  476. mkid -fID $$unique
  477. tags: TAGS
  478. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  479. $(TAGS_FILES) $(LISP)
  480. set x; \
  481. here=`pwd`; \
  482. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  483. include_option=--etags-include; \
  484. empty_fix=.; \
  485. else \
  486. include_option=--include; \
  487. empty_fix=; \
  488. fi; \
  489. list='$(SUBDIRS)'; for subdir in $$list; do \
  490. if test "$$subdir" = .; then :; else \
  491. test ! -f $$subdir/TAGS || \
  492. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  493. fi; \
  494. done; \
  495. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  496. unique=`for i in $$list; do \
  497. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  498. done | \
  499. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  500. END { if (nonempty) { for (i in files) print i; }; }'`; \
  501. shift; \
  502. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  503. test -n "$$unique" || unique=$$empty_fix; \
  504. if test $$# -gt 0; then \
  505. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  506. "$$@" $$unique; \
  507. else \
  508. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  509. $$unique; \
  510. fi; \
  511. fi
  512. ctags: CTAGS
  513. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  514. $(TAGS_FILES) $(LISP)
  515. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  516. unique=`for i in $$list; do \
  517. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  518. done | \
  519. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  520. END { if (nonempty) { for (i in files) print i; }; }'`; \
  521. test -z "$(CTAGS_ARGS)$$unique" \
  522. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  523. $$unique
  524. GTAGS:
  525. here=`$(am__cd) $(top_builddir) && pwd` \
  526. && $(am__cd) $(top_srcdir) \
  527. && gtags -i $(GTAGS_ARGS) "$$here"
  528. cscope: cscope.files
  529. test ! -s cscope.files \
  530. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  531. clean-cscope:
  532. -rm -f cscope.files
  533. cscope.files: clean-cscope cscopelist-recursive cscopelist
  534. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  535. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  536. case "$(srcdir)" in \
  537. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  538. *) sdir=$(subdir)/$(srcdir) ;; \
  539. esac; \
  540. for i in $$list; do \
  541. if test -f "$$i"; then \
  542. echo "$(subdir)/$$i"; \
  543. else \
  544. echo "$$sdir/$$i"; \
  545. fi; \
  546. done >> $(top_builddir)/cscope.files
  547. distclean-tags:
  548. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  549. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  550. distdir: $(DISTFILES)
  551. $(am__remove_distdir)
  552. test -d "$(distdir)" || mkdir "$(distdir)"
  553. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  554. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  555. list='$(DISTFILES)'; \
  556. dist_files=`for file in $$list; do echo $$file; done | \
  557. sed -e "s|^$$srcdirstrip/||;t" \
  558. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  559. case $$dist_files in \
  560. */*) $(MKDIR_P) `echo "$$dist_files" | \
  561. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  562. sort -u` ;; \
  563. esac; \
  564. for file in $$dist_files; do \
  565. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  566. if test -d $$d/$$file; then \
  567. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  568. if test -d "$(distdir)/$$file"; then \
  569. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  570. fi; \
  571. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  572. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  573. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  574. fi; \
  575. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  576. else \
  577. test -f "$(distdir)/$$file" \
  578. || cp -p $$d/$$file "$(distdir)/$$file" \
  579. || exit 1; \
  580. fi; \
  581. done
  582. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  583. if test "$$subdir" = .; then :; else \
  584. $(am__make_dryrun) \
  585. || test -d "$(distdir)/$$subdir" \
  586. || $(MKDIR_P) "$(distdir)/$$subdir" \
  587. || exit 1; \
  588. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  589. $(am__relativize); \
  590. new_distdir=$$reldir; \
  591. dir1=$$subdir; dir2="$(top_distdir)"; \
  592. $(am__relativize); \
  593. new_top_distdir=$$reldir; \
  594. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  595. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  596. ($(am__cd) $$subdir && \
  597. $(MAKE) $(AM_MAKEFLAGS) \
  598. top_distdir="$$new_top_distdir" \
  599. distdir="$$new_distdir" \
  600. am__remove_distdir=: \
  601. am__skip_length_check=: \
  602. am__skip_mode_fix=: \
  603. distdir) \
  604. || exit 1; \
  605. fi; \
  606. done
  607. $(MAKE) $(AM_MAKEFLAGS) \
  608. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  609. dist-hook
  610. -test -n "$(am__skip_mode_fix)" \
  611. || find "$(distdir)" -type d ! -perm -755 \
  612. -exec chmod u+rwx,go+rx {} \; -o \
  613. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  614. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  615. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  616. || chmod -R a+r "$(distdir)"
  617. dist-gzip: distdir
  618. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  619. $(am__post_remove_distdir)
  620. dist-bzip2: distdir
  621. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  622. $(am__post_remove_distdir)
  623. dist-lzip: distdir
  624. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  625. $(am__post_remove_distdir)
  626. dist-xz: distdir
  627. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  628. $(am__post_remove_distdir)
  629. dist-tarZ: distdir
  630. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  631. $(am__post_remove_distdir)
  632. dist-shar: distdir
  633. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  634. $(am__post_remove_distdir)
  635. dist-zip: distdir
  636. -rm -f $(distdir).zip
  637. zip -rq $(distdir).zip $(distdir)
  638. $(am__post_remove_distdir)
  639. dist dist-all:
  640. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  641. $(am__post_remove_distdir)
  642. # This target untars the dist file and tries a VPATH configuration. Then
  643. # it guarantees that the distribution is self-contained by making another
  644. # tarfile.
  645. distcheck: dist
  646. case '$(DIST_ARCHIVES)' in \
  647. *.tar.gz*) \
  648. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  649. *.tar.bz2*) \
  650. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  651. *.tar.lz*) \
  652. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  653. *.tar.xz*) \
  654. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  655. *.tar.Z*) \
  656. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  657. *.shar.gz*) \
  658. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  659. *.zip*) \
  660. unzip $(distdir).zip ;;\
  661. esac
  662. chmod -R a-w $(distdir)
  663. chmod u+w $(distdir)
  664. mkdir $(distdir)/_build $(distdir)/_inst
  665. chmod a-w $(distdir)
  666. test -d $(distdir)/_build || exit 0; \
  667. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  668. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  669. && am__cwd=`pwd` \
  670. && $(am__cd) $(distdir)/_build \
  671. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  672. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  673. $(DISTCHECK_CONFIGURE_FLAGS) \
  674. && $(MAKE) $(AM_MAKEFLAGS) \
  675. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  676. && $(MAKE) $(AM_MAKEFLAGS) check \
  677. && $(MAKE) $(AM_MAKEFLAGS) install \
  678. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  679. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  680. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  681. distuninstallcheck \
  682. && chmod -R a-w "$$dc_install_base" \
  683. && ({ \
  684. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  685. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  686. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  687. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  688. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  689. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  690. && rm -rf "$$dc_destdir" \
  691. && $(MAKE) $(AM_MAKEFLAGS) dist \
  692. && rm -rf $(DIST_ARCHIVES) \
  693. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  694. && cd "$$am__cwd" \
  695. || exit 1
  696. $(am__post_remove_distdir)
  697. @(echo "$(distdir) archives ready for distribution: "; \
  698. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  699. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  700. distuninstallcheck:
  701. @test -n '$(distuninstallcheck_dir)' || { \
  702. echo 'ERROR: trying to run $@ with an empty' \
  703. '$$(distuninstallcheck_dir)' >&2; \
  704. exit 1; \
  705. }; \
  706. $(am__cd) '$(distuninstallcheck_dir)' || { \
  707. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  708. exit 1; \
  709. }; \
  710. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  711. || { echo "ERROR: files left after uninstall:" ; \
  712. if test -n "$(DESTDIR)"; then \
  713. echo " (check DESTDIR support)"; \
  714. fi ; \
  715. $(distuninstallcheck_listfiles) ; \
  716. exit 1; } >&2
  717. distcleancheck: distclean
  718. @if test '$(srcdir)' = . ; then \
  719. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  720. exit 1 ; \
  721. fi
  722. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  723. || { echo "ERROR: files left in build directory after distclean:" ; \
  724. $(distcleancheck_listfiles) ; \
  725. exit 1; } >&2
  726. check-am: all-am
  727. check: check-recursive
  728. all-am: Makefile $(PROGRAMS) config.h
  729. installdirs: installdirs-recursive
  730. installdirs-am:
  731. for dir in "$(DESTDIR)$(bindir)"; do \
  732. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  733. done
  734. install: install-recursive
  735. install-exec: install-exec-recursive
  736. install-data: install-data-recursive
  737. uninstall: uninstall-recursive
  738. install-am: all-am
  739. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  740. installcheck: installcheck-recursive
  741. install-strip:
  742. if test -z '$(STRIP)'; then \
  743. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  744. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  745. install; \
  746. else \
  747. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  748. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  749. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  750. fi
  751. mostlyclean-generic:
  752. clean-generic:
  753. distclean-generic:
  754. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  755. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  756. maintainer-clean-generic:
  757. @echo "This command is intended for maintainers to use"
  758. @echo "it deletes files that may require special tools to rebuild."
  759. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  760. clean: clean-recursive
  761. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  762. distclean: distclean-recursive
  763. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  764. -rm -rf ./$(DEPDIR)
  765. -rm -f Makefile
  766. distclean-am: clean-am distclean-compile distclean-generic \
  767. distclean-hdr distclean-tags
  768. dvi: dvi-recursive
  769. dvi-am:
  770. html: html-recursive
  771. html-am:
  772. info: info-recursive
  773. info-am:
  774. install-data-am:
  775. install-dvi: install-dvi-recursive
  776. install-dvi-am:
  777. install-exec-am: install-binPROGRAMS
  778. install-html: install-html-recursive
  779. install-html-am:
  780. install-info: install-info-recursive
  781. install-info-am:
  782. install-man:
  783. install-pdf: install-pdf-recursive
  784. install-pdf-am:
  785. install-ps: install-ps-recursive
  786. install-ps-am:
  787. installcheck-am:
  788. maintainer-clean: maintainer-clean-recursive
  789. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  790. -rm -rf $(top_srcdir)/autom4te.cache
  791. -rm -rf ./$(DEPDIR)
  792. -rm -f Makefile
  793. maintainer-clean-am: distclean-am maintainer-clean-generic
  794. mostlyclean: mostlyclean-recursive
  795. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  796. pdf: pdf-recursive
  797. pdf-am:
  798. ps: ps-recursive
  799. ps-am:
  800. uninstall-am: uninstall-binPROGRAMS
  801. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  802. cscopelist-recursive ctags-recursive install-am install-strip \
  803. tags-recursive
  804. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  805. all all-am am--refresh check check-am clean clean-binPROGRAMS \
  806. clean-cscope clean-generic cscope cscopelist \
  807. cscopelist-recursive ctags ctags-recursive dist dist-all \
  808. dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
  809. dist-xz dist-zip distcheck distclean distclean-compile \
  810. distclean-generic distclean-hdr distclean-tags distcleancheck \
  811. distdir distuninstallcheck dvi dvi-am html html-am info \
  812. info-am install install-am install-binPROGRAMS install-data \
  813. install-data-am install-dvi install-dvi-am install-exec \
  814. install-exec-am install-html install-html-am install-info \
  815. install-info-am install-man install-pdf install-pdf-am \
  816. install-ps install-ps-am install-strip installcheck \
  817. installcheck-am installdirs installdirs-am maintainer-clean \
  818. maintainer-clean-generic mostlyclean mostlyclean-compile \
  819. mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
  820. uninstall uninstall-am uninstall-binPROGRAMS
  821. .PHONY: ChangeLog INSTALL
  822. INSTALL:
  823. $(INSTALL_CMD)
  824. ChangeLog:
  825. $(CHANGELOG_CMD)
  826. dist-hook: ChangeLog INSTALL
  827. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  828. # Otherwise a system limit (for SysV at least) may be exceeded.
  829. .NOEXPORT: