Skip to content
Snippets Groups Projects
Commit 2aa07647 authored by jpbl's avatar jpbl
Browse files

*** empty log message ***

parent 27f8a747
No related branches found
No related tags found
No related merge requests found
noinst_HEADERS = \
creation_using_new.hpp \
lifetime_default.hpp \
lifetime_with_longevity.hpp \
lifetime_with_longevity.inl \
null_type.hpp \
private_members.hpp \
private_members.inl \
singleton.hpp \
singleton_holder.hpp \
singleton_holder.inl \
threading_single.hpp
SUBDIRS = singleton
lib_LTLIBRARIES=libutilspp.la
libutilspp_la_SOURCES = \
NonCopyable.hpp \
NullType.hpp \
Singleton.hpp \
SmartPtr.hpp \
ThreadingFactoryMutex.hpp \
ThreadingSingle.hpp \
TypeList.hpp \
TypeTrait.hpp
pkginclude_HEADERS = \
NonCopyable.hpp \
NullType.hpp \
Singleton.hpp \
SmartPtr.hpp \
ThreadingFactoryMutex.hpp \
ThreadingSingle.hpp \
TypeList.hpp \
TypeTrait.hpp
pkgincludedir=$(includedir)/utilspp
libutilspp_la_LIBADD = ./singleton/libsingleton.la
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment