Re: [mbackup-devel] sourcecode layout
Status: Alpha
Brought to you by:
jo2y
|
From: Robert D. <ro...@nr...> - 2001-04-15 03:55:39
|
I'm a fan of putting all source code in a directory called 'src/'
Then you've got your non-source above that...
docs/
contrib/
src/
include/
lib/
.../
--
Rob
On Sat, 14 Apr 2001, James O'Kane wrote:
> /base
> This directory will contain the very core of the suite. main()
> will be in here.
>
> /communicators
> This is for modules whose job it is to contact other processes,
> other than mbackup
>
>
> /controllers
>
>
> /docs
> Documentation.
>
> /filters
> The modules that do the actual work on data.
>
> /include
> header files (* see note below)
>
> /lib
> library files
>
> /readers
> Modules that read from media
>
> /tests
> Regression tests
>
> /writers
> Modules that write to media
|