Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
  5. # Foundation, 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. check_PROGRAMS = json_process$(EXEEXT)
  34. subdir = test/bin
  35. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  39. $(ACLOCAL_M4)
  40. mkinstalldirs = $(install_sh) -d
  41. CONFIG_HEADER = $(top_builddir)/config.h
  42. CONFIG_CLEAN_FILES =
  43. CONFIG_CLEAN_VPATH_FILES =
  44. json_process_SOURCES = json_process.c
  45. json_process_OBJECTS = json_process.$(OBJEXT)
  46. json_process_LDADD = $(LDADD)
  47. json_process_DEPENDENCIES = $(top_builddir)/src/libjansson.la
  48. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  49. depcomp = $(SHELL) $(top_srcdir)/depcomp
  50. am__depfiles_maybe = depfiles
  51. am__mv = mv -f
  52. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  53. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  54. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  55. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  56. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  57. CCLD = $(CC)
  58. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  59. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  60. $(LDFLAGS) -o $@
  61. SOURCES = json_process.c
  62. DIST_SOURCES = json_process.c
  63. ETAGS = etags
  64. CTAGS = ctags
  65. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  66. ACLOCAL = @ACLOCAL@
  67. AMTAR = @AMTAR@
  68. AR = @AR@
  69. AUTOCONF = @AUTOCONF@
  70. AUTOHEADER = @AUTOHEADER@
  71. AUTOMAKE = @AUTOMAKE@
  72. AWK = @AWK@
  73. CC = @CC@
  74. CCDEPMODE = @CCDEPMODE@
  75. CFLAGS = @CFLAGS@
  76. CPP = @CPP@
  77. CPPFLAGS = @CPPFLAGS@
  78. CYGPATH_W = @CYGPATH_W@
  79. DEFS = @DEFS@
  80. DEPDIR = @DEPDIR@
  81. DLLTOOL = @DLLTOOL@
  82. DSYMUTIL = @DSYMUTIL@
  83. DUMPBIN = @DUMPBIN@
  84. ECHO_C = @ECHO_C@
  85. ECHO_N = @ECHO_N@
  86. ECHO_T = @ECHO_T@
  87. EGREP = @EGREP@
  88. EXEEXT = @EXEEXT@
  89. FGREP = @FGREP@
  90. GREP = @GREP@
  91. INSTALL = @INSTALL@
  92. INSTALL_DATA = @INSTALL_DATA@
  93. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  94. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  95. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  96. LD = @LD@
  97. LDFLAGS = -static # for speed and Valgrind
  98. LIBOBJS = @LIBOBJS@
  99. LIBS = @LIBS@
  100. LIBTOOL = @LIBTOOL@
  101. LIPO = @LIPO@
  102. LN_S = @LN_S@
  103. LTLIBOBJS = @LTLIBOBJS@
  104. MAKEINFO = @MAKEINFO@
  105. MANIFEST_TOOL = @MANIFEST_TOOL@
  106. MKDIR_P = @MKDIR_P@
  107. NM = @NM@
  108. NMEDIT = @NMEDIT@
  109. OBJDUMP = @OBJDUMP@
  110. OBJEXT = @OBJEXT@
  111. OTOOL = @OTOOL@
  112. OTOOL64 = @OTOOL64@
  113. PACKAGE = @PACKAGE@
  114. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  115. PACKAGE_NAME = @PACKAGE_NAME@
  116. PACKAGE_STRING = @PACKAGE_STRING@
  117. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  118. PACKAGE_URL = @PACKAGE_URL@
  119. PACKAGE_VERSION = @PACKAGE_VERSION@
  120. PATH_SEPARATOR = @PATH_SEPARATOR@
  121. RANLIB = @RANLIB@
  122. SED = @SED@
  123. SET_MAKE = @SET_MAKE@
  124. SHELL = @SHELL@
  125. STRIP = @STRIP@
  126. VERSION = @VERSION@
  127. abs_builddir = @abs_builddir@
  128. abs_srcdir = @abs_srcdir@
  129. abs_top_builddir = @abs_top_builddir@
  130. abs_top_srcdir = @abs_top_srcdir@
  131. ac_ct_AR = @ac_ct_AR@
  132. ac_ct_CC = @ac_ct_CC@
  133. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  134. am__include = @am__include@
  135. am__leading_dot = @am__leading_dot@
  136. am__quote = @am__quote@
  137. am__tar = @am__tar@
  138. am__untar = @am__untar@
  139. bindir = @bindir@
  140. build = @build@
  141. build_alias = @build_alias@
  142. build_cpu = @build_cpu@
  143. build_os = @build_os@
  144. build_vendor = @build_vendor@
  145. builddir = @builddir@
  146. datadir = @datadir@
  147. datarootdir = @datarootdir@
  148. docdir = @docdir@
  149. dvidir = @dvidir@
  150. exec_prefix = @exec_prefix@
  151. host = @host@
  152. host_alias = @host_alias@
  153. host_cpu = @host_cpu@
  154. host_os = @host_os@
  155. host_vendor = @host_vendor@
  156. htmldir = @htmldir@
  157. includedir = @includedir@
  158. infodir = @infodir@
  159. install_sh = @install_sh@
  160. json_have_localeconv = @json_have_localeconv@
  161. json_have_long_long = @json_have_long_long@
  162. json_inline = @json_inline@
  163. libdir = @libdir@
  164. libexecdir = @libexecdir@
  165. localedir = @localedir@
  166. localstatedir = @localstatedir@
  167. mandir = @mandir@
  168. mkdir_p = @mkdir_p@
  169. oldincludedir = @oldincludedir@
  170. pdfdir = @pdfdir@
  171. prefix = @prefix@
  172. program_transform_name = @program_transform_name@
  173. psdir = @psdir@
  174. sbindir = @sbindir@
  175. sharedstatedir = @sharedstatedir@
  176. srcdir = @srcdir@
  177. sysconfdir = @sysconfdir@
  178. target_alias = @target_alias@
  179. top_build_prefix = @top_build_prefix@
  180. top_builddir = @top_builddir@
  181. top_srcdir = @top_srcdir@
  182. AM_CPPFLAGS = -I$(top_srcdir)/src
  183. AM_CFLAGS = -Wall -Werror
  184. LDADD = $(top_builddir)/src/libjansson.la
  185. all: all-am
  186. .SUFFIXES:
  187. .SUFFIXES: .c .lo .o .obj
  188. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  189. @for dep in $?; do \
  190. case '$(am__configure_deps)' in \
  191. *$$dep*) \
  192. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  193. && { if test -f $@; then exit 0; else break; fi; }; \
  194. exit 1;; \
  195. esac; \
  196. done; \
  197. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/bin/Makefile'; \
  198. $(am__cd) $(top_srcdir) && \
  199. $(AUTOMAKE) --foreign test/bin/Makefile
  200. .PRECIOUS: Makefile
  201. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  202. @case '$?' in \
  203. *config.status*) \
  204. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  205. *) \
  206. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  207. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  208. esac;
  209. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  210. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  211. $(top_srcdir)/configure: $(am__configure_deps)
  212. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  213. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  214. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  215. $(am__aclocal_m4_deps):
  216. clean-checkPROGRAMS:
  217. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  218. echo " rm -f" $$list; \
  219. rm -f $$list || exit $$?; \
  220. test -n "$(EXEEXT)" || exit 0; \
  221. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  222. echo " rm -f" $$list; \
  223. rm -f $$list
  224. json_process$(EXEEXT): $(json_process_OBJECTS) $(json_process_DEPENDENCIES) $(EXTRA_json_process_DEPENDENCIES)
  225. @rm -f json_process$(EXEEXT)
  226. $(LINK) $(json_process_OBJECTS) $(json_process_LDADD) $(LIBS)
  227. mostlyclean-compile:
  228. -rm -f *.$(OBJEXT)
  229. distclean-compile:
  230. -rm -f *.tab.c
  231. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_process.Po@am__quote@
  232. .c.o:
  233. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  234. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  235. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  236. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  237. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  238. .c.obj:
  239. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  240. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  241. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  242. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  243. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  244. .c.lo:
  245. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  246. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  247. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  248. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  249. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  250. mostlyclean-libtool:
  251. -rm -f *.lo
  252. clean-libtool:
  253. -rm -rf .libs _libs
  254. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  255. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  256. unique=`for i in $$list; do \
  257. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  258. done | \
  259. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  260. END { if (nonempty) { for (i in files) print i; }; }'`; \
  261. mkid -fID $$unique
  262. tags: TAGS
  263. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  264. $(TAGS_FILES) $(LISP)
  265. set x; \
  266. here=`pwd`; \
  267. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  268. unique=`for i in $$list; do \
  269. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  270. done | \
  271. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  272. END { if (nonempty) { for (i in files) print i; }; }'`; \
  273. shift; \
  274. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  275. test -n "$$unique" || unique=$$empty_fix; \
  276. if test $$# -gt 0; then \
  277. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  278. "$$@" $$unique; \
  279. else \
  280. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  281. $$unique; \
  282. fi; \
  283. fi
  284. ctags: CTAGS
  285. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  286. $(TAGS_FILES) $(LISP)
  287. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  288. unique=`for i in $$list; do \
  289. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  290. done | \
  291. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  292. END { if (nonempty) { for (i in files) print i; }; }'`; \
  293. test -z "$(CTAGS_ARGS)$$unique" \
  294. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  295. $$unique
  296. GTAGS:
  297. here=`$(am__cd) $(top_builddir) && pwd` \
  298. && $(am__cd) $(top_srcdir) \
  299. && gtags -i $(GTAGS_ARGS) "$$here"
  300. distclean-tags:
  301. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  302. distdir: $(DISTFILES)
  303. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  304. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  305. list='$(DISTFILES)'; \
  306. dist_files=`for file in $$list; do echo $$file; done | \
  307. sed -e "s|^$$srcdirstrip/||;t" \
  308. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  309. case $$dist_files in \
  310. */*) $(MKDIR_P) `echo "$$dist_files" | \
  311. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  312. sort -u` ;; \
  313. esac; \
  314. for file in $$dist_files; do \
  315. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  316. if test -d $$d/$$file; then \
  317. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  318. if test -d "$(distdir)/$$file"; then \
  319. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  320. fi; \
  321. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  322. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  323. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  324. fi; \
  325. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  326. else \
  327. test -f "$(distdir)/$$file" \
  328. || cp -p $$d/$$file "$(distdir)/$$file" \
  329. || exit 1; \
  330. fi; \
  331. done
  332. check-am: all-am
  333. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  334. check: check-am
  335. all-am: Makefile
  336. installdirs:
  337. install: install-am
  338. install-exec: install-exec-am
  339. install-data: install-data-am
  340. uninstall: uninstall-am
  341. install-am: all-am
  342. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  343. installcheck: installcheck-am
  344. install-strip:
  345. if test -z '$(STRIP)'; then \
  346. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  347. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  348. install; \
  349. else \
  350. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  351. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  352. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  353. fi
  354. mostlyclean-generic:
  355. clean-generic:
  356. distclean-generic:
  357. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  358. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  359. maintainer-clean-generic:
  360. @echo "This command is intended for maintainers to use"
  361. @echo "it deletes files that may require special tools to rebuild."
  362. clean: clean-am
  363. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  364. mostlyclean-am
  365. distclean: distclean-am
  366. -rm -rf ./$(DEPDIR)
  367. -rm -f Makefile
  368. distclean-am: clean-am distclean-compile distclean-generic \
  369. distclean-tags
  370. dvi: dvi-am
  371. dvi-am:
  372. html: html-am
  373. html-am:
  374. info: info-am
  375. info-am:
  376. install-data-am:
  377. install-dvi: install-dvi-am
  378. install-dvi-am:
  379. install-exec-am:
  380. install-html: install-html-am
  381. install-html-am:
  382. install-info: install-info-am
  383. install-info-am:
  384. install-man:
  385. install-pdf: install-pdf-am
  386. install-pdf-am:
  387. install-ps: install-ps-am
  388. install-ps-am:
  389. installcheck-am:
  390. maintainer-clean: maintainer-clean-am
  391. -rm -rf ./$(DEPDIR)
  392. -rm -f Makefile
  393. maintainer-clean-am: distclean-am maintainer-clean-generic
  394. mostlyclean: mostlyclean-am
  395. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  396. mostlyclean-libtool
  397. pdf: pdf-am
  398. pdf-am:
  399. ps: ps-am
  400. ps-am:
  401. uninstall-am:
  402. .MAKE: check-am install-am install-strip
  403. .PHONY: CTAGS GTAGS all all-am check check-am clean \
  404. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  405. distclean distclean-compile distclean-generic \
  406. distclean-libtool distclean-tags distdir dvi dvi-am html \
  407. html-am info info-am install install-am install-data \
  408. install-data-am install-dvi install-dvi-am install-exec \
  409. install-exec-am install-html install-html-am install-info \
  410. install-info-am install-man install-pdf install-pdf-am \
  411. install-ps install-ps-am install-strip installcheck \
  412. installcheck-am installdirs maintainer-clean \
  413. maintainer-clean-generic mostlyclean mostlyclean-compile \
  414. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  415. tags uninstall uninstall-am
  416. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  417. # Otherwise a system limit (for SysV at least) may be exceeded.
  418. .NOEXPORT:
粤ICP备19079148号