Makefile and dependencies of lib
From: G?rald (gerald.fauvelle.net_at_free.fr)
Date: 02/24/04
- Next message: Slav Inger: "Issues with calling an external executable from PAM"
- Previous message: Kasper Dupont: "Re: User segment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Feb 2004 04:45:51 -0800
Hi,
First, I'm not sure to be in the right group here, so if I'm not, you
can tell me where to post :-)
I have a project that depends on other projets. So I have a Makefile
that calls Makefile of sub-projects to build the libs if needed.
Once libs are built, the main Makefile link everything and make the
executable.
For dependencies of .h files, I solved the problem, but I still have a
problem for dependencies of libs. For example if I change nothing in
the subprojects, when I run the makefile, it calls all makefiles of
subprojects and does nothing (that is totally normal) but it makes the
link even when nothing has changed.
So I tried to find a way to make the link only if one of the lib of
subprojects have changed... Is it at least possible or do I have to
forget it?
Thanks,
Gérald
- Next message: Slav Inger: "Issues with calling an external executable from PAM"
- Previous message: Kasper Dupont: "Re: User segment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|