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

584 lines
17KB

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # test/bin/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/jansson
  67. pkgincludedir = $(includedir)/jansson
  68. pkglibdir = $(libdir)/jansson
  69. pkglibexecdir = $(libexecdir)/jansson
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-w64-mingw32
  83. host_triplet = x86_64-w64-mingw32
  84. check_PROGRAMS = json_process$(EXEEXT)
  85. subdir = test/bin
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  88. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  89. $(ACLOCAL_M4)
  90. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  91. mkinstalldirs = $(install_sh) -d
  92. CONFIG_HEADER = $(top_builddir)/jansson_private_config.h
  93. CONFIG_CLEAN_FILES =
  94. CONFIG_CLEAN_VPATH_FILES =
  95. json_process_SOURCES = json_process.c
  96. json_process_OBJECTS = json_process.$(OBJEXT)
  97. json_process_LDADD = $(LDADD)
  98. json_process_DEPENDENCIES = $(top_builddir)/src/libjansson.la
  99. AM_V_lt = $(am__v_lt_$(V))
  100. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  101. am__v_lt_0 = --silent
  102. am__v_lt_1 =
  103. AM_V_P = $(am__v_P_$(V))
  104. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_$(V))
  108. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_$(V))
  112. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  116. depcomp = $(SHELL) $(top_srcdir)/depcomp
  117. am__depfiles_maybe = depfiles
  118. am__mv = mv -f
  119. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  120. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  121. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  122. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  123. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  124. $(AM_CFLAGS) $(CFLAGS)
  125. AM_V_CC = $(am__v_CC_$(V))
  126. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  127. am__v_CC_0 = @echo " CC " $@;
  128. am__v_CC_1 =
  129. CCLD = $(CC)
  130. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  131. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  132. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  133. AM_V_CCLD = $(am__v_CCLD_$(V))
  134. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  135. am__v_CCLD_0 = @echo " CCLD " $@;
  136. am__v_CCLD_1 =
  137. SOURCES = json_process.c
  138. DIST_SOURCES = json_process.c
  139. am__can_run_installinfo = \
  140. case $$AM_UPDATE_INFO_DIR in \
  141. n|no|NO) false;; \
  142. *) (install-info --version) >/dev/null 2>&1;; \
  143. esac
  144. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  145. # Read a list of newline-separated strings from the standard input,
  146. # and print each of them once, without duplicates. Input order is
  147. # *not* preserved.
  148. am__uniquify_input = $(AWK) '\
  149. BEGIN { nonempty = 0; } \
  150. { items[$$0] = 1; nonempty = 1; } \
  151. END { if (nonempty) { for (i in items) print i; }; } \
  152. '
  153. # Make sure the list of sources is unique. This is necessary because,
  154. # e.g., the same source file might be shared among _SOURCES variables
  155. # for different programs/libraries.
  156. am__define_uniq_tagged_files = \
  157. list='$(am__tagged_files)'; \
  158. unique=`for i in $$list; do \
  159. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160. done | $(am__uniquify_input)`
  161. ETAGS = etags
  162. CTAGS = ctags
  163. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  164. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  165. ACLOCAL = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing aclocal-1.15
  166. AMTAR = $${TAR-tar}
  167. AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement
  168. AM_DEFAULT_VERBOSITY = 1
  169. AR = ar
  170. AUTOCONF = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoconf
  171. AUTOHEADER = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoheader
  172. AUTOMAKE = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing automake-1.15
  173. AWK = gawk
  174. CC = gcc
  175. CCDEPMODE = depmode=gcc3
  176. CFLAGS = -g -O3 -march=nocona
  177. CPP = gcc -E
  178. CPPFLAGS =
  179. CYGPATH_W = cygpath -w
  180. DEFS = -DHAVE_CONFIG_H
  181. DEPDIR = .deps
  182. DLLTOOL = dlltool
  183. DSYMUTIL =
  184. DUMPBIN =
  185. ECHO_C =
  186. ECHO_N = -n
  187. ECHO_T =
  188. EGREP = /usr/bin/grep -E
  189. EXEEXT = .exe
  190. FGREP = /usr/bin/grep -F
  191. GREP = /usr/bin/grep
  192. INSTALL = /usr/bin/install -c
  193. INSTALL_DATA = ${INSTALL} -m 644
  194. INSTALL_PROGRAM = ${INSTALL}
  195. INSTALL_SCRIPT = ${INSTALL}
  196. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  197. LD = C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  198. LDFLAGS = -static # for speed and Valgrind
  199. LIBOBJS =
  200. LIBS =
  201. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  202. LIPO =
  203. LN_S = cp -pR
  204. LTLIBOBJS =
  205. LT_SYS_LIBRARY_PATH =
  206. MAKEINFO = ${SHELL} /f/git/Rack/dep/jansson-2.10/missing makeinfo
  207. MANIFEST_TOOL = :
  208. MKDIR_P = /usr/bin/mkdir -p
  209. NM = /mingw64/bin/nm -B
  210. NMEDIT =
  211. OBJDUMP = objdump
  212. OBJEXT = o
  213. OTOOL =
  214. OTOOL64 =
  215. PACKAGE = jansson
  216. PACKAGE_BUGREPORT = petri@digip.org
  217. PACKAGE_NAME = jansson
  218. PACKAGE_STRING = jansson 2.10
  219. PACKAGE_TARNAME = jansson
  220. PACKAGE_URL =
  221. PACKAGE_VERSION = 2.10
  222. PATH_SEPARATOR = :
  223. RANLIB = ranlib
  224. SED = /usr/bin/sed
  225. SET_MAKE =
  226. SHELL = /bin/sh
  227. STRIP = strip
  228. VERSION = 2.10
  229. abs_builddir = /f/git/Rack/dep/jansson-2.10/test/bin
  230. abs_srcdir = /f/git/Rack/dep/jansson-2.10/test/bin
  231. abs_top_builddir = /f/git/Rack/dep/jansson-2.10
  232. abs_top_srcdir = /f/git/Rack/dep/jansson-2.10
  233. ac_ct_AR = ar
  234. ac_ct_CC = gcc
  235. ac_ct_DUMPBIN =
  236. am__include = include
  237. am__leading_dot = .
  238. am__quote =
  239. am__tar = $${TAR-tar} chof - "$$tardir"
  240. am__untar = $${TAR-tar} xf -
  241. bindir = ${exec_prefix}/bin
  242. build = x86_64-w64-mingw32
  243. build_alias = x86_64-w64-mingw32
  244. build_cpu = x86_64
  245. build_os = mingw32
  246. build_vendor = w64
  247. builddir = .
  248. datadir = ${datarootdir}
  249. datarootdir = ${prefix}/share
  250. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  251. dvidir = ${docdir}
  252. exec_prefix = ${prefix}
  253. host = x86_64-w64-mingw32
  254. host_alias =
  255. host_cpu = x86_64
  256. host_os = mingw32
  257. host_vendor = w64
  258. htmldir = ${docdir}
  259. includedir = ${prefix}/include
  260. infodir = ${datarootdir}/info
  261. install_sh = ${SHELL} /f/git/Rack/dep/jansson-2.10/install-sh
  262. json_have_localeconv = 1
  263. json_have_long_long = 1
  264. json_inline = inline
  265. libdir = ${exec_prefix}/lib
  266. libexecdir = ${exec_prefix}/libexec
  267. localedir = ${datarootdir}/locale
  268. localstatedir = ${prefix}/var
  269. mandir = ${datarootdir}/man
  270. mkdir_p = $(MKDIR_P)
  271. oldincludedir = /usr/include
  272. pdfdir = ${docdir}
  273. prefix = /f/git/Rack/dep/.
  274. program_transform_name = s,x,x,
  275. psdir = ${docdir}
  276. sbindir = ${exec_prefix}/sbin
  277. sharedstatedir = ${prefix}/com
  278. srcdir = .
  279. sysconfdir = ${prefix}/etc
  280. target_alias =
  281. top_build_prefix = ../../
  282. top_builddir = ../..
  283. top_srcdir = ../..
  284. AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
  285. LDADD = $(top_builddir)/src/libjansson.la
  286. all: all-am
  287. .SUFFIXES:
  288. .SUFFIXES: .c .lo .o .obj
  289. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  290. @for dep in $?; do \
  291. case '$(am__configure_deps)' in \
  292. *$$dep*) \
  293. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  294. && { if test -f $@; then exit 0; else break; fi; }; \
  295. exit 1;; \
  296. esac; \
  297. done; \
  298. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/bin/Makefile'; \
  299. $(am__cd) $(top_srcdir) && \
  300. $(AUTOMAKE) --foreign test/bin/Makefile
  301. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  302. @case '$?' in \
  303. *config.status*) \
  304. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  305. *) \
  306. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  307. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  308. esac;
  309. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  310. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  311. $(top_srcdir)/configure: $(am__configure_deps)
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  313. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  314. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  315. $(am__aclocal_m4_deps):
  316. clean-checkPROGRAMS:
  317. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  318. echo " rm -f" $$list; \
  319. rm -f $$list || exit $$?; \
  320. test -n "$(EXEEXT)" || exit 0; \
  321. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  322. echo " rm -f" $$list; \
  323. rm -f $$list
  324. json_process$(EXEEXT): $(json_process_OBJECTS) $(json_process_DEPENDENCIES) $(EXTRA_json_process_DEPENDENCIES)
  325. @rm -f json_process$(EXEEXT)
  326. $(AM_V_CCLD)$(LINK) $(json_process_OBJECTS) $(json_process_LDADD) $(LIBS)
  327. mostlyclean-compile:
  328. -rm -f *.$(OBJEXT)
  329. distclean-compile:
  330. -rm -f *.tab.c
  331. include ./$(DEPDIR)/json_process.Po
  332. .c.o:
  333. $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  334. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  335. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  336. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  337. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  338. .c.obj:
  339. $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  340. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  341. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  342. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  343. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  344. .c.lo:
  345. $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  346. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  347. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  348. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  349. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  350. mostlyclean-libtool:
  351. -rm -f *.lo
  352. clean-libtool:
  353. -rm -rf .libs _libs
  354. ID: $(am__tagged_files)
  355. $(am__define_uniq_tagged_files); mkid -fID $$unique
  356. tags: tags-am
  357. TAGS: tags
  358. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  359. set x; \
  360. here=`pwd`; \
  361. $(am__define_uniq_tagged_files); \
  362. shift; \
  363. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  364. test -n "$$unique" || unique=$$empty_fix; \
  365. if test $$# -gt 0; then \
  366. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  367. "$$@" $$unique; \
  368. else \
  369. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  370. $$unique; \
  371. fi; \
  372. fi
  373. ctags: ctags-am
  374. CTAGS: ctags
  375. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  376. $(am__define_uniq_tagged_files); \
  377. test -z "$(CTAGS_ARGS)$$unique" \
  378. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  379. $$unique
  380. GTAGS:
  381. here=`$(am__cd) $(top_builddir) && pwd` \
  382. && $(am__cd) $(top_srcdir) \
  383. && gtags -i $(GTAGS_ARGS) "$$here"
  384. cscopelist: cscopelist-am
  385. cscopelist-am: $(am__tagged_files)
  386. list='$(am__tagged_files)'; \
  387. case "$(srcdir)" in \
  388. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  389. *) sdir=$(subdir)/$(srcdir) ;; \
  390. esac; \
  391. for i in $$list; do \
  392. if test -f "$$i"; then \
  393. echo "$(subdir)/$$i"; \
  394. else \
  395. echo "$$sdir/$$i"; \
  396. fi; \
  397. done >> $(top_builddir)/cscope.files
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. distdir: $(DISTFILES)
  401. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  424. else \
  425. test -f "$(distdir)/$$file" \
  426. || cp -p $$d/$$file "$(distdir)/$$file" \
  427. || exit 1; \
  428. fi; \
  429. done
  430. check-am: all-am
  431. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  432. check: check-am
  433. all-am: Makefile
  434. installdirs:
  435. install: install-am
  436. install-exec: install-exec-am
  437. install-data: install-data-am
  438. uninstall: uninstall-am
  439. install-am: all-am
  440. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  441. installcheck: installcheck-am
  442. install-strip:
  443. if test -z '$(STRIP)'; then \
  444. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  445. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  446. install; \
  447. else \
  448. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  449. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  450. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  451. fi
  452. mostlyclean-generic:
  453. clean-generic:
  454. distclean-generic:
  455. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  456. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  457. maintainer-clean-generic:
  458. @echo "This command is intended for maintainers to use"
  459. @echo "it deletes files that may require special tools to rebuild."
  460. clean: clean-am
  461. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  462. mostlyclean-am
  463. distclean: distclean-am
  464. -rm -rf ./$(DEPDIR)
  465. -rm -f Makefile
  466. distclean-am: clean-am distclean-compile distclean-generic \
  467. distclean-tags
  468. dvi: dvi-am
  469. dvi-am:
  470. html: html-am
  471. html-am:
  472. info: info-am
  473. info-am:
  474. install-data-am:
  475. install-dvi: install-dvi-am
  476. install-dvi-am:
  477. install-exec-am:
  478. install-html: install-html-am
  479. install-html-am:
  480. install-info: install-info-am
  481. install-info-am:
  482. install-man:
  483. install-pdf: install-pdf-am
  484. install-pdf-am:
  485. install-ps: install-ps-am
  486. install-ps-am:
  487. installcheck-am:
  488. maintainer-clean: maintainer-clean-am
  489. -rm -rf ./$(DEPDIR)
  490. -rm -f Makefile
  491. maintainer-clean-am: distclean-am maintainer-clean-generic
  492. mostlyclean: mostlyclean-am
  493. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  494. mostlyclean-libtool
  495. pdf: pdf-am
  496. pdf-am:
  497. ps: ps-am
  498. ps-am:
  499. uninstall-am:
  500. .MAKE: check-am install-am install-strip
  501. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  502. clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
  503. ctags ctags-am distclean distclean-compile distclean-generic \
  504. distclean-libtool distclean-tags distdir dvi dvi-am html \
  505. html-am info info-am install install-am install-data \
  506. install-data-am install-dvi install-dvi-am install-exec \
  507. install-exec-am install-html install-html-am install-info \
  508. install-info-am install-man install-pdf install-pdf-am \
  509. install-ps install-ps-am install-strip installcheck \
  510. installcheck-am installdirs maintainer-clean \
  511. maintainer-clean-generic mostlyclean mostlyclean-compile \
  512. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  513. tags tags-am uninstall uninstall-am
  514. .PRECIOUS: Makefile
  515. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  516. # Otherwise a system limit (for SysV at least) may be exceeded.
  517. .NOEXPORT: