Re: Including a new file in Bison sources

2006-07-24 Thread Guillaume Rousse
Satya wrote: > hi, > I am not an expert with automake, but I need some quick help here... > if I write two new source files in Bison: > > src/hello.h > src/hello.c I guess you mean: if I generate those C source files from a new bison source file. > later I need to #include "hello.h" in some exist

Including a new file in Bison sources

2006-07-20 Thread Satya
hi, I am not an expert with automake, but I need some quick help here... if I write two new source files in Bison: src/hello.h src/hello.c later I need to #include "hello.h" in some existing file like main.c and call functions in hello.c from here; what parts of the Makefile.am file do I need t