[fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
I saw that the fpmake programs of the fpc sources contain the unit/include file dependencies. Why? (fpc finds the unit/include file dependencies automatically.) Is there a tool to create them automatically? Can I use file masks? Mattias ___

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: I saw that the fpmake programs of the fpc sources contain the unit/include file dependencies. Why? (fpc finds the unit/include file dependencies automatically.) For the zip archive creation. All files are needed. Is there a tool to create

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt mich...@freepascal.org: On Tue, 14 Apr 2009, Mattias Gärtner wrote: I saw that the fpmake programs of the fpc sources contain the unit/include file dependencies. Why? (fpc finds the unit/include file dependencies automatically.) For the zip archive

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt mich...@freepascal.org: [...] On Tue, 14 Apr 2009, Mattias Gärtner wrote: Zitat von Michael Van Canneyt mich...@freepascal.org: On Tue, 14 Apr 2009, Mattias Gärtner wrote: I saw that the fpmake programs of the fpc sources contain the

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: Zitat von Michael Van Canneyt mich...@freepascal.org: [...] On Tue, 14 Apr 2009, Mattias Gärtner wrote: Zitat von Michael Van Canneyt mich...@freepascal.org: On Tue, 14 Apr 2009, Mattias Gärtner wrote: I saw that the

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt mich...@freepascal.org: [...] Hint: File units/i386-darwin/allcodetoolunits.o was already deleted It should maybe be reduced to a debug message, just to see what the clean command is actually trying to do. I created a bug report. Is there a tool to

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Mattias Gärtner wrote: Zitat von Michael Van Canneyt mich...@freepascal.org: [...] The single parameter Options is a show stopper for the LCL, because I use often flags like -gh plus a few -d flags for the experimental features. I understand. Maybe we

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Peter Vreman
Is there a tool to create them automatically? Not yet. This is planned. Come on. You didn't add the 14 thousand filenames manually, did you? The unit source names were added from the Makefile.fpc (there is a conversion mode) but the rest was added manually. I realize that for the

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Michael Van Canneyt
On Tue, 14 Apr 2009, Peter Vreman wrote: Is there a tool to create them automatically? Not yet. This is planned. Come on. You didn't add the 14 thousand filenames manually, did you? The unit source names were added from the Makefile.fpc (there is a conversion mode) but

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Marco van de Voort
In our previous episode, Peter Vreman said: The unit source names were added from the Makefile.fpc (there is a conversion mode) but the rest was added manually. I realize that for the LCL, this will be a rather largish job :-) Most packages ppudump output with a sed script was used