(file) Return to Makecontrib CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / tos-contrib

File: [CENS] / tos-contrib / Makecontrib (download)
Revision: 1.4, Wed May 19 22:37:52 2004 UTC (5 years, 6 months ago) by nithya
Branch: MAIN
Changes since 1.3: +1 -2 lines
Added motenic to adaptive-sampling
Made serial-port device a command line option.
Took out legacy code.

Added Nims directory to tos-contrib.
Added general include directory to tos-contrib

# 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
include $(TOSDIR)/../apps/Makerules
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