From: Leif J. <le...@am...> - 2004-01-03 01:04:17
|
Another question about the environment files : Do we really need to have all those separate directories for holding the source files ? Why not put all the files in one directory, since they'll be compiled and installed together ? This would replace the tree : CppLocalEnvironment/ |-- CCM_Utils | |-- CerrDebugWriter.h | |-- Debug.cc | |-- Debug.h | |-- DebugWriter.h | |-- DebugWriterManager.cc | |-- DebugWriterManager.h | |-- LinkAssert.h | |-- Makefile.am | |-- Makefile.py | |-- SmartPointer.cc | `-- SmartPointer.h |-- HomeFinder | |-- HomeFinder.cc | |-- HomeFinder.h | |-- Makefile.am | `-- Makefile.py |-- LocalComponents | |-- CCM.h | |-- Makefile.am | |-- Makefile.py | `-- dummy.cc |-- LocalTransaction | |-- Makefile.am | |-- Makefile.py | |-- UserTransaction.h | `-- dummy.cc `-- Makefile.am with a shorter tree : CppLocalEnvironment/ |-- CCM.h |-- CerrDebugWriter.h |-- Debug.cc |-- Debug.h |-- DebugWriter.h |-- DebugWriterManager.cc |-- DebugWriterManager.h |-- HomeFinder.cc |-- HomeFinder.h |-- LinkAssert.h |-- Makefile.am |-- Makefile.py |-- SmartPointer.cc |-- SmartPointer.h `-- UserTransaction.h Thoughts ? leif -- Leif Morgan Johnson : http://ambient.2y.net/leif/ |