代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/362032/2939005
include_deps
# Read the .depend files, extract the dependencies for .h targets, convert
# relative names to absolute and write the result to stdout. It is part of
# building the global .h dependency graph for kbu
www.eeworm.com/read/361148/2953036
include makefile.include
OBJECTS =\
booleng.o\
graph.o\
graphlst.o\
line.o\
link.o\
lpoint.o\
node.o\
record.o\
scanbeam.o
www.eeworm.com/read/360437/2961455
include chk.include
#!/bin/sh -
#
# $Id: chk.include,v 1.3 2002/03/27 04:33:09 bostic Exp $
#
# Check for inclusion of files already included in db_int.h.
d=../..
# Test must be run from the top-level directory, not fr
www.eeworm.com/read/360165/2968532
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
www.eeworm.com/read/358243/2991868
java include.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y
www.eeworm.com/read/358055/3006979
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