Makefile.in 36 KB

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