From 8e761289a2446367267c6c0d9a26e734f0f78306 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Dec 2020 20:29:05 +0300 Subject: Get rid of legacy build systems and rename cutl/ to libcutl/ --- cutl/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 cutl/Makefile.am (limited to 'cutl/Makefile.am') diff --git a/cutl/Makefile.am b/cutl/Makefile.am deleted file mode 100644 index 060b132..0000000 --- a/cutl/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -# file : cutl/Makefile.am -# license : MIT; see accompanying LICENSE file - -EXTRA_DIST = __file__(extra_dist) - -cutlincludedir = $(includedir)/cutl - -lib_LTLIBRARIES = libcutl.la -libcutl_la_SOURCES = __path__(sources) - -nobase_cutlinclude_HEADERS = __path__(headers) -nobase_nodist_cutlinclude_HEADERS = details/config.h - -if !LIBCUTL_EXTERNAL_BOOST -libcutl_la_SOURCES += __path__(boost_sources) -endif - -if !LIBCUTL_EXTERNAL_EXPAT -libcutl_la_SOURCES += __path__(expat_sources) -nobase_cutlinclude_HEADERS += __path__(expat_headers) -endif - -libcutl_la_SOURCES += __path__(genx_sources) -nobase_cutlinclude_HEADERS += __path__(genx_headers) - -AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -DLIBCUTL_DYNAMIC_LIB -AM_LDFLAGS = -release __value__(interface_version) -no-undefined -- cgit v1.1