On Mon, 05 May 2008, Lorenzo Fiorini wrote: Hi Lorenzo,
> This is not a request but an idea for the future. > Tipically an ajax apps made with Harbour is made suing many includes like: [...] > file0.prg depends on file1.ch, file2.xhtml, file3.js and file3.js can > also be included in many prgs. > So every time a file is created the Makefiles need to be updated if > not if you change file3.js the make doesn't rebuild fileo.prg. > To "solve" this gcc has a series of -M* flags that automatically would > creates sth like: > file0.prg: file1.ch file2.xhtml file3.js > file0.o: file0.prg > It would be great if Harbour would have sth like this. I can implement it though in our case it will need some deeper checking. Our PP allow to use #include directive as result of some other directives. Please also note that we should proably have two modes. 1. create dependences list only from files really included files respecting condtional compilation ( #if / #ifdef / ... ) Here we can easy detect files included indirectly by some other directive because we can make real preprocessing. 2. create dependences list from all files which can be included ignoring any conditional directives. We cannot make real preprocessing here so it will be hard to detect files included indirectly. which version do you need? BTW for my own use I wrote bash script which creates such dependences list for .prg files. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour