summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-10-19 14:45:42 -0700
committerGitHub <noreply@github.com>2018-10-19 14:45:42 -0700
commitce8c429281fd1f7e4ac4d2b7133152c1d370df0c (patch)
tree407400e728621cc9a5262e7112a93bd6acd0835a /src/lib
parent7de0540252b62080ee9f98617f5718cb1ae08579 (diff)
Remove autotools build system. (#2639)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile4
-rw-r--r--src/lib/Makefile.am25
2 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile
deleted file mode 100644
index 9811fec4f..000000000
--- a/src/lib/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-topdir = ../..
-srcdir = src/lib
-
-include $(topdir)/Makefile.subdir
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
deleted file mode 100644
index aec9fa634..000000000
--- a/src/lib/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/.. -I@srcdir@/../include -I@srcdir@/..
-AM_CFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-# This is a workaround for now to fix some warnings related to unsupported
-# compiler flags since we are compiling C code here. CXXFLAGS is set via
-# configure, however, we should actually set AM_CXXFLAGS.
-CXXFLAGS = $(AM_CXXFLAGS)
-
-noinst_LTLIBRARIES = libreplacements.la
-
-libreplacements_la_SOURCES =
-
-libreplacements_la_LIBADD = \
- $(LTLIBOBJS)
-
-EXTRA_DIST = \
- replacements.h \
- clock_gettime.c \
- clock_gettime.h \
- strtok_r.c \
- strtok_r.h \
- ffs.c \
- ffs.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback