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

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. top_builddir = ../..
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. INSTALL = @INSTALL@
  21. install_sh_DATA = $(install_sh) -c -m 644
  22. install_sh_PROGRAM = $(install_sh) -c
  23. install_sh_SCRIPT = $(install_sh) -c
  24. INSTALL_HEADER = $(INSTALL_DATA)
  25. transform = $(program_transform_name)
  26. NORMAL_INSTALL = :
  27. PRE_INSTALL = :
  28. POST_INSTALL = :
  29. NORMAL_UNINSTALL = :
  30. PRE_UNINSTALL = :
  31. POST_UNINSTALL = :
  32. build_triplet = @build@
  33. host_triplet = @host@
  34. subdir = include/curl
  35. DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am 
  36. $(srcdir)/Makefile.in $(srcdir)/curlbuild.h.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 curlbuild.h
  52. CONFIG_CLEAN_FILES =
  53. SOURCES =
  54. DIST_SOURCES =
  55. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  56. am__vpath_adj = case $$p in 
  57.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  58.     *) f=$$p;; 
  59.   esac;
  60. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  61. am__installdirs = "$(DESTDIR)$(pkgincludedir)"
  62. pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
  63. HEADERS = $(pkginclude_HEADERS)
  64. ETAGS = etags
  65. CTAGS = ctags
  66. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  67. pkgincludedir = $(includedir)/curl
  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. pkginclude_HEADERS = 
  231. curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h 
  232. typecheck-gcc.h curlbuild.h curlrules.h
  233. # curlbuild.h does not exist in the CVS tree. When the original libcurl
  234. # source code distribution archive file is created, curlbuild.h.dist is
  235. # renamed to curlbuild.h and included in the tarball so that it can be
  236. # used directly on non-configure systems.
  237. #
  238. # The distributed curlbuild.h will be overwritten on configure systems
  239. # when the configure script runs, with one that is suitable and specific
  240. # to the library being configured and built.
  241. #
  242. # curlbuild.h.in is the distributed template file from which the configure
  243. # script creates curlbuild.h at library configuration time, overwiting the
  244. # one included in the distribution archive.
  245. #
  246. # curlbuild.h.dist is not included in the source code distribution archive.
  247. EXTRA_DIST = curlbuild.h.in
  248. DISTCLEANFILES = curlbuild.h
  249. all: curlbuild.h
  250. $(MAKE) $(AM_MAKEFLAGS) all-am
  251. .SUFFIXES:
  252. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  253. @for dep in $?; do 
  254.   case '$(am__configure_deps)' in 
  255.     *$$dep*) 
  256.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  257. && exit 0; 
  258.       exit 1;; 
  259.   esac; 
  260. done; 
  261. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/curl/Makefile'; 
  262. cd $(top_srcdir) && 
  263.   $(AUTOMAKE) --foreign  include/curl/Makefile
  264. .PRECIOUS: Makefile
  265. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  266. @case '$?' in 
  267.   *config.status*) 
  268.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  269.   *) 
  270.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  271.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  272. esac;
  273. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  274. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  275. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  276. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  277. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  278. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  279. curlbuild.h: stamp-h3
  280. @if test ! -f $@; then 
  281.   rm -f stamp-h3; 
  282.   $(MAKE) stamp-h3; 
  283. else :; fi
  284. stamp-h3: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
  285. @rm -f stamp-h3
  286. cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
  287. $(srcdir)/curlbuild.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
  288. cd $(top_srcdir) && $(AUTOHEADER)
  289. rm -f stamp-h3
  290. touch $@
  291. distclean-hdr:
  292. -rm -f curlbuild.h stamp-h3
  293. mostlyclean-libtool:
  294. -rm -f *.lo
  295. clean-libtool:
  296. -rm -rf .libs _libs
  297. distclean-libtool:
  298. -rm -f libtool
  299. uninstall-info-am:
  300. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  301. @$(NORMAL_INSTALL)
  302. test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
  303. @list='$(pkginclude_HEADERS)'; for p in $$list; do 
  304.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  305.   f=$(am__strip_dir) 
  306.   echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; 
  307.   $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; 
  308. done
  309. uninstall-pkgincludeHEADERS:
  310. @$(NORMAL_UNINSTALL)
  311. @list='$(pkginclude_HEADERS)'; for p in $$list; do 
  312.   f=$(am__strip_dir) 
  313.   echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; 
  314.   rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; 
  315. done
  316. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  317. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  318. unique=`for i in $$list; do 
  319.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  320.   done | 
  321.   $(AWK) '    { files[$$0] = 1; } 
  322.        END { for (i in files) print i; }'`; 
  323. mkid -fID $$unique
  324. tags: TAGS
  325. TAGS:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) 
  326. $(TAGS_FILES) $(LISP)
  327. tags=; 
  328. here=`pwd`; 
  329. list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; 
  330. unique=`for i in $$list; do 
  331.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  332.   done | 
  333.   $(AWK) '    { files[$$0] = 1; } 
  334.        END { for (i in files) print i; }'`; 
  335. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  336.   test -n "$$unique" || unique=$$empty_fix; 
  337.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  338.     $$tags $$unique; 
  339. fi
  340. ctags: CTAGS
  341. CTAGS:  $(HEADERS) $(SOURCES) curlbuild.h.in $(TAGS_DEPENDENCIES) 
  342. $(TAGS_FILES) $(LISP)
  343. tags=; 
  344. here=`pwd`; 
  345. list='$(SOURCES) $(HEADERS) curlbuild.h.in $(LISP) $(TAGS_FILES)'; 
  346. unique=`for i in $$list; do 
  347.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  348.   done | 
  349.   $(AWK) '    { files[$$0] = 1; } 
  350.        END { for (i in files) print i; }'`; 
  351. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  352.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  353.      $$tags $$unique
  354. GTAGS:
  355. here=`$(am__cd) $(top_builddir) && pwd` 
  356.   && cd $(top_srcdir) 
  357.   && gtags -i $(GTAGS_ARGS) $$here
  358. distclean-tags:
  359. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  360. distdir: $(DISTFILES)
  361. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  362. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  363. list='$(DISTFILES)'; for file in $$list; do 
  364.   case $$file in 
  365.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  366.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  367.   esac; 
  368.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  369.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  370.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  371.     dir="/$$dir"; 
  372.     $(mkdir_p) "$(distdir)$$dir"; 
  373.   else 
  374.     dir=''; 
  375.   fi; 
  376.   if test -d $$d/$$file; then 
  377.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  378.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  379.     fi; 
  380.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  381.   else 
  382.     test -f $(distdir)/$$file 
  383.     || cp -p $$d/$$file $(distdir)/$$file 
  384.     || exit 1; 
  385.   fi; 
  386. done
  387. check-am: all-am
  388. check: check-am
  389. all-am: Makefile $(HEADERS) curlbuild.h
  390. installdirs:
  391. for dir in "$(DESTDIR)$(pkgincludedir)"; do 
  392.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  393. done
  394. install: install-am
  395. install-exec: install-exec-am
  396. install-data: install-data-am
  397. uninstall: uninstall-am
  398. install-am: all-am
  399. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  400. installcheck: installcheck-am
  401. install-strip:
  402. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  403.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  404.   `test -z '$(STRIP)' || 
  405.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  406. mostlyclean-generic:
  407. clean-generic:
  408. distclean-generic:
  409. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  410. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  411. maintainer-clean-generic:
  412. @echo "This command is intended for maintainers to use"
  413. @echo "it deletes files that may require special tools to rebuild."
  414. clean: clean-am
  415. clean-am: clean-generic clean-libtool mostlyclean-am
  416. distclean: distclean-am
  417. -rm -f Makefile
  418. distclean-am: clean-am distclean-generic distclean-hdr 
  419. distclean-libtool distclean-tags
  420. dvi: dvi-am
  421. dvi-am:
  422. html: html-am
  423. info: info-am
  424. info-am:
  425. install-data-am: install-pkgincludeHEADERS
  426. install-exec-am:
  427. install-info: install-info-am
  428. install-man:
  429. installcheck-am:
  430. maintainer-clean: maintainer-clean-am
  431. -rm -f Makefile
  432. maintainer-clean-am: distclean-am maintainer-clean-generic
  433. mostlyclean: mostlyclean-am
  434. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  435. pdf: pdf-am
  436. pdf-am:
  437. ps: ps-am
  438. ps-am:
  439. uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
  440. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  441. clean-libtool ctags distclean distclean-generic distclean-hdr 
  442. distclean-libtool distclean-tags distdir dvi dvi-am html 
  443. html-am info info-am install install-am install-data 
  444. install-data-am install-exec install-exec-am install-info 
  445. install-info-am install-man install-pkgincludeHEADERS 
  446. install-strip installcheck installcheck-am installdirs 
  447. maintainer-clean maintainer-clean-generic mostlyclean 
  448. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  449. tags uninstall uninstall-am uninstall-info-am 
  450. uninstall-pkgincludeHEADERS
  451. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  452. # Otherwise a system limit (for SysV at least) may be exceeded.
  453. .NOEXPORT: