GNUmakefile.inc
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91
  2. # $Id$
  3. # gen sources
  4. VPATH:= ${VPATH}:${srcdir}/net
  5. SRCS:= gethostbyaddr.c gethostbyname.c gethostent.c getnetbyaddr.c 
  6. getnetbyname.c getnetent.c getproto.c getprotoent.c getprotoname.c 
  7. getservbyname.c getservbyport.c getservent.c herror.c inet_addr.c 
  8. inet_lnaof.c inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c 
  9. net_internal.c proto_internal.c res_comp.c res_init.c res_internal.c 
  10. res_mkquery.c res_query.c res_querydomain.c res_search.c res_send.c 
  11. res_debug.c serv_internal.c $(SRCS)