RE: autotools support for msvc

2005-11-18 Thread Peter Ekberg
Hi Harald, Harald Dunkel wrote on Friday, November 18, 2005 11:01 CEST: > Hi Peter, > > Ralf Wildenhues wrote: > > > > You may search the archives of the libtool-patches mailing > list for the > > dozens of mails Peter Ekberg has written to support all of >

Need for a portable way to specify intermediate targets.

2006-01-04 Thread Peter Ekberg
Hello! I have the following needs: 1. Extract some data from a list of files using script foo. 2. Process the data further using a second script bar. 3. Concatenate the processed data. 4. Run a third script foobar on the concatenation to produce a .c file. 5. Distribute the generated .c file,