Borut Razem wrote:
>>    The last one is a weird problem that I've not really dug into yet;  
>> I think it probably has to do with -E handling.  The Makefile.dep  
>> files end up being huge (several megabytes) and contain lots of C  
>> source code fragments.  I ended up just turning that into "touch  
>> Makefile.dep" in the Makefiles and being careful about doing a "make  
>> clean" between builds, which is obviously not the correct solution.
>>
>>   
>>     
>
> Tis is the hardest one: the gcc preprocessor understands -M command line 
> option, which generates the makefile dependencies. I don't know if 
> Solaris cc can do this. If not, an external toll should be found and used.
>
>   

I found this: http://sourceforge.net/projects/makedep/, but I haven't 
tried it yet.

Borut


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to