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 31 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. DIST_COMMON = $(srcdir)/../Makefile.am.inc $(srcdir)/Makefile.am \
  34. $(srcdir)/Makefile.in
  35. check_PROGRAMS = test1$(EXEEXT) test1Formatted$(EXEEXT) test2$(EXEEXT) \
  36. test2Formatted$(EXEEXT) test4$(EXEEXT) \
  37. testReplaceExisting$(EXEEXT) test_parse_int64$(EXEEXT) \
  38. test_null$(EXEEXT) test_cast$(EXEEXT) test_parse$(EXEEXT) \
  39. test_locale$(EXEEXT) test_printbuf$(EXEEXT) \
  40. test_set_serializer$(EXEEXT)
  41. subdir = tests
  42. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  43. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  44. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  45. $(ACLOCAL_M4)
  46. mkinstalldirs = $(install_sh) -d
  47. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/json_config.h
  48. CONFIG_CLEAN_FILES =
  49. CONFIG_CLEAN_VPATH_FILES =
  50. test1_SOURCES = test1.c
  51. test1_OBJECTS = test1.$(OBJEXT)
  52. test1_DEPENDENCIES = $(LIBJSON_LA)
  53. am_test1Formatted_OBJECTS = test1Formatted-test1.$(OBJEXT) \
  54. test1Formatted-parse_flags.$(OBJEXT)
  55. test1Formatted_OBJECTS = $(am_test1Formatted_OBJECTS)
  56. test1Formatted_DEPENDENCIES = $(LIBJSON_LA)
  57. test2_SOURCES = test2.c
  58. test2_OBJECTS = test2.$(OBJEXT)
  59. test2_DEPENDENCIES = $(LIBJSON_LA)
  60. am_test2Formatted_OBJECTS = test2Formatted-test2.$(OBJEXT) \
  61. test2Formatted-parse_flags.$(OBJEXT)
  62. test2Formatted_OBJECTS = $(am_test2Formatted_OBJECTS)
  63. test2Formatted_DEPENDENCIES = $(LIBJSON_LA)
  64. test4_SOURCES = test4.c
  65. test4_OBJECTS = test4.$(OBJEXT)
  66. test4_DEPENDENCIES = $(LIBJSON_LA)
  67. testReplaceExisting_SOURCES = testReplaceExisting.c
  68. testReplaceExisting_OBJECTS = testReplaceExisting.$(OBJEXT)
  69. testReplaceExisting_DEPENDENCIES = $(LIBJSON_LA)
  70. test_cast_SOURCES = test_cast.c
  71. test_cast_OBJECTS = test_cast.$(OBJEXT)
  72. test_cast_DEPENDENCIES = $(LIBJSON_LA)
  73. test_locale_SOURCES = test_locale.c
  74. test_locale_OBJECTS = test_locale.$(OBJEXT)
  75. test_locale_DEPENDENCIES = $(LIBJSON_LA)
  76. test_null_SOURCES = test_null.c
  77. test_null_OBJECTS = test_null.$(OBJEXT)
  78. test_null_DEPENDENCIES = $(LIBJSON_LA)
  79. test_parse_SOURCES = test_parse.c
  80. test_parse_OBJECTS = test_parse.$(OBJEXT)
  81. test_parse_DEPENDENCIES = $(LIBJSON_LA)
  82. test_parse_int64_SOURCES = test_parse_int64.c
  83. test_parse_int64_OBJECTS = test_parse_int64.$(OBJEXT)
  84. test_parse_int64_DEPENDENCIES = $(LIBJSON_LA)
  85. test_printbuf_SOURCES = test_printbuf.c
  86. test_printbuf_OBJECTS = test_printbuf.$(OBJEXT)
  87. test_printbuf_DEPENDENCIES = $(LIBJSON_LA)
  88. test_set_serializer_SOURCES = test_set_serializer.c
  89. test_set_serializer_OBJECTS = test_set_serializer.$(OBJEXT)
  90. test_set_serializer_DEPENDENCIES = $(LIBJSON_LA)
  91. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  92. depcomp = $(SHELL) $(top_srcdir)/depcomp
  93. am__depfiles_maybe = depfiles
  94. am__mv = mv -f
  95. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  96. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  97. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  98. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  99. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  100. CCLD = $(CC)
  101. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  102. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  103. $(LDFLAGS) -o $@
  104. SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
  105. $(test2Formatted_SOURCES) test4.c testReplaceExisting.c \
  106. test_cast.c test_locale.c test_null.c test_parse.c \
  107. test_parse_int64.c test_printbuf.c test_set_serializer.c
  108. DIST_SOURCES = test1.c $(test1Formatted_SOURCES) test2.c \
  109. $(test2Formatted_SOURCES) test4.c testReplaceExisting.c \
  110. test_cast.c test_locale.c test_null.c test_parse.c \
  111. test_parse_int64.c test_printbuf.c test_set_serializer.c
  112. ETAGS = etags
  113. CTAGS = ctags
  114. am__tty_colors = \
  115. red=; grn=; lgn=; blu=; std=
  116. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  117. ACLOCAL = @ACLOCAL@
  118. AMTAR = @AMTAR@
  119. AR = @AR@
  120. AUTOCONF = @AUTOCONF@
  121. AUTOHEADER = @AUTOHEADER@
  122. AUTOMAKE = @AUTOMAKE@
  123. AWK = @AWK@
  124. CC = @CC@
  125. CCDEPMODE = @CCDEPMODE@
  126. CFLAGS = @CFLAGS@
  127. CPP = @CPP@
  128. CPPFLAGS = @CPPFLAGS@
  129. CYGPATH_W = @CYGPATH_W@
  130. DEFS = @DEFS@
  131. DEPDIR = @DEPDIR@
  132. DSYMUTIL = @DSYMUTIL@
  133. DUMPBIN = @DUMPBIN@
  134. ECHO_C = @ECHO_C@
  135. ECHO_N = @ECHO_N@
  136. ECHO_T = @ECHO_T@
  137. EGREP = @EGREP@
  138. EXEEXT = @EXEEXT@
  139. FGREP = @FGREP@
  140. GREP = @GREP@
  141. INSTALL = @INSTALL@
  142. INSTALL_DATA = @INSTALL_DATA@
  143. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  144. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  145. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  146. LD = @LD@
  147. LDFLAGS = @LDFLAGS@
  148. LIBOBJS = @LIBOBJS@
  149. LIBS = @LIBS@
  150. LIBTOOL = @LIBTOOL@
  151. LIPO = @LIPO@
  152. LN_S = @LN_S@
  153. LTLIBOBJS = @LTLIBOBJS@
  154. MAKEINFO = @MAKEINFO@
  155. MKDIR_P = @MKDIR_P@
  156. NM = @NM@
  157. NMEDIT = @NMEDIT@
  158. OBJDUMP = @OBJDUMP@
  159. OBJEXT = @OBJEXT@
  160. OTOOL = @OTOOL@
  161. OTOOL64 = @OTOOL64@
  162. PACKAGE = @PACKAGE@
  163. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  164. PACKAGE_NAME = @PACKAGE_NAME@
  165. PACKAGE_STRING = @PACKAGE_STRING@
  166. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  167. PACKAGE_URL = @PACKAGE_URL@
  168. PACKAGE_VERSION = @PACKAGE_VERSION@
  169. PATH_SEPARATOR = @PATH_SEPARATOR@
  170. RANLIB = @RANLIB@
  171. SED = @SED@
  172. SET_MAKE = @SET_MAKE@
  173. SHELL = @SHELL@
  174. STRIP = @STRIP@
  175. VERSION = @VERSION@
  176. abs_builddir = @abs_builddir@
  177. abs_srcdir = @abs_srcdir@
  178. abs_top_builddir = @abs_top_builddir@
  179. abs_top_srcdir = @abs_top_srcdir@
  180. ac_ct_CC = @ac_ct_CC@
  181. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  182. am__include = @am__include@
  183. am__leading_dot = @am__leading_dot@
  184. am__quote = @am__quote@
  185. am__tar = @am__tar@
  186. am__untar = @am__untar@
  187. bindir = @bindir@
  188. build = @build@
  189. build_alias = @build_alias@
  190. build_cpu = @build_cpu@
  191. build_os = @build_os@
  192. build_vendor = @build_vendor@
  193. builddir = @builddir@
  194. datadir = @datadir@
  195. datarootdir = @datarootdir@
  196. docdir = @docdir@
  197. dvidir = @dvidir@
  198. exec_prefix = @exec_prefix@
  199. host = @host@
  200. host_alias = @host_alias@
  201. host_cpu = @host_cpu@
  202. host_os = @host_os@
  203. host_vendor = @host_vendor@
  204. htmldir = @htmldir@
  205. includedir = @includedir@
  206. infodir = @infodir@
  207. install_sh = @install_sh@
  208. libdir = @libdir@
  209. libexecdir = @libexecdir@
  210. localedir = @localedir@
  211. localstatedir = @localstatedir@
  212. lt_ECHO = @lt_ECHO@
  213. mandir = @mandir@
  214. mkdir_p = @mkdir_p@
  215. oldincludedir = @oldincludedir@
  216. pdfdir = @pdfdir@
  217. prefix = @prefix@
  218. program_transform_name = @program_transform_name@
  219. psdir = @psdir@
  220. sbindir = @sbindir@
  221. sharedstatedir = @sharedstatedir@
  222. srcdir = @srcdir@
  223. sysconfdir = @sysconfdir@
  224. target_alias = @target_alias@
  225. top_build_prefix = @top_build_prefix@
  226. top_builddir = @top_builddir@
  227. top_srcdir = @top_srcdir@
  228. AM_CFLAGS = -Wall -Werror -Wextra -Wwrite-strings -Wno-unused-parameter -std=gnu99 -D_GNU_SOURCE -D_REENTRANT
  229. LIBJSON_LA = $(top_builddir)/libjson-c.la
  230. test1_LDADD = $(LIBJSON_LA)
  231. test1Formatted_LDADD = $(LIBJSON_LA)
  232. test1Formatted_SOURCES = test1.c parse_flags.c
  233. test1Formatted_CPPFLAGS = -DTEST_FORMATTED
  234. test2_LDADD = $(LIBJSON_LA)
  235. test2Formatted_LDADD = $(LIBJSON_LA)
  236. test2Formatted_SOURCES = test2.c parse_flags.c
  237. test2Formatted_CPPFLAGS = -DTEST_FORMATTED
  238. test4_LDADD = $(LIBJSON_LA)
  239. testReplaceExisting_LDADD = $(LIBJSON_LA)
  240. test_parse_int64_LDADD = $(LIBJSON_LA)
  241. test_null_LDADD = $(LIBJSON_LA)
  242. test_cast_LDADD = $(LIBJSON_LA)
  243. test_parse_LDADD = $(LIBJSON_LA)
  244. test_locale_LDADD = $(LIBJSON_LA)
  245. TESTS = test1.test test2.test test4.test testReplaceExisting.test \
  246. parse_int64.test test_null.test test_cast.test test_parse.test \
  247. test_locale.test test_printbuf.test test_set_serializer.test
  248. test_printbuf_LDADD = $(LIBJSON_LA)
  249. test_set_serializer_LDADD = $(LIBJSON_LA)
  250. EXTRA_DIST = $(TESTS)
  251. testsubdir = testSubDir
  252. TESTS_ENVIRONMENT = top_builddir=$(top_builddir)
  253. all: all-am
  254. .SUFFIXES:
  255. .SUFFIXES: .c .lo .o .obj
  256. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../Makefile.am.inc $(am__configure_deps)
  257. @for dep in $?; do \
  258. case '$(am__configure_deps)' in \
  259. *$$dep*) \
  260. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  261. && { if test -f $@; then exit 0; else break; fi; }; \
  262. exit 1;; \
  263. esac; \
  264. done; \
  265. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  266. $(am__cd) $(top_srcdir) && \
  267. $(AUTOMAKE) --gnu tests/Makefile
  268. .PRECIOUS: Makefile
  269. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  270. @case '$?' in \
  271. *config.status*) \
  272. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  273. *) \
  274. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  275. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  276. esac;
  277. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  278. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  279. $(top_srcdir)/configure: $(am__configure_deps)
  280. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  281. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  282. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  283. $(am__aclocal_m4_deps):
  284. clean-checkPROGRAMS:
  285. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  286. echo " rm -f" $$list; \
  287. rm -f $$list || exit $$?; \
  288. test -n "$(EXEEXT)" || exit 0; \
  289. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  290. echo " rm -f" $$list; \
  291. rm -f $$list
  292. test1$(EXEEXT): $(test1_OBJECTS) $(test1_DEPENDENCIES)
  293. @rm -f test1$(EXEEXT)
  294. $(LINK) $(test1_OBJECTS) $(test1_LDADD) $(LIBS)
  295. test1Formatted$(EXEEXT): $(test1Formatted_OBJECTS) $(test1Formatted_DEPENDENCIES)
  296. @rm -f test1Formatted$(EXEEXT)
  297. $(LINK) $(test1Formatted_OBJECTS) $(test1Formatted_LDADD) $(LIBS)
  298. test2$(EXEEXT): $(test2_OBJECTS) $(test2_DEPENDENCIES)
  299. @rm -f test2$(EXEEXT)
  300. $(LINK) $(test2_OBJECTS) $(test2_LDADD) $(LIBS)
  301. test2Formatted$(EXEEXT): $(test2Formatted_OBJECTS) $(test2Formatted_DEPENDENCIES)
  302. @rm -f test2Formatted$(EXEEXT)
  303. $(LINK) $(test2Formatted_OBJECTS) $(test2Formatted_LDADD) $(LIBS)
  304. test4$(EXEEXT): $(test4_OBJECTS) $(test4_DEPENDENCIES)
  305. @rm -f test4$(EXEEXT)
  306. $(LINK) $(test4_OBJECTS) $(test4_LDADD) $(LIBS)
  307. testReplaceExisting$(EXEEXT): $(testReplaceExisting_OBJECTS) $(testReplaceExisting_DEPENDENCIES)
  308. @rm -f testReplaceExisting$(EXEEXT)
  309. $(LINK) $(testReplaceExisting_OBJECTS) $(testReplaceExisting_LDADD) $(LIBS)
  310. test_cast$(EXEEXT): $(test_cast_OBJECTS) $(test_cast_DEPENDENCIES)
  311. @rm -f test_cast$(EXEEXT)
  312. $(LINK) $(test_cast_OBJECTS) $(test_cast_LDADD) $(LIBS)
  313. test_locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES)
  314. @rm -f test_locale$(EXEEXT)
  315. $(LINK) $(test_locale_OBJECTS) $(test_locale_LDADD) $(LIBS)
  316. test_null$(EXEEXT): $(test_null_OBJECTS) $(test_null_DEPENDENCIES)
  317. @rm -f test_null$(EXEEXT)
  318. $(LINK) $(test_null_OBJECTS) $(test_null_LDADD) $(LIBS)
  319. test_parse$(EXEEXT): $(test_parse_OBJECTS) $(test_parse_DEPENDENCIES)
  320. @rm -f test_parse$(EXEEXT)
  321. $(LINK) $(test_parse_OBJECTS) $(test_parse_LDADD) $(LIBS)
  322. test_parse_int64$(EXEEXT): $(test_parse_int64_OBJECTS) $(test_parse_int64_DEPENDENCIES)
  323. @rm -f test_parse_int64$(EXEEXT)
  324. $(LINK) $(test_parse_int64_OBJECTS) $(test_parse_int64_LDADD) $(LIBS)
  325. test_printbuf$(EXEEXT): $(test_printbuf_OBJECTS) $(test_printbuf_DEPENDENCIES)
  326. @rm -f test_printbuf$(EXEEXT)
  327. $(LINK) $(test_printbuf_OBJECTS) $(test_printbuf_LDADD) $(LIBS)
  328. test_set_serializer$(EXEEXT): $(test_set_serializer_OBJECTS) $(test_set_serializer_DEPENDENCIES)
  329. @rm -f test_set_serializer$(EXEEXT)
  330. $(LINK) $(test_set_serializer_OBJECTS) $(test_set_serializer_LDADD) $(LIBS)
  331. mostlyclean-compile:
  332. -rm -f *.$(OBJEXT)
  333. distclean-compile:
  334. -rm -f *.tab.c
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1.Po@am__quote@
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-parse_flags.Po@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test1Formatted-test1.Po@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2.Po@am__quote@
  339. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-parse_flags.Po@am__quote@
  340. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2Formatted-test2.Po@am__quote@
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4.Po@am__quote@
  342. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testReplaceExisting.Po@am__quote@
  343. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cast.Po@am__quote@
  344. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_locale.Po@am__quote@
  345. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_null.Po@am__quote@
  346. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse.Po@am__quote@
  347. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse_int64.Po@am__quote@
  348. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_printbuf.Po@am__quote@
  349. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_set_serializer.Po@am__quote@
  350. .c.o:
  351. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  352. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  353. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  354. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  355. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  356. .c.obj:
  357. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  358. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  359. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  360. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  361. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  362. .c.lo:
  363. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  364. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  365. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  366. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  367. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  368. test1Formatted-test1.o: test1.c
  369. @am__fastdepCC_TRUE@ $(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
  370. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
  371. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test1.c' object='test1Formatted-test1.o' libtool=no @AMDEPBACKSLASH@
  372. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  373. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test1Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test1Formatted-test1.o `test -f 'test1.c' || echo '$(srcdir)/'`test1.c
  374. test1Formatted-test1.obj: test1.c
  375. @am__fastdepCC_TRUE@ $(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`
  376. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test1Formatted-test1.Tpo $(DEPDIR)/test1Formatted-test1.Po
  377. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test1.c' object='test1Formatted-test1.obj' libtool=no @AMDEPBACKSLASH@
  378. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  379. @am__fastdepCC_FALSE@ $(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`
  380. test1Formatted-parse_flags.o: parse_flags.c
  381. @am__fastdepCC_TRUE@ $(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
  382. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse_flags.c' object='test1Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
  384. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  385. @am__fastdepCC_FALSE@ $(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
  386. test1Formatted-parse_flags.obj: parse_flags.c
  387. @am__fastdepCC_TRUE@ $(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`
  388. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test1Formatted-parse_flags.Tpo $(DEPDIR)/test1Formatted-parse_flags.Po
  389. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse_flags.c' object='test1Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
  390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  391. @am__fastdepCC_FALSE@ $(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`
  392. test2Formatted-test2.o: test2.c
  393. @am__fastdepCC_TRUE@ $(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
  394. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
  395. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test2.c' object='test2Formatted-test2.o' libtool=no @AMDEPBACKSLASH@
  396. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  397. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test2Formatted_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test2Formatted-test2.o `test -f 'test2.c' || echo '$(srcdir)/'`test2.c
  398. test2Formatted-test2.obj: test2.c
  399. @am__fastdepCC_TRUE@ $(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`
  400. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test2Formatted-test2.Tpo $(DEPDIR)/test2Formatted-test2.Po
  401. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='test2.c' object='test2Formatted-test2.obj' libtool=no @AMDEPBACKSLASH@
  402. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  403. @am__fastdepCC_FALSE@ $(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`
  404. test2Formatted-parse_flags.o: parse_flags.c
  405. @am__fastdepCC_TRUE@ $(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
  406. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
  407. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse_flags.c' object='test2Formatted-parse_flags.o' libtool=no @AMDEPBACKSLASH@
  408. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  409. @am__fastdepCC_FALSE@ $(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
  410. test2Formatted-parse_flags.obj: parse_flags.c
  411. @am__fastdepCC_TRUE@ $(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`
  412. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/test2Formatted-parse_flags.Tpo $(DEPDIR)/test2Formatted-parse_flags.Po
  413. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse_flags.c' object='test2Formatted-parse_flags.obj' libtool=no @AMDEPBACKSLASH@
  414. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  415. @am__fastdepCC_FALSE@ $(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`
  416. mostlyclean-libtool:
  417. -rm -f *.lo
  418. clean-libtool:
  419. -rm -rf .libs _libs
  420. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  421. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  422. unique=`for i in $$list; do \
  423. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  424. done | \
  425. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  426. END { if (nonempty) { for (i in files) print i; }; }'`; \
  427. mkid -fID $$unique
  428. tags: TAGS
  429. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  430. $(TAGS_FILES) $(LISP)
  431. set x; \
  432. here=`pwd`; \
  433. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  434. unique=`for i in $$list; do \
  435. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  436. done | \
  437. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  438. END { if (nonempty) { for (i in files) print i; }; }'`; \
  439. shift; \
  440. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  441. test -n "$$unique" || unique=$$empty_fix; \
  442. if test $$# -gt 0; then \
  443. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  444. "$$@" $$unique; \
  445. else \
  446. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  447. $$unique; \
  448. fi; \
  449. fi
  450. ctags: CTAGS
  451. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  452. $(TAGS_FILES) $(LISP)
  453. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  454. unique=`for i in $$list; do \
  455. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  456. done | \
  457. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  458. END { if (nonempty) { for (i in files) print i; }; }'`; \
  459. test -z "$(CTAGS_ARGS)$$unique" \
  460. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  461. $$unique
  462. GTAGS:
  463. here=`$(am__cd) $(top_builddir) && pwd` \
  464. && $(am__cd) $(top_srcdir) \
  465. && gtags -i $(GTAGS_ARGS) "$$here"
  466. distclean-tags:
  467. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  468. check-TESTS: $(TESTS)
  469. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  470. srcdir=$(srcdir); export srcdir; \
  471. list=' $(TESTS) '; \
  472. $(am__tty_colors); \
  473. if test -n "$$list"; then \
  474. for tst in $$list; do \
  475. if test -f ./$$tst; then dir=./; \
  476. elif test -f $$tst; then dir=; \
  477. else dir="$(srcdir)/"; fi; \
  478. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  479. all=`expr $$all + 1`; \
  480. case " $(XFAIL_TESTS) " in \
  481. *[\ \ ]$$tst[\ \ ]*) \
  482. xpass=`expr $$xpass + 1`; \
  483. failed=`expr $$failed + 1`; \
  484. col=$$red; res=XPASS; \
  485. ;; \
  486. *) \
  487. col=$$grn; res=PASS; \
  488. ;; \
  489. esac; \
  490. elif test $$? -ne 77; then \
  491. all=`expr $$all + 1`; \
  492. case " $(XFAIL_TESTS) " in \
  493. *[\ \ ]$$tst[\ \ ]*) \
  494. xfail=`expr $$xfail + 1`; \
  495. col=$$lgn; res=XFAIL; \
  496. ;; \
  497. *) \
  498. failed=`expr $$failed + 1`; \
  499. col=$$red; res=FAIL; \
  500. ;; \
  501. esac; \
  502. else \
  503. skip=`expr $$skip + 1`; \
  504. col=$$blu; res=SKIP; \
  505. fi; \
  506. echo "$${col}$$res$${std}: $$tst"; \
  507. done; \
  508. if test "$$all" -eq 1; then \
  509. tests="test"; \
  510. All=""; \
  511. else \
  512. tests="tests"; \
  513. All="All "; \
  514. fi; \
  515. if test "$$failed" -eq 0; then \
  516. if test "$$xfail" -eq 0; then \
  517. banner="$$All$$all $$tests passed"; \
  518. else \
  519. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  520. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  521. fi; \
  522. else \
  523. if test "$$xpass" -eq 0; then \
  524. banner="$$failed of $$all $$tests failed"; \
  525. else \
  526. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  527. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  528. fi; \
  529. fi; \
  530. dashes="$$banner"; \
  531. skipped=""; \
  532. if test "$$skip" -ne 0; then \
  533. if test "$$skip" -eq 1; then \
  534. skipped="($$skip test was not run)"; \
  535. else \
  536. skipped="($$skip tests were not run)"; \
  537. fi; \
  538. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  539. dashes="$$skipped"; \
  540. fi; \
  541. report=""; \
  542. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  543. report="Please report to $(PACKAGE_BUGREPORT)"; \
  544. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  545. dashes="$$report"; \
  546. fi; \
  547. dashes=`echo "$$dashes" | sed s/./=/g`; \
  548. if test "$$failed" -eq 0; then \
  549. echo "$$grn$$dashes"; \
  550. else \
  551. echo "$$red$$dashes"; \
  552. fi; \
  553. echo "$$banner"; \
  554. test -z "$$skipped" || echo "$$skipped"; \
  555. test -z "$$report" || echo "$$report"; \
  556. echo "$$dashes$$std"; \
  557. test "$$failed" -eq 0; \
  558. else :; fi
  559. distdir: $(DISTFILES)
  560. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  561. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  562. list='$(DISTFILES)'; \
  563. dist_files=`for file in $$list; do echo $$file; done | \
  564. sed -e "s|^$$srcdirstrip/||;t" \
  565. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  566. case $$dist_files in \
  567. */*) $(MKDIR_P) `echo "$$dist_files" | \
  568. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  569. sort -u` ;; \
  570. esac; \
  571. for file in $$dist_files; do \
  572. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  573. if test -d $$d/$$file; then \
  574. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  575. if test -d "$(distdir)/$$file"; then \
  576. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  577. fi; \
  578. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  579. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  580. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  581. fi; \
  582. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  583. else \
  584. test -f "$(distdir)/$$file" \
  585. || cp -p $$d/$$file "$(distdir)/$$file" \
  586. || exit 1; \
  587. fi; \
  588. done
  589. check-am: all-am
  590. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  591. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  592. check: check-am
  593. all-am: Makefile
  594. installdirs:
  595. install: install-am
  596. install-exec: install-exec-am
  597. install-data: install-data-am
  598. uninstall: uninstall-am
  599. install-am: all-am
  600. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  601. installcheck: installcheck-am
  602. install-strip:
  603. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  604. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  605. `test -z '$(STRIP)' || \
  606. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  607. mostlyclean-generic:
  608. clean-generic:
  609. distclean-generic:
  610. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  611. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  612. maintainer-clean-generic:
  613. @echo "This command is intended for maintainers to use"
  614. @echo "it deletes files that may require special tools to rebuild."
  615. clean: clean-am
  616. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  617. mostlyclean-am
  618. distclean: distclean-am
  619. -rm -rf ./$(DEPDIR)
  620. -rm -f Makefile
  621. distclean-am: clean-am distclean-compile distclean-generic \
  622. distclean-local distclean-tags
  623. dvi: dvi-am
  624. dvi-am:
  625. html: html-am
  626. html-am:
  627. info: info-am
  628. info-am:
  629. install-data-am:
  630. install-dvi: install-dvi-am
  631. install-dvi-am:
  632. install-exec-am:
  633. install-html: install-html-am
  634. install-html-am:
  635. install-info: install-info-am
  636. install-info-am:
  637. install-man:
  638. install-pdf: install-pdf-am
  639. install-pdf-am:
  640. install-ps: install-ps-am
  641. install-ps-am:
  642. installcheck-am:
  643. maintainer-clean: maintainer-clean-am
  644. -rm -rf ./$(DEPDIR)
  645. -rm -f Makefile
  646. maintainer-clean-am: distclean-am maintainer-clean-generic
  647. mostlyclean: mostlyclean-am
  648. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  649. mostlyclean-libtool
  650. pdf: pdf-am
  651. pdf-am:
  652. ps: ps-am
  653. ps-am:
  654. uninstall-am:
  655. .MAKE: check-am install-am install-strip
  656. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  657. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  658. distclean distclean-compile distclean-generic \
  659. distclean-libtool distclean-local distclean-tags distdir dvi \
  660. dvi-am html html-am info info-am install install-am \
  661. install-data install-data-am install-dvi install-dvi-am \
  662. install-exec install-exec-am install-html install-html-am \
  663. install-info install-info-am install-man install-pdf \
  664. install-pdf-am install-ps install-ps-am install-strip \
  665. installcheck installcheck-am installdirs maintainer-clean \
  666. maintainer-clean-generic mostlyclean mostlyclean-compile \
  667. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  668. tags uninstall uninstall-am
  669. distclean-local:
  670. -rm -rf $(testsubdir)
  671. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  672. # Otherwise a system limit (for SysV at least) may be exceeded.
  673. .NOEXPORT: