Makefile.in
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:16k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. subdir = include
  36. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/m4/curl-compilers.m4 
  39. $(top_srcdir)/m4/curl-confopts.m4 
  40. $(top_srcdir)/m4/curl-functions.m4 
  41. $(top_srcdir)/m4/curl-override.m4 
  42. $(top_srcdir)/m4/curl-reentrant.m4 
  43. $(top_srcdir)/m4/curl-system.m4 $(top_srcdir)/m4/libtool.m4 
  44. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 
  45. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 
  46. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  47. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  48. $(ACLOCAL_M4)
  49. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  50. CONFIG_HEADER = $(top_builddir)/lib/config.h 
  51. $(top_builddir)/src/config.h 
  52. $(top_builddir)/include/curl/curlbuild.h
  53. CONFIG_CLEAN_FILES =
  54. depcomp =
  55. am__depfiles_maybe =
  56. SOURCES =
  57. DIST_SOURCES =
  58. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  59. html-recursive info-recursive install-data-recursive 
  60. install-exec-recursive install-info-recursive 
  61. install-recursive installcheck-recursive installdirs-recursive 
  62. pdf-recursive ps-recursive uninstall-info-recursive 
  63. uninstall-recursive
  64. ETAGS = etags
  65. CTAGS = ctags
  66. DIST_SUBDIRS = $(SUBDIRS)
  67. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  68. ACLOCAL = @ACLOCAL@
  69. AMDEP_FALSE = @AMDEP_FALSE@
  70. AMDEP_TRUE = @AMDEP_TRUE@
  71. AMTAR = @AMTAR@
  72. AR = @AR@
  73. AS = @AS@
  74. AUTOCONF = @AUTOCONF@
  75. AUTOHEADER = @AUTOHEADER@
  76. AUTOMAKE = @AUTOMAKE@
  77. AWK = @AWK@
  78. CC = @CC@
  79. CCDEPMODE = @CCDEPMODE@
  80. CFLAGS = @CFLAGS@
  81. CPP = @CPP@
  82. CPPFLAGS = @CPPFLAGS@
  83. CROSSCOMPILING_FALSE = @CROSSCOMPILING_FALSE@
  84. CROSSCOMPILING_TRUE = @CROSSCOMPILING_TRUE@
  85. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  86. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  87. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  88. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  89. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  90. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  91. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  92. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  93. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  94. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  95. CURL_LIBS = @CURL_LIBS@
  96. CYGPATH_W = @CYGPATH_W@
  97. DEFS = @DEFS@
  98. DEPDIR = @DEPDIR@
  99. DLLTOOL = @DLLTOOL@
  100. DSYMUTIL = @DSYMUTIL@
  101. DUMPBIN = @DUMPBIN@
  102. ECHO_C = @ECHO_C@
  103. ECHO_N = @ECHO_N@
  104. ECHO_T = @ECHO_T@
  105. EGREP = @EGREP@
  106. EXEEXT = @EXEEXT@
  107. FGREP = @FGREP@
  108. GREP = @GREP@
  109. HAVE_ARES = @HAVE_ARES@
  110. HAVE_LIBZ = @HAVE_LIBZ@
  111. HAVE_LIBZ_FALSE = @HAVE_LIBZ_FALSE@
  112. HAVE_LIBZ_TRUE = @HAVE_LIBZ_TRUE@
  113. HAVE_PK11_CREATEGENERICOBJECT = @HAVE_PK11_CREATEGENERICOBJECT@
  114. IDN_ENABLED = @IDN_ENABLED@
  115. INSTALL_DATA = @INSTALL_DATA@
  116. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  117. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  118. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  119. IPV6_ENABLED = @IPV6_ENABLED@
  120. KRB4_ENABLED = @KRB4_ENABLED@
  121. LD = @LD@
  122. LDFLAGS = @LDFLAGS@
  123. LIBCURL_LIBS = @LIBCURL_LIBS@
  124. LIBOBJS = @LIBOBJS@
  125. LIBS = @LIBS@
  126. LIBTOOL = @LIBTOOL@
  127. LIPO = @LIPO@
  128. LN_S = @LN_S@
  129. LTLIBOBJS = @LTLIBOBJS@
  130. MAINT = @MAINT@
  131. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  132. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  133. MAKEINFO = @MAKEINFO@
  134. MANOPT = @MANOPT@
  135. MIMPURE_FALSE = @MIMPURE_FALSE@
  136. MIMPURE_TRUE = @MIMPURE_TRUE@
  137. NM = @NM@
  138. NMEDIT = @NMEDIT@
  139. NO_UNDEFINED_FALSE = @NO_UNDEFINED_FALSE@
  140. NO_UNDEFINED_TRUE = @NO_UNDEFINED_TRUE@
  141. NROFF = @NROFF@
  142. OBJDUMP = @OBJDUMP@
  143. OBJEXT = @OBJEXT@
  144. OTOOL = @OTOOL@
  145. OTOOL64 = @OTOOL64@
  146. PACKAGE = @PACKAGE@
  147. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  148. PACKAGE_NAME = @PACKAGE_NAME@
  149. PACKAGE_STRING = @PACKAGE_STRING@
  150. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  151. PACKAGE_VERSION = @PACKAGE_VERSION@
  152. PATH = @PATH@
  153. PATH_SEPARATOR = @PATH_SEPARATOR@
  154. PERL = @PERL@
  155. PKGADD_NAME = @PKGADD_NAME@
  156. PKGADD_PKG = @PKGADD_PKG@
  157. PKGADD_VENDOR = @PKGADD_VENDOR@
  158. PKGCONFIG = @PKGCONFIG@
  159. RANDOM_FILE = @RANDOM_FILE@
  160. RANLIB = @RANLIB@
  161. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  162. SED = @SED@
  163. SET_MAKE = @SET_MAKE@
  164. SHELL = @SHELL@
  165. SONAME_BUMP_FALSE = @SONAME_BUMP_FALSE@
  166. SONAME_BUMP_TRUE = @SONAME_BUMP_TRUE@
  167. SSL_ENABLED = @SSL_ENABLED@
  168. STATICLIB_FALSE = @STATICLIB_FALSE@
  169. STATICLIB_TRUE = @STATICLIB_TRUE@
  170. STRIP = @STRIP@
  171. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  172. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  173. TEST_SERVER_LIBS = @TEST_SERVER_LIBS@
  174. USE_GNUTLS = @USE_GNUTLS@
  175. USE_LIBSSH2 = @USE_LIBSSH2@
  176. USE_MANUAL_FALSE = @USE_MANUAL_FALSE@
  177. USE_MANUAL_TRUE = @USE_MANUAL_TRUE@
  178. USE_NSS = @USE_NSS@
  179. USE_SSLEAY = @USE_SSLEAY@
  180. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  181. VERSION = @VERSION@
  182. VERSIONNUM = @VERSIONNUM@
  183. ac_ct_CC = @ac_ct_CC@
  184. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  185. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  186. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  187. am__include = @am__include@
  188. am__leading_dot = @am__leading_dot@
  189. am__quote = @am__quote@
  190. am__tar = @am__tar@
  191. am__untar = @am__untar@
  192. bindir = @bindir@
  193. build = @build@
  194. build_alias = @build_alias@
  195. build_cpu = @build_cpu@
  196. build_os = @build_os@
  197. build_vendor = @build_vendor@
  198. datadir = @datadir@
  199. datarootdir = @datarootdir@
  200. docdir = @docdir@
  201. dvidir = @dvidir@
  202. exec_prefix = @exec_prefix@
  203. host = @host@
  204. host_alias = @host_alias@
  205. host_cpu = @host_cpu@
  206. host_os = @host_os@
  207. host_vendor = @host_vendor@
  208. htmldir = @htmldir@
  209. includedir = @includedir@
  210. infodir = @infodir@
  211. install_sh = @install_sh@
  212. libdir = @libdir@
  213. libexecdir = @libexecdir@
  214. libext = @libext@
  215. localedir = @localedir@
  216. localstatedir = @localstatedir@
  217. lt_ECHO = @lt_ECHO@
  218. mandir = @mandir@
  219. mkdir_p = @mkdir_p@
  220. oldincludedir = @oldincludedir@
  221. pdfdir = @pdfdir@
  222. prefix = @prefix@
  223. program_transform_name = @program_transform_name@
  224. psdir = @psdir@
  225. sbindir = @sbindir@
  226. sharedstatedir = @sharedstatedir@
  227. subdirs = @subdirs@
  228. sysconfdir = @sysconfdir@
  229. target_alias = @target_alias@
  230. SUBDIRS = curl
  231. EXTRA_DIST = README
  232. AUTOMAKE_OPTIONS = foreign no-dependencies
  233. all: all-recursive
  234. .SUFFIXES:
  235. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  236. @for dep in $?; do 
  237.   case '$(am__configure_deps)' in 
  238.     *$$dep*) 
  239.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  240. && exit 0; 
  241.       exit 1;; 
  242.   esac; 
  243. done; 
  244. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; 
  245. cd $(top_srcdir) && 
  246.   $(AUTOMAKE) --foreign  include/Makefile
  247. .PRECIOUS: Makefile
  248. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  249. @case '$?' in 
  250.   *config.status*) 
  251.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  252.   *) 
  253.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  254.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  255. esac;
  256. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  261. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  262. mostlyclean-libtool:
  263. -rm -f *.lo
  264. clean-libtool:
  265. -rm -rf .libs _libs
  266. distclean-libtool:
  267. -rm -f libtool
  268. uninstall-info-am:
  269. # This directory's subdirectories are mostly independent; you can cd
  270. # into them and run `make' without going through this Makefile.
  271. # To change the values of `make' variables: instead of editing Makefiles,
  272. # (1) if the variable is set in `config.status', edit `config.status'
  273. #     (which will cause the Makefiles to be regenerated when you run `make');
  274. # (2) otherwise, pass the desired values on the `make' command line.
  275. $(RECURSIVE_TARGETS):
  276. @failcom='exit 1'; 
  277. for f in x $$MAKEFLAGS; do 
  278.   case $$f in 
  279.     *=* | --[!k]*);; 
  280.     *k*) failcom='fail=yes';; 
  281.   esac; 
  282. done; 
  283. dot_seen=no; 
  284. target=`echo $@ | sed s/-recursive//`; 
  285. list='$(SUBDIRS)'; for subdir in $$list; do 
  286.   echo "Making $$target in $$subdir"; 
  287.   if test "$$subdir" = "."; then 
  288.     dot_seen=yes; 
  289.     local_target="$$target-am"; 
  290.   else 
  291.     local_target="$$target"; 
  292.   fi; 
  293.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  294.   || eval $$failcom; 
  295. done; 
  296. if test "$$dot_seen" = "no"; then 
  297.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  298. fi; test -z "$$fail"
  299. mostlyclean-recursive clean-recursive distclean-recursive 
  300. maintainer-clean-recursive:
  301. @failcom='exit 1'; 
  302. for f in x $$MAKEFLAGS; do 
  303.   case $$f in 
  304.     *=* | --[!k]*);; 
  305.     *k*) failcom='fail=yes';; 
  306.   esac; 
  307. done; 
  308. dot_seen=no; 
  309. case "$@" in 
  310.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  311.   *) list='$(SUBDIRS)' ;; 
  312. esac; 
  313. rev=''; for subdir in $$list; do 
  314.   if test "$$subdir" = "."; then :; else 
  315.     rev="$$subdir $$rev"; 
  316.   fi; 
  317. done; 
  318. rev="$$rev ."; 
  319. target=`echo $@ | sed s/-recursive//`; 
  320. for subdir in $$rev; do 
  321.   echo "Making $$target in $$subdir"; 
  322.   if test "$$subdir" = "."; then 
  323.     local_target="$$target-am"; 
  324.   else 
  325.     local_target="$$target"; 
  326.   fi; 
  327.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  328.   || eval $$failcom; 
  329. done && test -z "$$fail"
  330. tags-recursive:
  331. list='$(SUBDIRS)'; for subdir in $$list; do 
  332.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  333. done
  334. ctags-recursive:
  335. list='$(SUBDIRS)'; for subdir in $$list; do 
  336.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  337. done
  338. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  339. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  340. unique=`for i in $$list; do 
  341.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  342.   done | 
  343.   $(AWK) '    { files[$$0] = 1; } 
  344.        END { for (i in files) print i; }'`; 
  345. mkid -fID $$unique
  346. tags: TAGS
  347. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  348. $(TAGS_FILES) $(LISP)
  349. tags=; 
  350. here=`pwd`; 
  351. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  352.   include_option=--etags-include; 
  353.   empty_fix=.; 
  354. else 
  355.   include_option=--include; 
  356.   empty_fix=; 
  357. fi; 
  358. list='$(SUBDIRS)'; for subdir in $$list; do 
  359.   if test "$$subdir" = .; then :; else 
  360.     test ! -f $$subdir/TAGS || 
  361.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  362.   fi; 
  363. done; 
  364. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  365. unique=`for i in $$list; do 
  366.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  367.   done | 
  368.   $(AWK) '    { files[$$0] = 1; } 
  369.        END { for (i in files) print i; }'`; 
  370. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  371.   test -n "$$unique" || unique=$$empty_fix; 
  372.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  373.     $$tags $$unique; 
  374. fi
  375. ctags: CTAGS
  376. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  377. $(TAGS_FILES) $(LISP)
  378. tags=; 
  379. here=`pwd`; 
  380. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  381. unique=`for i in $$list; do 
  382.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  383.   done | 
  384.   $(AWK) '    { files[$$0] = 1; } 
  385.        END { for (i in files) print i; }'`; 
  386. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  387.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  388.      $$tags $$unique
  389. GTAGS:
  390. here=`$(am__cd) $(top_builddir) && pwd` 
  391.   && cd $(top_srcdir) 
  392.   && gtags -i $(GTAGS_ARGS) $$here
  393. distclean-tags:
  394. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  395. distdir: $(DISTFILES)
  396. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  397. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  398. list='$(DISTFILES)'; for file in $$list; do 
  399.   case $$file in 
  400.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  401.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  402.   esac; 
  403.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  404.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  405.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  406.     dir="/$$dir"; 
  407.     $(mkdir_p) "$(distdir)$$dir"; 
  408.   else 
  409.     dir=''; 
  410.   fi; 
  411.   if test -d $$d/$$file; then 
  412.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  413.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  414.     fi; 
  415.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  416.   else 
  417.     test -f $(distdir)/$$file 
  418.     || cp -p $$d/$$file $(distdir)/$$file 
  419.     || exit 1; 
  420.   fi; 
  421. done
  422. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  423.   if test "$$subdir" = .; then :; else 
  424.     test -d "$(distdir)/$$subdir" 
  425.     || $(mkdir_p) "$(distdir)/$$subdir" 
  426.     || exit 1; 
  427.     distdir=`$(am__cd) $(distdir) && pwd`; 
  428.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  429.     (cd $$subdir && 
  430.       $(MAKE) $(AM_MAKEFLAGS) 
  431.         top_distdir="$$top_distdir" 
  432.         distdir="$$distdir/$$subdir" 
  433.         distdir) 
  434.       || exit 1; 
  435.   fi; 
  436. done
  437. check-am: all-am
  438. check: check-recursive
  439. all-am: Makefile
  440. installdirs: installdirs-recursive
  441. installdirs-am:
  442. install: install-recursive
  443. install-exec: install-exec-recursive
  444. install-data: install-data-recursive
  445. uninstall: uninstall-recursive
  446. install-am: all-am
  447. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  448. installcheck: installcheck-recursive
  449. install-strip:
  450. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  451.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  452.   `test -z '$(STRIP)' || 
  453.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  454. mostlyclean-generic:
  455. clean-generic:
  456. distclean-generic:
  457. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  458. maintainer-clean-generic:
  459. @echo "This command is intended for maintainers to use"
  460. @echo "it deletes files that may require special tools to rebuild."
  461. clean: clean-recursive
  462. clean-am: clean-generic clean-libtool mostlyclean-am
  463. distclean: distclean-recursive
  464. -rm -f Makefile
  465. distclean-am: clean-am distclean-generic distclean-libtool 
  466. distclean-tags
  467. dvi: dvi-recursive
  468. dvi-am:
  469. html: html-recursive
  470. info: info-recursive
  471. info-am:
  472. install-data-am:
  473. install-exec-am:
  474. install-info: install-info-recursive
  475. install-man:
  476. installcheck-am:
  477. maintainer-clean: maintainer-clean-recursive
  478. -rm -f Makefile
  479. maintainer-clean-am: distclean-am maintainer-clean-generic
  480. mostlyclean: mostlyclean-recursive
  481. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  482. pdf: pdf-recursive
  483. pdf-am:
  484. ps: ps-recursive
  485. ps-am:
  486. uninstall-am: uninstall-info-am
  487. uninstall-info: uninstall-info-recursive
  488. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  489. clean clean-generic clean-libtool clean-recursive ctags 
  490. ctags-recursive distclean distclean-generic distclean-libtool 
  491. distclean-recursive distclean-tags distdir dvi dvi-am html 
  492. html-am info info-am install install-am install-data 
  493. install-data-am install-exec install-exec-am install-info 
  494. install-info-am install-man install-strip installcheck 
  495. installcheck-am installdirs installdirs-am maintainer-clean 
  496. maintainer-clean-generic maintainer-clean-recursive 
  497. mostlyclean mostlyclean-generic mostlyclean-libtool 
  498. mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive 
  499. uninstall uninstall-am uninstall-info-am
  500. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  501. # Otherwise a system limit (for SysV at least) may be exceeded.
  502. .NOEXPORT: