Try "man make" for more info then you will ever want.
Understanding TOS makefiles is a different story however.
MS


Siirtola Harri wrote:
> 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:* [email protected] 
> [mailto:[email protected]] *On Behalf Of 
> *milos rovcanin
> *Sent:* Friday, May 08, 2009 12:30 PM
> *To:* [email protected]
> *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
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to