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

生物技术

开发平台:

C/C++

  1. # $Id: Makefile.xconnect.lib,v 1000.0 2003/10/29 16:34:10 gouriano Exp $
  2. #
  3. # XCONNECT -- includes:
  4. #    CONNECT API (C-only, sources shared with the C Toolkit), plus
  5. #    auxiliary C++ API to use CONNECT API from the C++ Toolkit
  6. include $(srcdir)/Makefile.connect.lib
  7. include $(srcdir)/Makefile.xxconnect.lib
  8. SRC  = $(SRC_C) $(SRC_CXX)
  9. LIB  = xconnect
  10. LIBS = $(NETWORK_LIBS)