AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = . io unittests tests python threads AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib AM_CPPFLAGS += $(BOOST_INCLUDES) AM_CXXFLAGS = $(KEA_CXXFLAGS) lib_LTLIBRARIES = libkea-util.la libkea_util_la_SOURCES = boost_time_utils.h boost_time_utils.cc libkea_util_la_SOURCES += buffer.h io_utilities.h libkea_util_la_SOURCES += csv_file.h csv_file.cc libkea_util_la_SOURCES += filename.h filename.cc libkea_util_la_SOURCES += hash.h libkea_util_la_SOURCES += labeled_value.h labeled_value.cc libkea_util_la_SOURCES += memory_segment.h libkea_util_la_SOURCES += memory_segment_local.h memory_segment_local.cc libkea_util_la_SOURCES += optional_value.h libkea_util_la_SOURCES += pid_file.h pid_file.cc libkea_util_la_SOURCES += pointer_util.h libkea_util_la_SOURCES += process_spawn.h process_spawn.cc libkea_util_la_SOURCES += range_utilities.h libkea_util_la_SOURCES += signal_set.cc signal_set.h libkea_util_la_SOURCES += staged_value.h libkea_util_la_SOURCES += state_model.cc state_model.h libkea_util_la_SOURCES += stopwatch.cc stopwatch.h libkea_util_la_SOURCES += stopwatch_impl.cc stopwatch_impl.h libkea_util_la_SOURCES += strutil.h strutil.cc libkea_util_la_SOURCES += time_utilities.h time_utilities.cc libkea_util_la_SOURCES += versioned_csv_file.h versioned_csv_file.cc libkea_util_la_SOURCES += watch_socket.cc watch_socket.h libkea_util_la_SOURCES += encode/base16_from_binary.h libkea_util_la_SOURCES += encode/base32hex.h encode/base64.h libkea_util_la_SOURCES += encode/base32hex_from_binary.h libkea_util_la_SOURCES += encode/base_n.cc encode/hex.h libkea_util_la_SOURCES += encode/binary_from_base32hex.h libkea_util_la_SOURCES += encode/binary_from_base16.h libkea_util_la_SOURCES += random/qid_gen.h random/qid_gen.cc libkea_util_la_SOURCES += random/random_number_generator.h libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la libkea_util_la_LDFLAGS = -no-undefined -version-info 3:1:0 CLEANFILES = *.gcno *.gcda # Specify the headers for copying into the installation directory tree. libkea_util_includedir = $(pkgincludedir)/util libkea_util_include_HEADERS = \ boost_time_utils.h \ buffer.h \ csv_file.h \ filename.h \ hash.h \ io_utilities.h \ labeled_value.h \ memory_segment.h \ memory_segment_local.h \ optional_value.h \ pid_file.h \ pointer_util.h \ process_spawn.h \ range_utilities.h \ signal_set.h \ staged_value.h \ state_model.h \ stopwatch.h \ stopwatch_impl.h \ strutil.h \ time_utilities.h \ versioned_csv_file.h \ watch_socket.h libkea_util_encode_includedir = $(pkgincludedir)/util/encode libkea_util_encode_include_HEADERS = \ encode/base16_from_binary.h \ encode/base32hex.h \ encode/base32hex_from_binary.h \ encode/base64.h \ encode/binary_from_base16.h \ encode/binary_from_base32hex.h \ encode/hex.h libkea_util_io_includedir = $(pkgincludedir)/util/io libkea_util_io_include_HEADERS = \ io/fd.h \ io/fd_share.h \ io/pktinfo_utilities.h \ io/sockaddr_util.h \ io/socketsession.h libkea_util_random_includedir = $(pkgincludedir)/util/random libkea_util_random_include_HEADERS = \ random/qid_gen.h \ random/random_number_generator.h libkea_util_threads_includedir = $(pkgincludedir)/util/threads libkea_util_threads_include_HEADERS = \ threads/sync.h \ threads/thread.h