Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-20 Thread Rafael Fernández López
Sorry but my english got worst (you know, 'if you don't use it, you lose it'). I'll start again and maybe you'll understand me better: My problem is that I've been downloading some QT apps (KDE apps) to know how autotools code is written (I read the manual, but I need some

[gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
Hi, I'm downloading some KDE apps source code to know how Makefiles.am are pointed. I've become surprised because I've seen that for example, amaroK has been developed under KDevelop. I have been searching a bit and I can't find any QT app that use METASOURCES = AUTO, and

Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Rafael Fernández López
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

Re: [gentoo-user] [OT] AUTOTOOLS

2006-02-19 Thread Zac Slade
On Sunday 19 February 2006 18:32, Rafael Fernández López wrote: 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