|
|
@ -4,15 +4,20 @@ |
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890 |
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890 |
|
|
|
|
|
|
|
|
|
|
|
exampledir = ${docdir}/examples |
|
|
|
exampledir = ${docdir}/examples |
|
|
|
example_PROGRAMS = exceptionhandling smartpointer arguments |
|
|
|
example_PROGRAMS = smartpointer arguments |
|
|
|
|
|
|
|
if HAVE_STACKTRACE |
|
|
|
|
|
|
|
example_PROGRAMS += exceptionhandling |
|
|
|
|
|
|
|
endif |
|
|
|
example_DATA = ${smartpointer_SOURCES} ${exceptionhandling_SOURCES} \ |
|
|
|
example_DATA = ${smartpointer_SOURCES} ${exceptionhandling_SOURCES} \ |
|
|
|
${arguments_SOURCES} |
|
|
|
${arguments_SOURCES} |
|
|
|
|
|
|
|
|
|
|
|
CPPFLAGS = -I${top_srcdir}/src |
|
|
|
CPPFLAGS = -I${top_srcdir}/src |
|
|
|
LDFLAGS = -L${top_builddir}/src |
|
|
|
LDFLAGS = -L${top_builddir}/src |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if HAVE_STACKTRACE |
|
|
|
exceptionhandling_SOURCES = exceptionhandling.cxx |
|
|
|
exceptionhandling_SOURCES = exceptionhandling.cxx |
|
|
|
exceptionhandling_LDADD = ${top_builddir}/src/.libs/libmrw.la |
|
|
|
exceptionhandling_LDADD = ${top_builddir}/src/.libs/libmrw.la |
|
|
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
smartpointer_SOURCES = smartpointer.cxx |
|
|
|
smartpointer_SOURCES = smartpointer.cxx |
|
|
|
smartpointer_LDADD = ${top_builddir}/src/.libs/libmrw.la |
|
|
|
smartpointer_LDADD = ${top_builddir}/src/.libs/libmrw.la |
|
|
|