(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.8, Wed Dec 29 21:05:46 2004 UTC (4 years, 10 months ago) by ndbusek
Branch: MAIN
Changes since 1.7: +1 -1 lines
added $(EMSTAR_ROOT)/include to CFLAGS

# 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 

ifdef EMSTAR_ROOT
CFLAGS += -I$(EMSTAR_ROOT) -I$(EMSTAR_ROOT)/include
endif

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