|
|
@ -9,6 +9,9 @@ |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## @license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
## |
|
|
|
## |
|
|
|
## $Log$ |
|
|
|
## $Log$ |
|
|
|
|
|
|
|
## Revision 1.13 2004/10/11 18:33:53 marc |
|
|
|
|
|
|
|
## add stdext.hpp |
|
|
|
|
|
|
|
## |
|
|
|
## Revision 1.12 2004/10/07 17:25:40 marc |
|
|
|
## Revision 1.12 2004/10/07 17:25:40 marc |
|
|
|
## make rpm also installs the new rpm (to check whether this is possible) |
|
|
|
## make rpm also installs the new rpm (to check whether this is possible) |
|
|
|
## |
|
|
|
## |
|
|
@ -46,13 +49,11 @@ SUBDIRS = mrw |
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = bootstrap.sh |
|
|
|
EXTRA_DIST = bootstrap.sh |
|
|
|
|
|
|
|
|
|
|
|
nobase_include_HEADERS = mrw/auto.hpp mrw/unistd.hpp \ |
|
|
|
nobase_include_HEADERS = mrw/arg.hpp mrw/list.hpp mrw/simpletrace.hpp mrw/unistd.hpp \ |
|
|
|
mrw/stacktrace.hpp mrw/exception.hpp \ |
|
|
|
mrw/auto.hpp mrw/map.hpp mrw/smartpointer.hpp mrw/vector.hpp \ |
|
|
|
mrw/exec.hpp mrw/arg.hpp mrw/smartpointer.hpp \ |
|
|
|
mrw/deque.hpp mrw/multimap.hpp mrw/stacktrace.hpp \ |
|
|
|
mrw/string.hpp \ |
|
|
|
mrw/exception.hpp mrw/multiset.hpp mrw/stdext.hpp \ |
|
|
|
mrw/list.hpp mrw/vector.hpp mrw/deque.hpp \ |
|
|
|
mrw/exec.hpp mrw/set.hpp mrw/string.hpp |
|
|
|
mrw/set.hpp mrw/map.hpp \ |
|
|
|
|
|
|
|
mrw/multiset.hpp mrw/multimap.hpp |
|
|
|
|
|
|
|
infosdir = ${pkgdatadir} |
|
|
|
infosdir = ${pkgdatadir} |
|
|
|
infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \ |
|
|
|
infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \ |
|
|
|
@PACKAGENAME@.spec |
|
|
|
@PACKAGENAME@.spec |
|
|
|