代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/208223/15250697
h include.h
#include "avr/io.h"
#include "avr/signal.h"
#include "avr/interrupt.h"
#include "avr/eeprom.h"
#include "avr/sleep.h"
#include "CBase.h"
#include "Bell.h"
#include "595.h"
#include "Led.h"
www.eeworm.com/read/208211/15250800
wps include.wps
www.eeworm.com/read/207014/15284009
h include.h
/*******************************************************************************************************
*
www.eeworm.com/read/639/535
zip include.zip
www.eeworm.com/read/8271/145360
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 CCDEP
CC
www.eeworm.com/read/8271/145722
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 CCDEP
CC
www.eeworm.com/read/11139/199842
include makefile.include
CFLAGS += -I$(TOSDIR)/platforms/micaz/mac/tkn154 \
-I$(TOSDIR)/platforms/telosb/mac/tkn154 \
-I$(TOSDIR)/platforms/telosb/mac/tkn154/timer \
-I$(TOSDIR)/chips/cc2420_tkn154
www.eeworm.com/read/11139/200304
include makefile.include
ifdef TKN154_PIERCEBOARD
CFLAGS += -I$(TOSDIR)/platforms/telosb/mac/tkn154/timer/pierceboard
endif
CFLAGS += -I$(TOSDIR)/platforms/telosb/mac/tkn154 \
-I$(TOSDIR)/platforms/telosb/mac/tkn154/ti
www.eeworm.com/read/11139/202952
include makefile.include
#-*-makefile-*-
######################################################################
#
# Contains the shared make rules for the tools/java tree.
#
# In each directory, create a Makefile that i
www.eeworm.com/read/11139/204226
include makefile.include
PLATFORMS = telosb micaz
TKN154_PLATFORM_INCLUDE?=$(TOSDIR)/platforms/$(PLATFORM)/mac/tkn154/Makefile.include
CFLAGS += -I$(TOSDIR)/lib/mac/tkn154 \
-I$(TOSDIR)/lib/mac/tkn154/dummies \
-I$(TO