Re: [boost] [wave]: possible use for makefile dependencies

----Original Message---- From: Pavel Vozenilek [mailto:pavel_vozenilek@hotmail.com] Sent: 26 July 2005 17:09 To: boost@lists.boost.org Subject: [boost] [wave]: possible use for makefile dependencies
Hello Hartmut,
Wave executable could have feature for use in makefiles or makefile generators.
[snip]
Most likely output consisting from only space separated dependent headers (no *.obj, no foo.c itself) is the best ouput as the text is futher manipulated. That breaks horribly as soon as you have any headers whose names contain spaces!
(P.S. Is this the correct list for this?) -- Martin Bonner Martin.Bonner@Pitechnology.com Pi Technology, Milton Hall, Ely Road, Milton, Cambridge, CB4 6WZ, ENGLAND Tel: +44 (0)1223 441434

Martin Bonner wrote:
Wave executable could have feature for use in makefiles or makefile generators.
[snip]
Most likely output consisting from only space separated dependent headers (no *.obj, no foo.c itself) is the best ouput as the text is futher manipulated.
That breaks horribly as soon as you have any headers whose names contain spaces!
If the filenames contain spaces you'll have to quote these appropriatly (perhaps in a platform dependent way).
(P.S. Is this the correct list for this?)
Sure, why not? Regards Hartmut
participants (2)
-
Hartmut Kaiser
-
Martin Bonner