C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
420 B
11 lines
420 B
SUBDIRS = mrw |
|
|
|
include_HEADERS = mrw/auto.hpp mrw/unistd.hpp \ |
|
mrw/stacktrace.hpp mrw/exception.hpp \ |
|
mrw/exec.hpp |
|
data_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog |
|
|
|
webserver: all check doc dist |
|
ssh root@waeckerlin.org mkdir -p /home/marc/mrw-c++ |
|
scp mrw/doc/html/* root@waeckerlin.org:/home/marc/mrw-c++/ |
|
scp @PACKAGENAME@-@MAJOR@.@MINOR@.tar.gz root@waeckerlin.org:/home/marc/mrw-c++/ |