Makefile.zlib.lib
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. #  ===========================================================================
  2. #  PRODUCTION $Log: Makefile.zlib.lib,v $
  3. #  PRODUCTION Revision 1000.1  2004/04/20 18:40:33  gouriano
  4. #  PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.3
  5. #  PRODUCTION
  6. #  ===========================================================================
  7. # $Id: Makefile.zlib.lib,v 1000.1 2004/04/20 18:40:33 gouriano Exp $
  8. SRC = adler32 ncbi_z_compress crc32 gzio uncompr deflate trees 
  9.       zutil inflate infblock inftrees infcodes infutil inffast
  10. LIB = z
  11. CPPFLAGS = $(ORIG_CPPFLAGS) -I$(includedir)/util/compress/zlib
  12. CFLAGS   = $(FAST_CFLAGS)
  13. LDFLAGS  = $(FAST_LDFLAGS)