[ANet-devel] Welcome the new developers!
Status: Abandoned
Brought to you by:
benad
|
From: Benoit N. <be...@ma...> - 2001-11-17 20:26:50
|
There is now three new develpers for ANet: David Zemke (in...@dr...) Prasanna Gopinath (Pra...@ho...) Warren Price (war...@ho...) Here is the current task status: XML: Quentin, Chyrag (later next week) Files: David Run-Time Wrapper: Warren IP I/O: Prasanna I will revise the code for the XML and Run-Time Wrapper tasks, while Chris will revise the code for Files and IP I/O tasks. Other subject: the new Makefile. To build the project, do "make" in ANet_Daemon/Linux. You will need any version of Perl. The actual Makefile will be generated automatically, but to do so, the script needs three things: Makefile.in contains the beginning of the Makefile. The generated output of the script will be added to this. build_locations.txt contains a list of directories where the script will search for the *.c and *.h files. The search is NOT recursive. build_exclusion.txt contains a list of file names that has to be excluded from the build. Can be *.h or *.c files. So, each time you add a file, make sure the same file name is not already used somewhere else in the project, and do "make rebuild". Finally, you can use "make clean" to clean up everything. Ask me if you have any question. - Benad |