Makefile 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # compat/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2014 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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/cgminer
  67. pkgincludedir = $(includedir)/cgminer
  68. pkglibdir = $(libdir)/cgminer
  69. pkglibexecdir = $(libexecdir)/cgminer
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. target_triplet = x86_64-pc-linux-gnu
  85. am__append_1 = jansson-2.9
  86. am__append_2 = libusb-1.0
  87. subdir = compat
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
  90. $(top_srcdir)/m4/extensions.m4 \
  91. $(top_srcdir)/m4/gnulib-common.m4 \
  92. $(top_srcdir)/m4/gnulib-comp.m4 \
  93. $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/longlong.m4 \
  94. $(top_srcdir)/m4/memchr.m4 $(top_srcdir)/m4/memmem.m4 \
  95. $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/multiarch.m4 \
  96. $(top_srcdir)/m4/onceonly.m4 $(top_srcdir)/m4/sigaction.m4 \
  97. $(top_srcdir)/m4/signal_h.m4 \
  98. $(top_srcdir)/m4/signalblocking.m4 \
  99. $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
  100. $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/warn-on-use.m4 \
  101. $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.ac
  102. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  103. $(ACLOCAL_M4)
  104. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  105. mkinstalldirs = $(install_sh) -d
  106. CONFIG_HEADER = $(top_builddir)/config.h
  107. CONFIG_CLEAN_FILES =
  108. CONFIG_CLEAN_VPATH_FILES =
  109. AM_V_P = $(am__v_P_$(V))
  110. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  111. am__v_P_0 = false
  112. am__v_P_1 = :
  113. AM_V_GEN = $(am__v_GEN_$(V))
  114. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  115. am__v_GEN_0 = @echo " GEN " $@;
  116. am__v_GEN_1 =
  117. AM_V_at = $(am__v_at_$(V))
  118. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  119. am__v_at_0 = @
  120. am__v_at_1 =
  121. SOURCES =
  122. DIST_SOURCES =
  123. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  124. ctags-recursive dvi-recursive html-recursive info-recursive \
  125. install-data-recursive install-dvi-recursive \
  126. install-exec-recursive install-html-recursive \
  127. install-info-recursive install-pdf-recursive \
  128. install-ps-recursive install-recursive installcheck-recursive \
  129. installdirs-recursive pdf-recursive ps-recursive \
  130. tags-recursive uninstall-recursive
  131. am__can_run_installinfo = \
  132. case $$AM_UPDATE_INFO_DIR in \
  133. n|no|NO) false;; \
  134. *) (install-info --version) >/dev/null 2>&1;; \
  135. esac
  136. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  137. distclean-recursive maintainer-clean-recursive
  138. am__recursive_targets = \
  139. $(RECURSIVE_TARGETS) \
  140. $(RECURSIVE_CLEAN_TARGETS) \
  141. $(am__extra_recursive_targets)
  142. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  143. distdir
  144. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  145. # Read a list of newline-separated strings from the standard input,
  146. # and print each of them once, without duplicates. Input order is
  147. # *not* preserved.
  148. am__uniquify_input = $(AWK) '\
  149. BEGIN { nonempty = 0; } \
  150. { items[$$0] = 1; nonempty = 1; } \
  151. END { if (nonempty) { for (i in items) print i; }; } \
  152. '
  153. # Make sure the list of sources is unique. This is necessary because,
  154. # e.g., the same source file might be shared among _SOURCES variables
  155. # for different programs/libraries.
  156. am__define_uniq_tagged_files = \
  157. list='$(am__tagged_files)'; \
  158. unique=`for i in $$list; do \
  159. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160. done | $(am__uniquify_input)`
  161. ETAGS = etags
  162. CTAGS = ctags
  163. DIST_SUBDIRS = jansson-2.9 libusb-1.0
  164. am__DIST_COMMON = $(srcdir)/Makefile.in
  165. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  166. am__relativize = \
  167. dir0=`pwd`; \
  168. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  169. sed_rest='s,^[^/]*/*,,'; \
  170. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  171. sed_butlast='s,/*[^/]*$$,,'; \
  172. while test -n "$$dir1"; do \
  173. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  174. if test "$$first" != "."; then \
  175. if test "$$first" = ".."; then \
  176. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  177. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  178. else \
  179. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  180. if test "$$first2" = "$$first"; then \
  181. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  182. else \
  183. dir2="../$$dir2"; \
  184. fi; \
  185. dir0="$$dir0"/"$$first"; \
  186. fi; \
  187. fi; \
  188. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  189. done; \
  190. reldir="$$dir2"
  191. ACLOCAL = ${SHELL} /home/wareck/cgminer-ants3/missing aclocal-1.15
  192. ALLOCA =
  193. AMTAR = $${TAR-tar}
  194. AM_DEFAULT_VERBOSITY = 0
  195. APPLE_UNIVERSAL_BUILD = 0
  196. AUTOCONF = ${SHELL} /home/wareck/cgminer-ants3/missing autoconf
  197. AUTOHEADER = ${SHELL} /home/wareck/cgminer-ants3/missing autoheader
  198. AUTOMAKE = ${SHELL} /home/wareck/cgminer-ants3/missing automake-1.15
  199. AWK = gawk
  200. BITSIZEOF_PTRDIFF_T =
  201. BITSIZEOF_SIG_ATOMIC_T =
  202. BITSIZEOF_SIZE_T =
  203. BITSIZEOF_WCHAR_T =
  204. BITSIZEOF_WINT_T =
  205. CC = gcc
  206. CCDEPMODE = depmode=gcc3
  207. CFLAGS = -g -O2
  208. CPP = gcc -E
  209. CPPFLAGS =
  210. CYGPATH_W = echo
  211. DEFS = -DHAVE_CONFIG_H
  212. DEPDIR = .deps
  213. DLOPEN_FLAGS = -ldl
  214. ECHO_C =
  215. ECHO_N = -n
  216. ECHO_T =
  217. EGREP = /bin/grep -E
  218. EXEEXT =
  219. GNULIB_MBSCASECMP = 0
  220. GNULIB_MBSCASESTR = 0
  221. GNULIB_MBSCHR = 0
  222. GNULIB_MBSCSPN = 0
  223. GNULIB_MBSLEN = 0
  224. GNULIB_MBSNCASECMP = 0
  225. GNULIB_MBSNLEN = 0
  226. GNULIB_MBSPBRK = 0
  227. GNULIB_MBSPCASECMP = 0
  228. GNULIB_MBSRCHR = 0
  229. GNULIB_MBSSEP = 0
  230. GNULIB_MBSSPN = 0
  231. GNULIB_MBSSTR = 0
  232. GNULIB_MBSTOK_R = 0
  233. GNULIB_MEMCHR = 1
  234. GNULIB_MEMMEM = 1
  235. GNULIB_MEMPCPY = 0
  236. GNULIB_MEMRCHR = 0
  237. GNULIB_RAWMEMCHR = 0
  238. GNULIB_SIGACTION = 1
  239. GNULIB_SIGNAL_H_SIGPIPE = 0
  240. GNULIB_SIGPROCMASK = 1
  241. GNULIB_STPCPY = 0
  242. GNULIB_STPNCPY = 0
  243. GNULIB_STRCASESTR = 0
  244. GNULIB_STRCHRNUL = 0
  245. GNULIB_STRDUP = 0
  246. GNULIB_STRERROR = 0
  247. GNULIB_STRERROR_R = 0
  248. GNULIB_STRNCAT = 0
  249. GNULIB_STRNDUP = 0
  250. GNULIB_STRNLEN = 0
  251. GNULIB_STRPBRK = 0
  252. GNULIB_STRSEP = 0
  253. GNULIB_STRSIGNAL = 0
  254. GNULIB_STRSTR = 0
  255. GNULIB_STRTOK_R = 0
  256. GNULIB_STRVERSCMP = 0
  257. GREP = /bin/grep
  258. HAVE_DECL_MEMMEM = 1
  259. HAVE_DECL_MEMRCHR = 1
  260. HAVE_DECL_STRDUP = 1
  261. HAVE_DECL_STRERROR_R = 1
  262. HAVE_DECL_STRNDUP = 1
  263. HAVE_DECL_STRNLEN = 1
  264. HAVE_DECL_STRSIGNAL = 1
  265. HAVE_DECL_STRTOK_R = 1
  266. HAVE_INTTYPES_H = 1
  267. HAVE_LONG_LONG_INT = 1
  268. HAVE_MBSLEN = 0
  269. HAVE_MEMCHR = 1
  270. HAVE_MEMPCPY = 1
  271. HAVE_POSIX_SIGNALBLOCKING = 1
  272. HAVE_RAWMEMCHR = 1
  273. HAVE_SIGACTION = 1
  274. HAVE_SIGHANDLER_T = 1
  275. HAVE_SIGINFO_T = 1
  276. HAVE_SIGNED_SIG_ATOMIC_T =
  277. HAVE_SIGNED_WCHAR_T =
  278. HAVE_SIGNED_WINT_T =
  279. HAVE_SIGSET_T = 1
  280. HAVE_STDINT_H = 1
  281. HAVE_STPCPY = 1
  282. HAVE_STPNCPY = 1
  283. HAVE_STRCASESTR = 1
  284. HAVE_STRCHRNUL = 1
  285. HAVE_STRPBRK = 1
  286. HAVE_STRSEP = 1
  287. HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1
  288. HAVE_STRVERSCMP = 1
  289. HAVE_SYS_BITYPES_H =
  290. HAVE_SYS_INTTYPES_H =
  291. HAVE_SYS_TYPES_H = 1
  292. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1
  293. HAVE_UNSIGNED_LONG_LONG_INT = 1
  294. HAVE_WCHAR_H = 1
  295. HAVE_WCHAR_T = 1
  296. INCLUDE_NEXT = include_next
  297. INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
  298. INSTALL = /usr/bin/install -c
  299. INSTALL_DATA = ${INSTALL} -m 644
  300. INSTALL_PROGRAM = ${INSTALL}
  301. INSTALL_SCRIPT = ${INSTALL}
  302. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  303. JANSSON_CFLAGS =
  304. JANSSON_LIBS = compat/jansson-2.9/src/.libs/libjansson.a
  305. LDFLAGS =
  306. LIBCURL_CFLAGS =
  307. LIBCURL_LIBS = -lcurl
  308. LIBGNU_LIBDEPS =
  309. LIBGNU_LTLIBDEPS =
  310. LIBOBJS =
  311. LIBS = -lncurses -lpthread
  312. LIBSYSTEMD_CFLAGS =
  313. LIBSYSTEMD_LIBS =
  314. LIBUSB_CFLAGS =
  315. LIBUSB_LIBS = compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev
  316. LIBZ_LIBS =
  317. LTLIBOBJS =
  318. MAINT = #
  319. MAKEINFO = ${SHELL} /home/wareck/cgminer-ants3/missing makeinfo
  320. MATH_LIBS = -lm
  321. MKDIR_P = /bin/mkdir -p
  322. MM_LIBS =
  323. NCURSES_LIBS =
  324. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = <signal.h>
  325. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H =
  326. NEXT_AS_FIRST_DIRECTIVE_STDINT_H = <stdint.h>
  327. NEXT_AS_FIRST_DIRECTIVE_STRING_H = <string.h>
  328. NEXT_SIGNAL_H = <signal.h>
  329. NEXT_STDDEF_H =
  330. NEXT_STDINT_H = <stdint.h>
  331. NEXT_STRING_H = <string.h>
  332. OBJEXT = o
  333. PACKAGE = cgminer
  334. PACKAGE_BUGREPORT = kernel@kolivas.org
  335. PACKAGE_NAME = cgminer
  336. PACKAGE_STRING = cgminer 4.11.1-wrk2
  337. PACKAGE_TARNAME = cgminer
  338. PACKAGE_URL =
  339. PACKAGE_VERSION = 4.11.1-wrk2
  340. PATH_SEPARATOR = :
  341. PDCURSES_LIBS =
  342. PKG_CONFIG = /usr/bin/pkg-config
  343. PKG_CONFIG_LIBDIR =
  344. PKG_CONFIG_PATH =
  345. PRAGMA_COLUMNS =
  346. PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
  347. PTHREAD_FLAGS = -lpthread
  348. PTHREAD_LIBS = -lpthread
  349. PTRDIFF_T_SUFFIX =
  350. RANLIB = ranlib
  351. REPLACE_MEMCHR = 0
  352. REPLACE_MEMMEM = 0
  353. REPLACE_NULL = 0
  354. REPLACE_STPNCPY = 0
  355. REPLACE_STRCASESTR = 0
  356. REPLACE_STRCHRNUL = 0
  357. REPLACE_STRDUP = 0
  358. REPLACE_STRERROR = 0
  359. REPLACE_STRERROR_R = 0
  360. REPLACE_STRNCAT = 0
  361. REPLACE_STRNDUP = 0
  362. REPLACE_STRNLEN = 0
  363. REPLACE_STRSIGNAL = 0
  364. REPLACE_STRSTR = 0
  365. REPLACE_STRTOK_R = 0
  366. RT_LIBS = -lrt
  367. SET_MAKE =
  368. SHELL = /bin/bash
  369. SIG_ATOMIC_T_SUFFIX =
  370. SIZE_T_SUFFIX =
  371. STDDEF_H =
  372. STDINT_H =
  373. STRIP =
  374. UNDEFINE_STRTOK_R = 0
  375. VERSION = 4.11.1-wrk2
  376. VMAJ = 4
  377. WCHAR_T_SUFFIX =
  378. WINT_T_SUFFIX =
  379. WS2_LIBS =
  380. abs_builddir = /home/wareck/cgminer-ants3/compat
  381. abs_srcdir = /home/wareck/cgminer-ants3/compat
  382. abs_top_builddir = /home/wareck/cgminer-ants3
  383. abs_top_srcdir = /home/wareck/cgminer-ants3
  384. ac_ct_CC = gcc
  385. am__include = include
  386. am__leading_dot = .
  387. am__quote =
  388. am__tar = $${TAR-tar} chof - "$$tardir"
  389. am__untar = $${TAR-tar} xf -
  390. bindir = ${exec_prefix}/bin
  391. build = x86_64-pc-linux-gnu
  392. build_alias =
  393. build_cpu = x86_64
  394. build_os = linux-gnu
  395. build_vendor = pc
  396. builddir = .
  397. datadir = ${datarootdir}
  398. datarootdir = ${prefix}/share
  399. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  400. dvidir = ${docdir}
  401. exec_prefix = ${prefix}
  402. gl_LIBOBJS =
  403. gl_LTLIBOBJS =
  404. gltests_LIBOBJS =
  405. gltests_LTLIBOBJS =
  406. gltests_WITNESS = IN_CGMINER_GNULIB_TESTS
  407. host = x86_64-pc-linux-gnu
  408. host_alias =
  409. host_cpu = x86_64
  410. host_os = linux-gnu
  411. host_vendor = pc
  412. htmldir = ${docdir}
  413. includedir = ${prefix}/include
  414. infodir = ${datarootdir}/info
  415. install_sh = ${SHELL} /home/wareck/cgminer-ants3/install-sh
  416. libdir = ${exec_prefix}/lib
  417. libexecdir = ${exec_prefix}/libexec
  418. localedir = ${datarootdir}/locale
  419. localstatedir = ${prefix}/var
  420. mandir = ${datarootdir}/man
  421. mkdir_p = $(MKDIR_P)
  422. oldincludedir = /usr/include
  423. pdfdir = ${docdir}
  424. prefix = /usr/local
  425. program_transform_name = s,x,x,
  426. psdir = ${docdir}
  427. release_info =
  428. runstatedir = ${localstatedir}/run
  429. sbindir = ${exec_prefix}/sbin
  430. sharedstatedir = ${prefix}/com
  431. srcdir = .
  432. subdirs = compat/libusb-1.0 compat/jansson-2.9
  433. sysconfdir = ${prefix}/etc
  434. target = x86_64-pc-linux-gnu
  435. target_alias =
  436. target_cpu = x86_64
  437. target_os = linux-gnu
  438. target_vendor = pc
  439. top_build_prefix = ../
  440. top_builddir = ..
  441. top_srcdir = ..
  442. version_info = 15:1-wrk2:11
  443. SUBDIRS = $(am__append_1) $(am__append_2)
  444. all: all-recursive
  445. .SUFFIXES:
  446. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  447. @for dep in $?; do \
  448. case '$(am__configure_deps)' in \
  449. *$$dep*) \
  450. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  451. && { if test -f $@; then exit 0; else break; fi; }; \
  452. exit 1;; \
  453. esac; \
  454. done; \
  455. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign compat/Makefile'; \
  456. $(am__cd) $(top_srcdir) && \
  457. $(AUTOMAKE) --foreign compat/Makefile
  458. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  459. @case '$?' in \
  460. *config.status*) \
  461. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  462. *) \
  463. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  464. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  465. esac;
  466. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  467. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  468. $(top_srcdir)/configure: # $(am__configure_deps)
  469. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  470. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  471. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  472. $(am__aclocal_m4_deps):
  473. # This directory's subdirectories are mostly independent; you can cd
  474. # into them and run 'make' without going through this Makefile.
  475. # To change the values of 'make' variables: instead of editing Makefiles,
  476. # (1) if the variable is set in 'config.status', edit 'config.status'
  477. # (which will cause the Makefiles to be regenerated when you run 'make');
  478. # (2) otherwise, pass the desired values on the 'make' command line.
  479. $(am__recursive_targets):
  480. @fail=; \
  481. if $(am__make_keepgoing); then \
  482. failcom='fail=yes'; \
  483. else \
  484. failcom='exit 1'; \
  485. fi; \
  486. dot_seen=no; \
  487. target=`echo $@ | sed s/-recursive//`; \
  488. case "$@" in \
  489. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  490. *) list='$(SUBDIRS)' ;; \
  491. esac; \
  492. for subdir in $$list; do \
  493. echo "Making $$target in $$subdir"; \
  494. if test "$$subdir" = "."; then \
  495. dot_seen=yes; \
  496. local_target="$$target-am"; \
  497. else \
  498. local_target="$$target"; \
  499. fi; \
  500. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  501. || eval $$failcom; \
  502. done; \
  503. if test "$$dot_seen" = "no"; then \
  504. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  505. fi; test -z "$$fail"
  506. ID: $(am__tagged_files)
  507. $(am__define_uniq_tagged_files); mkid -fID $$unique
  508. tags: tags-recursive
  509. TAGS: tags
  510. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  511. set x; \
  512. here=`pwd`; \
  513. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  514. include_option=--etags-include; \
  515. empty_fix=.; \
  516. else \
  517. include_option=--include; \
  518. empty_fix=; \
  519. fi; \
  520. list='$(SUBDIRS)'; for subdir in $$list; do \
  521. if test "$$subdir" = .; then :; else \
  522. test ! -f $$subdir/TAGS || \
  523. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  524. fi; \
  525. done; \
  526. $(am__define_uniq_tagged_files); \
  527. shift; \
  528. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  529. test -n "$$unique" || unique=$$empty_fix; \
  530. if test $$# -gt 0; then \
  531. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  532. "$$@" $$unique; \
  533. else \
  534. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  535. $$unique; \
  536. fi; \
  537. fi
  538. ctags: ctags-recursive
  539. CTAGS: ctags
  540. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  541. $(am__define_uniq_tagged_files); \
  542. test -z "$(CTAGS_ARGS)$$unique" \
  543. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  544. $$unique
  545. GTAGS:
  546. here=`$(am__cd) $(top_builddir) && pwd` \
  547. && $(am__cd) $(top_srcdir) \
  548. && gtags -i $(GTAGS_ARGS) "$$here"
  549. cscopelist: cscopelist-recursive
  550. cscopelist-am: $(am__tagged_files)
  551. list='$(am__tagged_files)'; \
  552. case "$(srcdir)" in \
  553. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  554. *) sdir=$(subdir)/$(srcdir) ;; \
  555. esac; \
  556. for i in $$list; do \
  557. if test -f "$$i"; then \
  558. echo "$(subdir)/$$i"; \
  559. else \
  560. echo "$$sdir/$$i"; \
  561. fi; \
  562. done >> $(top_builddir)/cscope.files
  563. distclean-tags:
  564. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  565. distdir: $(DISTFILES)
  566. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  567. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  568. list='$(DISTFILES)'; \
  569. dist_files=`for file in $$list; do echo $$file; done | \
  570. sed -e "s|^$$srcdirstrip/||;t" \
  571. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  572. case $$dist_files in \
  573. */*) $(MKDIR_P) `echo "$$dist_files" | \
  574. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  575. sort -u` ;; \
  576. esac; \
  577. for file in $$dist_files; do \
  578. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  579. if test -d $$d/$$file; then \
  580. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  581. if test -d "$(distdir)/$$file"; then \
  582. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  583. fi; \
  584. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  585. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  586. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  587. fi; \
  588. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  589. else \
  590. test -f "$(distdir)/$$file" \
  591. || cp -p $$d/$$file "$(distdir)/$$file" \
  592. || exit 1; \
  593. fi; \
  594. done
  595. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  596. if test "$$subdir" = .; then :; else \
  597. $(am__make_dryrun) \
  598. || test -d "$(distdir)/$$subdir" \
  599. || $(MKDIR_P) "$(distdir)/$$subdir" \
  600. || exit 1; \
  601. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  602. $(am__relativize); \
  603. new_distdir=$$reldir; \
  604. dir1=$$subdir; dir2="$(top_distdir)"; \
  605. $(am__relativize); \
  606. new_top_distdir=$$reldir; \
  607. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  608. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  609. ($(am__cd) $$subdir && \
  610. $(MAKE) $(AM_MAKEFLAGS) \
  611. top_distdir="$$new_top_distdir" \
  612. distdir="$$new_distdir" \
  613. am__remove_distdir=: \
  614. am__skip_length_check=: \
  615. am__skip_mode_fix=: \
  616. distdir) \
  617. || exit 1; \
  618. fi; \
  619. done
  620. check-am: all-am
  621. check: check-recursive
  622. all-am: Makefile
  623. installdirs: installdirs-recursive
  624. installdirs-am:
  625. install: install-recursive
  626. install-exec: install-exec-recursive
  627. install-data: install-data-recursive
  628. uninstall: uninstall-recursive
  629. install-am: all-am
  630. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  631. installcheck: installcheck-recursive
  632. install-strip:
  633. if test -z '$(STRIP)'; then \
  634. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  635. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  636. install; \
  637. else \
  638. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  639. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  640. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  641. fi
  642. mostlyclean-generic:
  643. clean-generic:
  644. distclean-generic:
  645. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  646. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  647. maintainer-clean-generic:
  648. @echo "This command is intended for maintainers to use"
  649. @echo "it deletes files that may require special tools to rebuild."
  650. clean: clean-recursive
  651. clean-am: clean-generic mostlyclean-am
  652. distclean: distclean-recursive
  653. -rm -f Makefile
  654. distclean-am: clean-am distclean-generic distclean-tags
  655. dvi: dvi-recursive
  656. dvi-am:
  657. html: html-recursive
  658. html-am:
  659. info: info-recursive
  660. info-am:
  661. install-data-am:
  662. install-dvi: install-dvi-recursive
  663. install-dvi-am:
  664. install-exec-am:
  665. install-html: install-html-recursive
  666. install-html-am:
  667. install-info: install-info-recursive
  668. install-info-am:
  669. install-man:
  670. install-pdf: install-pdf-recursive
  671. install-pdf-am:
  672. install-ps: install-ps-recursive
  673. install-ps-am:
  674. installcheck-am:
  675. maintainer-clean: maintainer-clean-recursive
  676. -rm -f Makefile
  677. maintainer-clean-am: distclean-am maintainer-clean-generic
  678. mostlyclean: mostlyclean-recursive
  679. mostlyclean-am: mostlyclean-generic
  680. pdf: pdf-recursive
  681. pdf-am:
  682. ps: ps-recursive
  683. ps-am:
  684. uninstall-am:
  685. .MAKE: $(am__recursive_targets) install-am install-strip
  686. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  687. check-am clean clean-generic cscopelist-am ctags ctags-am \
  688. distclean distclean-generic distclean-tags distdir dvi dvi-am \
  689. html html-am info info-am install install-am install-data \
  690. install-data-am install-dvi install-dvi-am install-exec \
  691. install-exec-am install-html install-html-am install-info \
  692. install-info-am install-man install-pdf install-pdf-am \
  693. install-ps install-ps-am install-strip installcheck \
  694. installcheck-am installdirs installdirs-am maintainer-clean \
  695. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  696. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  697. .PRECIOUS: Makefile
  698. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  699. # Otherwise a system limit (for SysV at least) may be exceeded.
  700. .NOEXPORT: