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 sc

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 > > c

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 rea

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 : > > >[...] > > > 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 should ch

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt : >[...] > > 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 should change it to tstrings, and say that there should be one > option pe

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 : > > >[...] > > > 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 cre

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt : >[...] > > 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 create them a

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 : > > >[...] > > > > On Tue, 14 Apr 2009, Mattias Gärtner wrote: > > > > > Zitat von Michael Van Canneyt : > > > > > > > > On Tue, 14 Apr 2009, Mattias Gärtner wrote: > > > > > > > > > > I saw that the fpmake progra

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt : >[...] > > On Tue, 14 Apr 2009, Mattias Gärtner wrote: > > > Zitat von 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 > > > > d

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 : > > > > > > > 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/i

Re: [fpc-pascal] fpmake dependencies

2009-04-14 Thread Mattias Gärtner
Zitat von 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 creati

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 c

[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 ___ fpc-pasca