代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/247473/4481803
s_include
#!/bin/sh -
# $Id: s_include,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Build the automatically generated function prototype files.
msgc="/* DO NOT EDIT: automatically built by dist/s_include. *
www.eeworm.com/read/247473/4482227
include chk.include
#!/bin/sh -
#
# $Id: chk.include,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
#
# Check for inclusion of files already included in db_int.h.
d=../..
# Test must be run from the top-level directory, n
www.eeworm.com/read/247473/4482245
tcl include.tcl
# Automatically built by dist/s_test; may require local editing.
set tclsh_path @TCL_TCLSH@
set tcllib .libs/libdb_tcl-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@MODSUFFIX@
set rpc_server localhost
set
www.eeworm.com/read/243166/4531535
include makefile.include
ifdef APPS
APPDIRS = $(foreach APP, $(APPS), ../apps/$(APP))
-include $(foreach APP, $(APPS), ../apps/$(APP)/Makefile.$(APP))
CFLAGS += $(addprefix -I../apps/,$(APPS))
endif
ifndef CC