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

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