|
|
Jump to this file's LXR Page |
|
|
File: [CENS] / tos-contrib / Makecontrib
(download)
Revision: 1.5, Fri May 21 00:56:50 2004 UTC (5 years, 6 months ago) by girod Branch: MAIN CVS Tags: scale_radio_channel, nims-lab-Sep07-2004, nims-jr-Sep05-04, lessgps_release, kiss_release, bp_scale_radio_channel, PRE_NOMEGA_MOTENIC, LESSGPS_1_00, KISS_1_0, HOSTMOTE_V_6_EXPERIMENTAL, HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP, HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP, HOSTMOTE_PROTOCOL_VERSION_5, HOSTMOTE_PROTOCOL_VERSION_4, HOSTMOTE_PROTOCOL_VERSION_3, EMSTAR_RELEASE_2_0, EMSTAR_PRE_HTML Changes since 1.4: +4 -0 lines added makerules |
# 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
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 |