Makefile.in 32 KB

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