Oh, another thing that I didn't tell you:
I'm an order maniac. When I start a project, my src directory has lots
of
subdirectories like 'base', 'gui'... and so on. I've seen that is almost a
MUST to keep ALL *.UI FILES (from QT) in 'src' (at least KDevelop wants it).
That is one of the reasons because I would like to write my own
Makefile.am.
But lots of questions came to my mind, like if I have something like:
myproject
src
gui
base
sounds
[...]
And my objective is only an executable (no .so...) is it necessary to
go on
creating *.la files for each directory (and portion of code) to get them
linked at the end of the build process?
I had some vtable errors from GCC that I had never had before (because
before
I used to write my own Makefiles) [no autotools].
Bye and thanks again,
Rafael Fernández López.
pgp3oR6as6vqD.pgp
Description: PGP signature

