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.
 
 
 
 
 

18 lines
549 B

EXTRA_DIST = doc examples
CLEANFILES = doxygen.err
lib_LTLIBRARIES = libmrw.la libautostacktracestderr.la
libmrw_la_SOURCES = mrw.hpp \
auto.hpp auto.cpp unistd.hpp \
stacktrace.hpp stacktrace.cpp exception.hpp \
exec.hpp exec.cpp
libmrw_la_LDFLAGS = -version-info @MAJOR@:@MINOR@:@SUPPORT@
libautostacktracestderr_la_SOURCES = autostacktracestderr.cpp
libautostacktracestderr_la_LDFLAGS = -version-info @MAJOR@:@MINOR@:@SUPPORT@
doc: doc/html/index.html
doc/html/index.html: doxyfile *.[ch]pp
doxygen doxyfile