19 lines
549 B
Plaintext
19 lines
549 B
Plaintext
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
|