generated files issues

2013-09-24 Thread Werner LEMBERG
Folks, I have two templates, `foo.cin' and `foo.hin', which are used to create the files `foo.c' and `foo.h', respectively. File `foo.h' get's included in another header file, `bar.h', which in turn is included by almost every other file of library `foobar' (including `foo.c'). Currently, I

Re: generated files issues

2013-09-24 Thread Peter Johansson
On 09/25/2013 08:00 AM, Werner LEMBERG wrote: What's the recommended solution to such a problem, except adding dependencies for all .c files which directly or indirectly include `foo.h' (which is both inconvenient and error prone)? Hi Werner, I use line below in one of my project for similar