Makefile.in 34 KB

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