|
|
|
@ -9,6 +9,9 @@ |
|
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
## |
|
|
|
|
## $Log$ |
|
|
|
|
## Revision 1.10 2004/10/07 16:16:34 marc |
|
|
|
|
## forgotten to save before last checkin... |
|
|
|
|
## |
|
|
|
|
## Revision 1.9 2004/10/07 09:29:17 marc |
|
|
|
|
## new classes |
|
|
|
|
## new versioning |
|
|
|
@ -59,10 +62,9 @@ endif |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
libmrw_la_SOURCES = mrw.hpp \ |
|
|
|
|
auto.hpp unistd.hpp smartpointer.hpp \ |
|
|
|
|
exception.hpp exception.cpp \ |
|
|
|
|
exec.hpp exec.cpp \ |
|
|
|
|
arg.hpp arg.cpp \ |
|
|
|
|
auto.hpp unistd.hpp \ |
|
|
|
|
stacktrace.hpp exception.hpp exception.cpp \ |
|
|
|
|
exec.hpp exec.cpp arg.hpp arg.cpp smartpointer.hpp \ |
|
|
|
|
string.hpp \ |
|
|
|
|
list.hpp vector.hpp deque.hpp \ |
|
|
|
|
set.hpp map.hpp \ |
|
|
|
|