[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to mix source control and build process
From: |
pallavi elkawar |
Subject: |
how to mix source control and build process |
Date: |
Fri, 5 Nov 2004 13:38:45 -0800 (PST) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- how to mix source control and build process,
pallavi elkawar <=