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

TAPI编程

开发平台:

Visual C++

  1. pkginclude_HEADERS = 
  2. curl.h curlver.h easy.h mprintf.h stdcheaders.h types.h multi.h 
  3. typecheck-gcc.h curlbuild.h curlrules.h
  4. pkgincludedir= $(includedir)/curl
  5. # curlbuild.h does not exist in the CVS tree. When the original libcurl
  6. # source code distribution archive file is created, curlbuild.h.dist is
  7. # renamed to curlbuild.h and included in the tarball so that it can be
  8. # used directly on non-configure systems.
  9. #
  10. # The distributed curlbuild.h will be overwritten on configure systems
  11. # when the configure script runs, with one that is suitable and specific
  12. # to the library being configured and built.
  13. #
  14. # curlbuild.h.in is the distributed template file from which the configure
  15. # script creates curlbuild.h at library configuration time, overwiting the
  16. # one included in the distribution archive.
  17. #
  18. # curlbuild.h.dist is not included in the source code distribution archive.
  19. EXTRA_DIST = curlbuild.h.in
  20. DISTCLEANFILES = curlbuild.h