代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/332511/3396851
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/331538/3407085
tcl include.tcl
# INCLUDE.TCL - Setup procedures common to both INSTW32.TCL and UNINST.TCL
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01a,27jan99,tcy extracted from
www.eeworm.com/read/329505/3431161
rsp include.rsp
-I..\..\..\..\..\..\include -I..\..\..\..\..\..\ports\80x86\ucos2\tcpp101\l -I. -I..\..\..\..\..\..\ports\80x86\ucos2\tcpp101\l\ucos2.86
www.eeworm.com/read/329505/3431180
rsp include.rsp
-I..\..\..\..\..\..\include -I..\..\..\..\..\..\ports\80x86\ucos2\tcpp101\l -I. -I..\..\..\..\..\..\ports\80x86\ucos2\tcpp101\l\ucos2.86
www.eeworm.com/read/324606/3500671
tcl include.tcl
# INCLUDE.TCL - Setup procedures common to both INSTW32.TCL and UNINST.TCL
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01a,27jan99,tcy extracted from
www.eeworm.com/read/318730/3565145
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