You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.in 46 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138
  1. # Makefile.in generated by automake 1.14 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. DIST_COMMON = $(srcdir)/../Makefile.am.inc $(srcdir)/Makefile.in \
  77. $(srcdir)/Makefile.am $(top_srcdir)/depcomp \
  78. $(top_srcdir)/test-driver
  79. check_PROGRAMS = $(am__EXEEXT_1) test1Formatted$(EXEEXT) \
  80. test2Formatted$(EXEEXT)
  81. subdir = tests
  82. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  83. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  84. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  85. $(ACLOCAL_M4)
  86. mkinstalldirs = $(install_sh) -d
  87. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/json_config.h
  88. CONFIG_CLEAN_FILES =
  89. CONFIG_CLEAN_VPATH_FILES =
  90. am__EXEEXT_1 = test1$(EXEEXT) test2$(EXEEXT) test4$(EXEEXT) \
  91. testReplaceExisting$(EXEEXT) test_parse_int64$(EXEEXT) \
  92. test_null$(EXEEXT) test_cast$(EXEEXT) test_parse$(EXEEXT) \
  93. test_locale$(EXEEXT) test_charcase$(EXEEXT) \
  94. test_printbuf$(EXEEXT) test_set_serializer$(EXEEXT)
  95. test1_SOURCES = test1.c
  96. test1_OBJECTS = test1.$(OBJEXT)
  97. test1_LDADD = $(LDADD)
  98. test1_DEPENDENCIES = $(LIBJSON_LA)
  99. AM_V_lt = $(am__v_lt_@AM_V@)
  100. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  101. am__v_lt_0 = --silent
  102. am__v_lt_1 =
  103. am_test1Formatted_OBJECTS = test1Formatted-test1.$(OBJEXT) \
  104. test1Formatted-parse_flags.$(OBJEXT)
  105. test1Formatted_OBJECTS = $(am_test1Formatted_OBJECTS)
  106. test1Formatted_LDADD = $(LDADD)
  107. test1Formatted_DEPENDENCIES = $(LIBJSON_LA)
  108. test2_SOURCES = test2.c
  109. test2_OBJECTS = test2.$(OBJEXT)
  110. test2_LDADD = $(LDADD)
  111. test2_DEPENDENCIES = $(LIBJSON_LA)
  112. am_test2Formatted_OBJECTS = test2Formatted-test2.$(OBJEXT) \
  113. test2Formatted-parse_flags.$(OBJEXT)
  114. test2Formatted_OBJECTS = $(am_test2Formatted_OBJECTS)
  115. test2Formatted_LDADD = $(LDADD)
  116. test2Formatted_DEPENDENCIES = $(LIBJSON_LA)
  117. test4_SOURCES = test4.c
  118. test4_OBJECTS = test4.$(OBJEXT)
  119. test4_LDADD = $(LDADD)
  120. test4_DEPENDENCIES = $(LIBJSON_LA)
  121. testReplaceExisting_SOURCES = testReplaceExisting.c
  122. testReplaceExisting_OBJECTS = testReplaceExisting.$(OBJEXT)
  123. testReplaceExisting_LDADD = $(LDADD)
  124. testReplaceExisting_DEPENDENCIES = $(LIBJSON_LA)
  125. test_cast_SOURCES = test_cast.c
  126. test_cast_OBJECTS = test_cast.$(OBJEXT)
  127. test_cast_LDADD = $(LDADD)
  128. test_cast_DEPENDENCIES = $(LIBJSON_LA)
  129. test_charcase_SOURCES = test_charcase.c
  130. test_charcase_OBJECTS = test_charcase.$(OBJEXT)
  131. test_charcase_LDADD = $(LDADD)
  132. test_charcase_DEPENDENCIES = $(LIBJSON_LA)
  133. test_locale_SOURCES = test_locale.c
  134. test_locale_OBJECTS = test_locale.$(OBJEXT)
  135. test_locale_LDADD = $(LDADD)
  136. test_locale_DEPENDENCIES = $(LIBJSON_LA)
  137. test_null_SOURCES = test_null.c
  138. test_null_OBJECTS = test_null.$(OBJEXT)
  139. test_null_LDADD = $(LDADD)
  140. test_null_DEPENDENCIES = $(LIBJSON_LA)
  141. test_parse_SOURCES = test_parse.c
  142. test_parse_OBJECTS = test_parse.$(OBJEXT)
  143. test_parse_LDADD = $(LDADD)
  144. test_parse_DEPENDENCIES = $(LIBJSON_LA)
  145. test_parse_int64_SOURCES = test_parse_int64.c
  146. test_parse_int64_OBJECTS = test_parse_int64.$(OBJEXT)
  147. test_parse_int64_LDADD = $(LDADD)
  148. test_parse_int64_DEPENDENCIES = $(LIBJSON_LA)
  149. test_printbuf_SOURCES = test_printbuf.c
  150. test_printbuf_OBJECTS = test_printbuf.$(OBJEXT)
  151. test_printbuf_LDADD = $(LDADD)
  152. test_printbuf_DEPENDENCIES = $(LIBJSON_LA)
  153. test_set_serializer_SOURCES = test_set_serializer.c
  154. test_set_serializer_OBJECTS = test_set_serializer.$(OBJEXT)
  155. test_set_serializer_LDADD = $(LDADD)
  156. test_set_serializer_DEPENDENCIES = $(LIBJSON_LA)
  157. AM_V_P = $(am__v_P_@AM_V@)
  158. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  159. am__v_P_0 = false
  160. am__v_P_1 = :
  161. AM_V_GEN = $(am__v_GEN_@AM_V@)
  162. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  163. am__v_GEN_0 = @echo " GEN " $@;
  164. am__v_GEN_1 =
  165. AM_V_at = $(am__v_at_@AM_V@)
  166. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  167. am__v_at_0 = @
  168. am__v_at_1 =
  169. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  170. depcomp = $(SHELL) $(top_srcdir)/depcomp
  171. am__depfiles_maybe = depfiles
  172. am__mv = mv -f
  173. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  174. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  175. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  176. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  177. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  178. $(AM_CFLAGS) $(CFLAGS)
  179. AM_V_CC = $(am__v_CC_@AM_V@)
  180. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  181. am__v_CC_0 = @echo " CC " $@;
  182. am__v_CC_1 =
  183. CCLD = $(CC)
  184. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  185. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  186. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  187. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  188. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  189. am__v_CCLD_0 = @echo " CCLD " $@;
  190. am__v_CCLD_1 =
  191. SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
  192. $(test2Formatted_SOURCES) test4.c testReplaceExisting.c \
  193. test_cast.c test_charcase.c test_locale.c test_null.c \
  194. test_parse.c test_parse_int64.c test_printbuf.c \
  195. test_set_serializer.c
  196. DIST_SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
  197. $(test2Formatted_SOURCES) test4.c testReplaceExisting.c \
  198. test_cast.c test_charcase.c test_locale.c test_null.c \
  199. test_parse.c test_parse_int64.c test_printbuf.c \
  200. test_set_serializer.c
  201. am__can_run_installinfo = \
  202. case $$AM_UPDATE_INFO_DIR in \
  203. n|no|NO) false;; \
  204. *) (install-info --version) >/dev/null 2>&1;; \
  205. esac
  206. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  207. # Read a list of newline-separated strings from the standard input,
  208. # and print each of them once, without duplicates. Input order is
  209. # *not* preserved.
  210. am__uniquify_input = $(AWK) '\
  211. BEGIN { nonempty = 0; } \
  212. { items[$$0] = 1; nonempty = 1; } \
  213. END { if (nonempty) { for (i in items) print i; }; } \
  214. '
  215. # Make sure the list of sources is unique. This is necessary because,
  216. # e.g., the same source file might be shared among _SOURCES variables
  217. # for different programs/libraries.
  218. am__define_uniq_tagged_files = \
  219. list='$(am__tagged_files)'; \
  220. unique=`for i in $$list; do \
  221. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  222. done | $(am__uniquify_input)`
  223. ETAGS = etags
  224. CTAGS = ctags
  225. am__tty_colors_dummy = \
  226. mgn= red= grn= lgn= blu= brg= std=; \
  227. am__color_tests=no
  228. am__tty_colors = { \
  229. $(am__tty_colors_dummy); \
  230. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  231. am__color_tests=no; \
  232. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  233. am__color_tests=yes; \
  234. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  235. am__color_tests=yes; \
  236. fi; \
  237. if test $$am__color_tests = yes; then \
  238. red=''; \
  239. grn=''; \
  240. lgn=''; \
  241. blu=''; \
  242. mgn=''; \
  243. brg=''; \
  244. std=''; \
  245. fi; \
  246. }
  247. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  248. am__vpath_adj = case $$p in \
  249. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  250. *) f=$$p;; \
  251. esac;
  252. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  253. am__install_max = 40
  254. am__nobase_strip_setup = \
  255. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  256. am__nobase_strip = \
  257. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  258. am__nobase_list = $(am__nobase_strip_setup); \
  259. for p in $$list; do echo "$$p $$p"; done | \
  260. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  261. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  262. if (++n[$$2] == $(am__install_max)) \
  263. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  264. END { for (dir in files) print dir, files[dir] }'
  265. am__base_list = \
  266. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  267. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  268. am__uninstall_files_from_dir = { \
  269. test -z "$$files" \
  270. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  271. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  272. $(am__cd) "$$dir" && rm -f $$files; }; \
  273. }
  274. am__recheck_rx = ^[ ]*:recheck:[ ]*
  275. am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
  276. am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
  277. # A command that, given a newline-separated list of test names on the
  278. # standard input, print the name of the tests that are to be re-run
  279. # upon "make recheck".
  280. am__list_recheck_tests = $(AWK) '{ \
  281. recheck = 1; \
  282. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  283. { \
  284. if (rc < 0) \
  285. { \
  286. if ((getline line2 < ($$0 ".log")) < 0) \
  287. recheck = 0; \
  288. break; \
  289. } \
  290. else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  291. { \
  292. recheck = 0; \
  293. break; \
  294. } \
  295. else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  296. { \
  297. break; \
  298. } \
  299. }; \
  300. if (recheck) \
  301. print $$0; \
  302. close ($$0 ".trs"); \
  303. close ($$0 ".log"); \
  304. }'
  305. # A command that, given a newline-separated list of test names on the
  306. # standard input, create the global log from their .trs and .log files.
  307. am__create_global_log = $(AWK) ' \
  308. function fatal(msg) \
  309. { \
  310. print "fatal: making $@: " msg | "cat >&2"; \
  311. exit 1; \
  312. } \
  313. function rst_section(header) \
  314. { \
  315. print header; \
  316. len = length(header); \
  317. for (i = 1; i <= len; i = i + 1) \
  318. printf "="; \
  319. printf "\n\n"; \
  320. } \
  321. { \
  322. copy_in_global_log = 1; \
  323. global_test_result = "RUN"; \
  324. while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  325. { \
  326. if (rc < 0) \
  327. fatal("failed to read from " $$0 ".trs"); \
  328. if (line ~ /$(am__global_test_result_rx)/) \
  329. { \
  330. sub("$(am__global_test_result_rx)", "", line); \
  331. sub("[ ]*$$", "", line); \
  332. global_test_result = line; \
  333. } \
  334. else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  335. copy_in_global_log = 0; \
  336. }; \
  337. if (copy_in_global_log) \
  338. { \
  339. rst_section(global_test_result ": " $$0); \
  340. while ((rc = (getline line < ($$0 ".log"))) != 0) \
  341. { \
  342. if (rc < 0) \
  343. fatal("failed to read from " $$0 ".log"); \
  344. print line; \
  345. }; \
  346. printf "\n"; \
  347. }; \
  348. close ($$0 ".trs"); \
  349. close ($$0 ".log"); \
  350. }'
  351. # Restructured Text title.
  352. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  353. # Solaris 10 'make', and several other traditional 'make' implementations,
  354. # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
  355. # by disabling -e (using the XSI extension "set +e") if it's set.
  356. am__sh_e_setup = case $$- in *e*) set +e;; esac
  357. # Default flags passed to test drivers.
  358. am__common_driver_flags = \
  359. --color-tests "$$am__color_tests" \
  360. --enable-hard-errors "$$am__enable_hard_errors" \
  361. --expect-failure "$$am__expect_failure"
  362. # To be inserted before the command running the test. Creates the
  363. # directory for the log if needed. Stores in $dir the directory
  364. # containing $f, in $tst the test, in $log the log. Executes the
  365. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  366. # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
  367. # will run the test scripts (or their associated LOG_COMPILER, if
  368. # thy have one).
  369. am__check_pre = \
  370. $(am__sh_e_setup); \
  371. $(am__vpath_adj_setup) $(am__vpath_adj) \
  372. $(am__tty_colors); \
  373. srcdir=$(srcdir); export srcdir; \
  374. case "$@" in \
  375. */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
  376. *) am__odir=.;; \
  377. esac; \
  378. test "x$$am__odir" = x"." || test -d "$$am__odir" \
  379. || $(MKDIR_P) "$$am__odir" || exit $$?; \
  380. if test -f "./$$f"; then dir=./; \
  381. elif test -f "$$f"; then dir=; \
  382. else dir="$(srcdir)/"; fi; \
  383. tst=$$dir$$f; log='$@'; \
  384. if test -n '$(DISABLE_HARD_ERRORS)'; then \
  385. am__enable_hard_errors=no; \
  386. else \
  387. am__enable_hard_errors=yes; \
  388. fi; \
  389. case " $(XFAIL_TESTS) " in \
  390. *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
  391. am__expect_failure=yes;; \
  392. *) \
  393. am__expect_failure=no;; \
  394. esac; \
  395. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  396. # A shell command to get the names of the tests scripts with any registered
  397. # extension removed (i.e., equivalently, the names of the test logs, with
  398. # the '.log' extension removed). The result is saved in the shell variable
  399. # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
  400. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  401. # since that might cause problem with VPATH rewrites for suffix-less tests.
  402. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  403. am__set_TESTS_bases = \
  404. bases='$(TEST_LOGS)'; \
  405. bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  406. bases=`echo $$bases`
  407. RECHECK_LOGS = $(TEST_LOGS)
  408. AM_RECURSIVE_TARGETS = check recheck
  409. TEST_SUITE_LOG = test-suite.log
  410. TEST_EXTENSIONS = @EXEEXT@ .test
  411. am__test_logs1 = $(TESTS:=.log)
  412. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  413. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  414. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
  415. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  416. $(TEST_LOG_FLAGS)
  417. am__set_b = \
  418. case '$@' in \
  419. */*) \
  420. case '$*' in \
  421. */*) b='$*';; \
  422. *) b=`echo '$@' | sed 's/\.log$$//'`; \
  423. esac;; \
  424. *) \
  425. b='$*';; \
  426. esac
  427. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  428. ACLOCAL = @ACLOCAL@
  429. AMTAR = @AMTAR@
  430. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  431. AR = @AR@
  432. AUTOCONF = @AUTOCONF@
  433. AUTOHEADER = @AUTOHEADER@
  434. AUTOMAKE = @AUTOMAKE@
  435. AWK = @AWK@
  436. CC = @CC@
  437. CCDEPMODE = @CCDEPMODE@
  438. CFLAGS = @CFLAGS@
  439. CPP = @CPP@
  440. CPPFLAGS = @CPPFLAGS@
  441. CYGPATH_W = @CYGPATH_W@
  442. DEFS = @DEFS@
  443. DEPDIR = @DEPDIR@
  444. DLLTOOL = @DLLTOOL@
  445. DSYMUTIL = @DSYMUTIL@
  446. DUMPBIN = @DUMPBIN@
  447. ECHO_C = @ECHO_C@
  448. ECHO_N = @ECHO_N@
  449. ECHO_T = @ECHO_T@
  450. EGREP = @EGREP@
  451. EXEEXT = @EXEEXT@
  452. FGREP = @FGREP@
  453. GREP = @GREP@
  454. INSTALL = @INSTALL@
  455. INSTALL_DATA = @INSTALL_DATA@
  456. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  457. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  458. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  459. JSON_BSYMBOLIC_LDFLAGS = @JSON_BSYMBOLIC_LDFLAGS@
  460. LD = @LD@
  461. LDFLAGS = @LDFLAGS@
  462. LIBOBJS = @LIBOBJS@
  463. LIBS = @LIBS@
  464. LIBTOOL = @LIBTOOL@
  465. LIPO = @LIPO@
  466. LN_S = @LN_S@
  467. LTLIBOBJS = @LTLIBOBJS@
  468. MAKEINFO = @MAKEINFO@
  469. MANIFEST_TOOL = @MANIFEST_TOOL@
  470. MKDIR_P = @MKDIR_P@
  471. NM = @NM@
  472. NMEDIT = @NMEDIT@
  473. OBJDUMP = @OBJDUMP@
  474. OBJEXT = @OBJEXT@
  475. OTOOL = @OTOOL@
  476. OTOOL64 = @OTOOL64@
  477. PACKAGE = @PACKAGE@
  478. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  479. PACKAGE_NAME = @PACKAGE_NAME@
  480. PACKAGE_STRING = @PACKAGE_STRING@
  481. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  482. PACKAGE_URL = @PACKAGE_URL@
  483. PACKAGE_VERSION = @PACKAGE_VERSION@
  484. PATH_SEPARATOR = @PATH_SEPARATOR@
  485. RANLIB = @RANLIB@
  486. SED = @SED@
  487. SET_MAKE = @SET_MAKE@
  488. SHELL = @SHELL@
  489. STRIP = @STRIP@
  490. VERSION = @VERSION@
  491. abs_builddir = @abs_builddir@
  492. abs_srcdir = @abs_srcdir@
  493. abs_top_builddir = @abs_top_builddir@
  494. abs_top_srcdir = @abs_top_srcdir@
  495. ac_ct_AR = @ac_ct_AR@
  496. ac_ct_CC = @ac_ct_CC@
  497. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  498. am__include = @am__include@
  499. am__leading_dot = @am__leading_dot@
  500. am__quote = @am__quote@
  501. am__tar = @am__tar@
  502. am__untar = @am__untar@
  503. bindir = @bindir@
  504. build = @build@
  505. build_alias = @build_alias@
  506. build_cpu = @build_cpu@
  507. build_os = @build_os@
  508. build_vendor = @build_vendor@
  509. builddir = @builddir@
  510. datadir = @datadir@
  511. datarootdir = @datarootdir@
  512. docdir = @docdir@
  513. dvidir = @dvidir@
  514. exec_prefix = @exec_prefix@
  515. host = @host@
  516. host_alias = @host_alias@
  517. host_cpu = @host_cpu@
  518. host_os = @host_os@
  519. host_vendor = @host_vendor@
  520. htmldir = @htmldir@
  521. includedir = @includedir@
  522. infodir = @infodir@
  523. install_sh = @install_sh@
  524. libdir = @libdir@
  525. libexecdir = @libexecdir@
  526. localedir = @localedir@
  527. localstatedir = @localstatedir@
  528. mandir = @mandir@
  529. mkdir_p = @mkdir_p@
  530. oldincludedir = @oldincludedir@
  531. pdfdir = @pdfdir@
  532. prefix = @prefix@
  533. program_transform_name = @program_transform_name@
  534. psdir = @psdir@
  535. sbindir = @sbindir@
  536. sharedstatedir = @sharedstatedir@
  537. srcdir = @srcdir@
  538. sysconfdir = @sysconfdir@
  539. target_alias = @target_alias@
  540. top_build_prefix = @top_build_prefix@
  541. top_builddir = @top_builddir@
  542. top_srcdir = @top_srcdir@
  543. AM_CFLAGS = -Wall -Werror -Wno-error=deprecated-declarations -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
  544. LDADD = $(LIBJSON_LA)
  545. LIBJSON_LA = $(top_builddir)/libjson-c.la
  546. TESTS = test1.test test2.test test4.test testReplaceExisting.test \
  547. test_parse_int64.test test_null.test test_cast.test \
  548. test_parse.test test_locale.test test_charcase.test \
  549. test_printbuf.test test_set_serializer.test
  550. test1Formatted_SOURCES = test1.c parse_flags.c
  551. test1Formatted_CPPFLAGS = -DTEST_FORMATTED
  552. test2Formatted_SOURCES = test2.c parse_flags.c
  553. test2Formatted_CPPFLAGS = -DTEST_FORMATTED
  554. EXTRA_DIST = $(TESTS)
  555. testsubdir = testSubDir
  556. TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
  557. all: all-am
  558. .SUFFIXES:
  559. .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
  560. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.am.inc $(am__configure_deps)
  561. @for dep in $?; do \
  562. case '$(am__configure_deps)' in \
  563. *$$dep*) \
  564. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  565. && { if test -f $@; then exit 0; else break; fi; }; \
  566. exit 1;; \
  567. esac; \
  568. done; \
  569. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  570. $(am__cd) $(top_srcdir) && \
  571. $(AUTOMAKE) --gnu tests/Makefile
  572. .PRECIOUS: Makefile
  573. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  574. @case '$?' in \
  575. *config.status*) \
  576. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  577. *) \
  578. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  579. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  580. esac;
  581. $(srcdir)/../Makefile.am.inc:
  582. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  583. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  584. $(top_srcdir)/configure: $(am__configure_deps)
  585. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  586. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  587. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  588. $(am__aclocal_m4_deps):
  589. clean-checkPROGRAMS:
  590. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  591. echo " rm -f" $$list; \
  592. rm -f $$list || exit $$?; \
  593. test -n "$(EXEEXT)" || exit 0; \
  594. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  595. echo " rm -f" $$list; \
  596. rm -f $$list
  597. test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES) $(EXTRA_test1_DEPENDENCIES)
  598. @rm -f test1$(EXEEXT)
  599. $(AM_V_CCLD)$(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
  600. test1Formatted$(EXEEXT): $(test1Formatted_OBJECTS) $(test1Formatted_DEPENDENCIES) $(EXTRA_test1Formatted_DEPENDENCIES)
  601. @rm -f test1Formatted$(EXEEXT)
  602. $(AM_V_CCLD)$(LINK) $(test1Formatted_OBJECTS) $(test1Formatted_LDADD) $(LIBS)
  603. test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES) $(EXTRA_test2_DEPENDENCIES)
  604. @rm -f test2$(EXEEXT)
  605. $(AM_V_CCLD)$(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
  606. test2Formatted$(EXEEXT): $(test2Formatted_OBJECTS) $(test2Formatted_DEPENDENCIES) $(EXTRA_test2Formatted_DEPENDENCIES)
  607. @rm -f test2Formatted$(EXEEXT)
  608. $(AM_V_CCLD)$(LINK) $(test2Formatted_OBJECTS) $(test2Formatted_LDADD) $(LIBS)
  609. test4$(EXEEXT): $(test4_OBJECTS) $(test4_DEPENDENCIES) $(EXTRA_test4_DEPENDENCIES)
  610. @rm -f test4$(EXEEXT)
  611. $(AM_V_CCLD)$(LINK) $(test4_OBJECTS) $(test4_LDADD) $(LIBS)
  612. testReplaceExisting$(EXEEXT): $(testReplaceExisting_OBJECTS) $(testReplaceExisting_DEPENDENCIES) $(EXTRA_testReplaceExisting_DEPENDENCIES)
  613. @rm -f testReplaceExisting$(EXEEXT)
  614. $(AM_V_CCLD)$(LINK) $(testReplaceExisting_OBJECTS) $(testReplaceExisting_LDADD) $(LIBS)
  615. test_cast$(EXEEXT): $(test_cast_OBJECTS) $(test_cast_DEPENDENCIES) $(EXTRA_test_cast_DEPENDENCIES)
  616. @rm -f test_cast$(EXEEXT)
  617. $(AM_V_CCLD)$(LINK) $(test_cast_OBJECTS) $(test_cast_LDADD) $(LIBS)
  618. test_charcase$(EXEEXT): $(test_charcase_OBJECTS) $(test_charcase_DEPENDENCIES) $(EXTRA_test_charcase_DEPENDENCIES)
  619. @rm -f test_charcase$(EXEEXT)
  620. $(AM_V_CCLD)$(LINK) $(test_charcase_OBJECTS) $(test_charcase_LDADD) $(LIBS)
  621. test_locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES) $(EXTRA_test_locale_DEPENDENCIES)
  622. @rm -f test_locale$(EXEEXT)
  623. $(AM_V_CCLD)$(LINK) $(test_locale_OBJECTS) $(test_locale_LDADD) $(LIBS)
  624. test_null$(EXEEXT): $(test_null_OBJECTS) $(test_null_DEPENDENCIES) $(EXTRA_test_null_DEPENDENCIES)
  625. @rm -f test_null$(EXEEXT)
  626. $(AM_V_CCLD)$(LINK) $(test_null_OBJECTS) $(test_null_LDADD) $(LIBS)
  627. test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES) $(EXTRA_test_parse_DEPENDENCIES)
  628. @rm -f test_parse$(EXEEXT)
  629. $(AM_V_CCLD)$(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
  630. test_parse_int64$(EXEEXT): $(test_parse_int64_OBJECTS) $(test_parse_int64_DEPENDENCIES) $(EXTRA_test_parse_int64_DEPENDENCIES)
  631. @rm -f test_parse_int64$(EXEEXT)
  632. $(AM_V_CCLD)$(LINK) $(test_parse_int64_OBJECTS) $(test_parse_int64_LDADD) $(LIBS)
  633. test_printbuf$(EXEEXT): $(test_printbuf_OBJECTS) $(test_printbuf_DEPENDENCIES) $(EXTRA_test_printbuf_DEPENDENCIES)
  634. @rm -f test_printbuf$(EXEEXT)
  635. $(AM_V_CCLD)$(LINK) $(test_printbuf_OBJECTS) $(test_printbuf_LDADD) $(LIBS)
  636. test_set_serializer$(EXEEXT): $(test_set_serializer_OBJECTS) $(test_set_serializer_DEPENDENCIES) $(EXTRA_test_set_serializer_DEPENDENCIES)
  637. @rm -f test_set_serializer$(EXEEXT)
  638. $(AM_V_CCLD)$(LINK) $(test_set_serializer_OBJECTS) $(test_set_serializer_LDADD) $(LIBS)
  639. mostlyclean-compile:
  640. -rm -f *.$(OBJEXT)
  641. distclean-compile:
  642. -rm -f *.tab.c
  643. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
  644. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-parse_flags.Po@am__quote@
  645. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-test1.Po@am__quote@
  646. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
  647. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-parse_flags.Po@am__quote@
  648. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-test2.Po@am__quote@
  649. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4.Po@am__quote@
  650. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testReplaceExisting.Po@am__quote@
  651. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cast.Po@am__quote@
  652. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_charcase.Po@am__quote@
  653. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_locale.Po@am__quote@
  654. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_null.Po@am__quote@
  655. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse.Po@am__quote@
  656. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse_int64.Po@am__quote@
  657. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_printbuf.Po@am__quote@
  658. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_set_serializer.Po@am__quote@
  659. .c.o:
  660. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  661. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  662. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  663. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  664. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  665. .c.obj:
  666. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  667. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  668. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  669. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  670. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  671. .c.lo:
  672. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  673. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  674. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  675. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  676. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  677. test1Formatted-test1.o: test1.c
  678. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-test1.o -MD -MP -MF $(DEPDIR)/test1Formatted-test1.Tpo -c -o test1Formatted-test1.o `test -f 'test1.c' || echo '$(srcdir)/'`test1.c
  679. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
  680. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test1.c' object='test1Formatted-test1.o' libtool=no @AMDEPBACKSLASH@
  681. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  682. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-test1.o `test -f 'test1.c' || echo '$(srcdir)/'`test1.c
  683. test1Formatted-test1.obj: test1.c
  684. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-test1.obj -MD -MP -MF $(DEPDIR)/test1Formatted-test1.Tpo -c -o test1Formatted-test1.obj `if test -f 'test1.c'; then $(CYGPATH_W) 'test1.c'; else $(CYGPATH_W) '$(srcdir)/test1.c'; fi`
  685. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
  686. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test1.c' object='test1Formatted-test1.obj' libtool=no @AMDEPBACKSLASH@
  687. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  688. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-test1.obj `if test -f 'test1.c'; then $(CYGPATH_W) 'test1.c'; else $(CYGPATH_W) '$(srcdir)/test1.c'; fi`
  689. test1Formatted-parse_flags.o: parse_flags.c
  690. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-parse_flags.o -MD -MP -MF $(DEPDIR)/test1Formatted-parse_flags.Tpo -c -o test1Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
  691. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
  692. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='parse_flags.c' object='test1Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
  693. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  694. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
  695. test1Formatted-parse_flags.obj: parse_flags.c
  696. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test1Formatted-parse_flags.obj -MD -MP -MF $(DEPDIR)/test1Formatted-parse_flags.Tpo -c -o test1Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
  697. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
  698. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='parse_flags.c' object='test1Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
  699. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  700. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
  701. test2Formatted-test2.o: test2.c
  702. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-test2.o -MD -MP -MF $(DEPDIR)/test2Formatted-test2.Tpo -c -o test2Formatted-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
  703. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
  704. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test2.c' object='test2Formatted-test2.o' libtool=no @AMDEPBACKSLASH@
  705. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  706. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
  707. test2Formatted-test2.obj: test2.c
  708. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-test2.obj -MD -MP -MF $(DEPDIR)/test2Formatted-test2.Tpo -c -o test2Formatted-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
  709. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
  710. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test2.c' object='test2Formatted-test2.obj' libtool=no @AMDEPBACKSLASH@
  711. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  712. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-test2.obj `if test -f 'test2.c'; then $(CYGPATH_W) 'test2.c'; else $(CYGPATH_W) '$(srcdir)/test2.c'; fi`
  713. test2Formatted-parse_flags.o: parse_flags.c
  714. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-parse_flags.o -MD -MP -MF $(DEPDIR)/test2Formatted-parse_flags.Tpo -c -o test2Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
  715. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
  716. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='parse_flags.c' object='test2Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
  717. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  718. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-parse_flags.o `test -f 'parse_flags.c' || echo '$(srcdir)/'`parse_flags.c
  719. test2Formatted-parse_flags.obj: parse_flags.c
  720. @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test2Formatted-parse_flags.obj -MD -MP -MF $(DEPDIR)/test2Formatted-parse_flags.Tpo -c -o test2Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
  721. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
  722. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='parse_flags.c' object='test2Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
  723. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  724. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-parse_flags.obj `if test -f 'parse_flags.c'; then $(CYGPATH_W) 'parse_flags.c'; else $(CYGPATH_W) '$(srcdir)/parse_flags.c'; fi`
  725. mostlyclean-libtool:
  726. -rm -f *.lo
  727. clean-libtool:
  728. -rm -rf .libs _libs
  729. ID: $(am__tagged_files)
  730. $(am__define_uniq_tagged_files); mkid -fID $$unique
  731. tags: tags-am
  732. TAGS: tags
  733. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  734. set x; \
  735. here=`pwd`; \
  736. $(am__define_uniq_tagged_files); \
  737. shift; \
  738. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  739. test -n "$$unique" || unique=$$empty_fix; \
  740. if test $$# -gt 0; then \
  741. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  742. "$$@" $$unique; \
  743. else \
  744. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  745. $$unique; \
  746. fi; \
  747. fi
  748. ctags: ctags-am
  749. CTAGS: ctags
  750. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  751. $(am__define_uniq_tagged_files); \
  752. test -z "$(CTAGS_ARGS)$$unique" \
  753. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  754. $$unique
  755. GTAGS:
  756. here=`$(am__cd) $(top_builddir) && pwd` \
  757. && $(am__cd) $(top_srcdir) \
  758. && gtags -i $(GTAGS_ARGS) "$$here"
  759. cscopelist: cscopelist-am
  760. cscopelist-am: $(am__tagged_files)
  761. list='$(am__tagged_files)'; \
  762. case "$(srcdir)" in \
  763. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  764. *) sdir=$(subdir)/$(srcdir) ;; \
  765. esac; \
  766. for i in $$list; do \
  767. if test -f "$$i"; then \
  768. echo "$(subdir)/$$i"; \
  769. else \
  770. echo "$$sdir/$$i"; \
  771. fi; \
  772. done >> $(top_builddir)/cscope.files
  773. distclean-tags:
  774. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  775. # Recover from deleted '.trs' file; this should ensure that
  776. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  777. # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
  778. # to avoid problems with "make -n".
  779. .log.trs:
  780. rm -f $< $@
  781. $(MAKE) $(AM_MAKEFLAGS) $<
  782. # Leading 'am--fnord' is there to ensure the list of targets does not
  783. # expand to empty, as could happen e.g. with make check TESTS=''.
  784. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  785. am--force-recheck:
  786. @:
  787. $(TEST_SUITE_LOG): $(TEST_LOGS)
  788. @$(am__set_TESTS_bases); \
  789. am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  790. redo_bases=`for i in $$bases; do \
  791. am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  792. done`; \
  793. if test -n "$$redo_bases"; then \
  794. redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  795. redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  796. if $(am__make_dryrun); then :; else \
  797. rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  798. fi; \
  799. fi; \
  800. if test -n "$$am__remaking_logs"; then \
  801. echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  802. "recursion detected" >&2; \
  803. else \
  804. am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  805. fi; \
  806. if $(am__make_dryrun); then :; else \
  807. st=0; \
  808. errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  809. for i in $$redo_bases; do \
  810. test -f $$i.trs && test -r $$i.trs \
  811. || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  812. test -f $$i.log && test -r $$i.log \
  813. || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  814. done; \
  815. test $$st -eq 0 || exit 1; \
  816. fi
  817. @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  818. ws='[ ]'; \
  819. results=`for b in $$bases; do echo $$b.trs; done`; \
  820. test -n "$$results" || results=/dev/null; \
  821. all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
  822. pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
  823. fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
  824. skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
  825. xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  826. xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  827. error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  828. if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  829. success=true; \
  830. else \
  831. success=false; \
  832. fi; \
  833. br='==================='; br=$$br$$br$$br$$br; \
  834. result_count () \
  835. { \
  836. if test x"$$1" = x"--maybe-color"; then \
  837. maybe_colorize=yes; \
  838. elif test x"$$1" = x"--no-color"; then \
  839. maybe_colorize=no; \
  840. else \
  841. echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  842. fi; \
  843. shift; \
  844. desc=$$1 count=$$2; \
  845. if test $$maybe_colorize = yes && test $$count -gt 0; then \
  846. color_start=$$3 color_end=$$std; \
  847. else \
  848. color_start= color_end=; \
  849. fi; \
  850. echo "$${color_start}# $$desc $$count$${color_end}"; \
  851. }; \
  852. create_testsuite_report () \
  853. { \
  854. result_count $$1 "TOTAL:" $$all "$$brg"; \
  855. result_count $$1 "PASS: " $$pass "$$grn"; \
  856. result_count $$1 "SKIP: " $$skip "$$blu"; \
  857. result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  858. result_count $$1 "FAIL: " $$fail "$$red"; \
  859. result_count $$1 "XPASS:" $$xpass "$$red"; \
  860. result_count $$1 "ERROR:" $$error "$$mgn"; \
  861. }; \
  862. { \
  863. echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
  864. $(am__rst_title); \
  865. create_testsuite_report --no-color; \
  866. echo; \
  867. echo ".. contents:: :depth: 2"; \
  868. echo; \
  869. for b in $$bases; do echo $$b; done \
  870. | $(am__create_global_log); \
  871. } >$(TEST_SUITE_LOG).tmp || exit 1; \
  872. mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
  873. if $$success; then \
  874. col="$$grn"; \
  875. else \
  876. col="$$red"; \
  877. test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
  878. fi; \
  879. echo "$${col}$$br$${std}"; \
  880. echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
  881. echo "$${col}$$br$${std}"; \
  882. create_testsuite_report --maybe-color; \
  883. echo "$$col$$br$$std"; \
  884. if $$success; then :; else \
  885. echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
  886. if test -n "$(PACKAGE_BUGREPORT)"; then \
  887. echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  888. fi; \
  889. echo "$$col$$br$$std"; \
  890. fi; \
  891. $$success || exit 1
  892. check-TESTS:
  893. @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
  894. @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  895. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  896. @set +e; $(am__set_TESTS_bases); \
  897. log_list=`for i in $$bases; do echo $$i.log; done`; \
  898. trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  899. log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  900. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  901. exit $$?;
  902. recheck: all $(check_PROGRAMS)
  903. @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  904. @set +e; $(am__set_TESTS_bases); \
  905. bases=`for i in $$bases; do echo $$i; done \
  906. | $(am__list_recheck_tests)` || exit 1; \
  907. log_list=`for i in $$bases; do echo $$i.log; done`; \
  908. log_list=`echo $$log_list`; \
  909. $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  910. am__force_recheck=am--force-recheck \
  911. TEST_LOGS="$$log_list"; \
  912. exit $$?
  913. .test.log:
  914. @p='$<'; \
  915. $(am__set_b); \
  916. $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  917. --log-file $$b.log --trs-file $$b.trs \
  918. $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  919. "$$tst" $(AM_TESTS_FD_REDIRECT)
  920. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  921. @am__EXEEXT_TRUE@ @p='$<'; \
  922. @am__EXEEXT_TRUE@ $(am__set_b); \
  923. @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  924. @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
  925. @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  926. @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
  927. distdir: $(DISTFILES)
  928. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  929. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  930. list='$(DISTFILES)'; \
  931. dist_files=`for file in $$list; do echo $$file; done | \
  932. sed -e "s|^$$srcdirstrip/||;t" \
  933. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  934. case $$dist_files in \
  935. */*) $(MKDIR_P) `echo "$$dist_files" | \
  936. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  937. sort -u` ;; \
  938. esac; \
  939. for file in $$dist_files; do \
  940. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  941. if test -d $$d/$$file; then \
  942. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  943. if test -d "$(distdir)/$$file"; then \
  944. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  945. fi; \
  946. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  947. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  948. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  949. fi; \
  950. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  951. else \
  952. test -f "$(distdir)/$$file" \
  953. || cp -p $$d/$$file "$(distdir)/$$file" \
  954. || exit 1; \
  955. fi; \
  956. done
  957. check-am: all-am
  958. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  959. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  960. check: check-am
  961. all-am: Makefile
  962. installdirs:
  963. install: install-am
  964. install-exec: install-exec-am
  965. install-data: install-data-am
  966. uninstall: uninstall-am
  967. install-am: all-am
  968. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  969. installcheck: installcheck-am
  970. install-strip:
  971. if test -z '$(STRIP)'; then \
  972. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  973. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  974. install; \
  975. else \
  976. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  977. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  978. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  979. fi
  980. mostlyclean-generic:
  981. -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  982. -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  983. -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  984. clean-generic:
  985. distclean-generic:
  986. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  987. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  988. maintainer-clean-generic:
  989. @echo "This command is intended for maintainers to use"
  990. @echo "it deletes files that may require special tools to rebuild."
  991. clean: clean-am
  992. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  993. mostlyclean-am
  994. distclean: distclean-am
  995. -rm -rf ./$(DEPDIR)
  996. -rm -f Makefile
  997. distclean-am: clean-am distclean-compile distclean-generic \
  998. distclean-local distclean-tags
  999. dvi: dvi-am
  1000. dvi-am:
  1001. html: html-am
  1002. html-am:
  1003. info: info-am
  1004. info-am:
  1005. install-data-am:
  1006. install-dvi: install-dvi-am
  1007. install-dvi-am:
  1008. install-exec-am:
  1009. install-html: install-html-am
  1010. install-html-am:
  1011. install-info: install-info-am
  1012. install-info-am:
  1013. install-man:
  1014. install-pdf: install-pdf-am
  1015. install-pdf-am:
  1016. install-ps: install-ps-am
  1017. install-ps-am:
  1018. installcheck-am:
  1019. maintainer-clean: maintainer-clean-am
  1020. -rm -rf ./$(DEPDIR)
  1021. -rm -f Makefile
  1022. maintainer-clean-am: distclean-am maintainer-clean-generic
  1023. mostlyclean: mostlyclean-am
  1024. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1025. mostlyclean-libtool
  1026. pdf: pdf-am
  1027. pdf-am:
  1028. ps: ps-am
  1029. ps-am:
  1030. uninstall-am:
  1031. .MAKE: check-am install-am install-strip
  1032. .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
  1033. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  1034. ctags ctags-am distclean distclean-compile distclean-generic \
  1035. distclean-libtool distclean-local distclean-tags distdir dvi \
  1036. dvi-am html html-am info info-am install install-am \
  1037. install-data install-data-am install-dvi install-dvi-am \
  1038. install-exec install-exec-am install-html install-html-am \
  1039. install-info install-info-am install-man install-pdf \
  1040. install-pdf-am install-ps install-ps-am install-strip \
  1041. installcheck installcheck-am installdirs maintainer-clean \
  1042. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1043. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1044. recheck tags tags-am uninstall uninstall-am
  1045. distclean-local:
  1046. -rm -rf $(testsubdir)
  1047. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1048. # Otherwise a system limit (for SysV at least) may be exceeded.
  1049. .NOEXPORT: