hi,

I am writing makefiles for big project which has
serveral modules as :

project--
         |
         |-----module1--(it contains .c, .h &
makefile)
         |
         |-----module2--(it contains .c, .h &
makefile)
         |
         |-----Makefile (master)
         |
         |------library(it contains .c, .h and
Makefle)

and have dependency as :
module1 depends on library
module2 depends on library

project is in subversion(svn). i want to checkout only
the master makefile that will checkout the sources
from subversion (module1, 2 & library) and build all
modules and library.

can anybody sugguest me how i can write the master
makefile that will check the dependency and checkout
the source files from subversion and build the sources
and library?




                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to