It expands the definition of INCLUDES and adds it to the compiler
invocation command. In this case it results to
 
<compiler-command> -I . -I ../Interceptbase
 
i.e. adds some additional include file paths.
 
Regards,
 
    Harri

________________________________

From: tinyos-help-boun...@millennium.berkeley.edu
[mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of milos
rovcanin
Sent: Friday, May 08, 2009 12:30 PM
To: tinyos-help@millennium.berkeley.edu
Subject: [Tinyos-help] I can't understand this MAKEFILE


Hello, I have troubles trying to figure out RssiBase's make file! It
looks like this: 

COMPONENT=RssiBaseAppC
INCLUDES= -I..               \
          -I../InterceptBase

CFLAGS += $(INCLUDES)
include $(MAKERULES)
 
Can anyone help me, please?  What does CFLAGS+=$(INCLUDES) line do ? 

-- 
Best regards, Milos Rovcanin

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to