summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2019-04-26 18:11:11 -0700
committerWilliam A. Kennington III <wak@google.com>2019-04-26 18:24:27 -0700
commit8f1700e7ab886ed602c371265ff2c653a2deb485 (patch)
tree00c8f7ef61c5e048879f77b8cfe0aa9e1c5f2277 /src
parent97e394714ec7e88b13b2675c859c1ef56771ad24 (diff)
downloadstdplus-8f1700e7ab886ed602c371265ff2c653a2deb485.tar.gz
stdplus-8f1700e7ab886ed602c371265ff2c653a2deb485.zip
autotools: Remove
Meson is now used to build this package in all of the necessary places. Change-Id: I704d5cdd51129d8dc56c6a2456792846a3711778 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am14
-rw-r--r--src/stdplus.pc.in10
2 files changed, 0 insertions, 24 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 2c1f835..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-nobase_include_HEADERS =
-pkgconfig_DATA = stdplus.pc
-lib_LTLIBRARIES = libstdplus.la
-libstdplus_la_SOURCES =
-libstdplus_la_LIBADD = $(COMMON_LIBS)
-
-nobase_include_HEADERS += stdplus/handle/copyable.hpp
-
-nobase_include_HEADERS += stdplus/handle/managed.hpp
-
-nobase_include_HEADERS += stdplus/signal.hpp
-libstdplus_la_SOURCES += stdplus/signal.cpp
-
-nobase_include_HEADERS += stdplus/util/cexec.hpp
diff --git a/src/stdplus.pc.in b/src/stdplus.pc.in
deleted file mode 100644
index b79e7ca..0000000
--- a/src/stdplus.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: stdplus
-Description: Commonly used c++ classes and functions
-Version: @VERSION@
-Cflags: -I${includedir}
-Libs: -L${libdir} -lstdplus
OpenPOWER on IntegriCloud