|
|
Jump to this file's LXR Page |
|
|
File: [CENS] / tos-contrib / Makecontrib
(download)
Revision: 1.6, Mon Oct 18 20:50:00 2004 UTC (5 years, 1 month ago) by thanos Branch: MAIN CVS Tags: HOSTMOTE_PROTOCOL_VERSION_7 Changes since 1.5: +2 -2 lines Added an EMSTAR_ROOT include path |
# All shared dirs and other inter-contrib stuff needs to go here
# Potentially HOSTMOTEDIR can be placed here as well
ifndef TOSDIR
$(error TOSDIR UNDEFINED)
else
ifdef MAKERULES
include $(MAKERULES)
else
include $(TOSDIR)/../apps/Makerules
endif
endif
PROGRAMMER_EXTRA_FLAGS := -dno-poll -v=2
CFLAGS += -I../../../include -I$(EMSTAR_ROOT)
CFLAGS += $(patsubst %, -I../../../%/tos/interfaces, $(CONTRIB_INCLUDES)) \
$(patsubst %, -I../../../%/tos/platform/$(PLATFORM), $(CONTRIB_INCLUDES)) \
$(patsubst %, -I../../../%/tos/system, $(CONTRIB_INCLUDES)) \
$(patsubst %, -I../../../%/tos/lib, $(CONTRIB_INCLUDES)) \
$(patsubst %, -I../../../%/tos/sensorboards/$(SENSORBOARD), $(CONTRIB_INCLUDES)) \
| CENS CVS Mailing List |
Powered by ViewCVS 0.9.2 |