[odb-users] Integrating ODB into an automake project

Boris Kolpackov boris at codesynthesis.com
Mon Jan 17 10:42:33 EST 2022


Ali Sherief <ali at notatether.com> writes:

> My project's build system is a standard ./autogen.sh && ./configure && make
> process. I am wondering at which stage of the build process I should place
> the ODB compilation commands. My gut feeling tells me in the ./autogen.sh
> script is the most logical place, but then again, I would like it to be
> compiled alongside the rest of the files during the `make` process.

Automake has some support for auto-generated source code. Try searching
the web for "automake generated source files" -- the first couple of
results look quite promising (includs a link to an example from Automake
documentation).



More information about the odb-users mailing list