summaryrefslogtreecommitdiff
path: root/examples/hashsmt
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 /examples/hashsmt
parent7de0540252b62080ee9f98617f5718cb1ae08579 (diff)
Remove autotools build system. (#2639)
Diffstat (limited to 'examples/hashsmt')
-rw-r--r--examples/hashsmt/Makefile4
-rw-r--r--examples/hashsmt/Makefile.am36
2 files changed, 0 insertions, 40 deletions
diff --git a/examples/hashsmt/Makefile b/examples/hashsmt/Makefile
deleted file mode 100644
index 7bb553677..000000000
--- a/examples/hashsmt/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-topdir = ../..
-srcdir = examples/hashsmt
-
-include $(topdir)/Makefile.subdir
diff --git a/examples/hashsmt/Makefile.am b/examples/hashsmt/Makefile.am
deleted file mode 100644
index 950a06af8..000000000
--- a/examples/hashsmt/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-AM_CPPFLAGS = \
- -I@srcdir@/../../src/include -I@srcdir@/../../src -I@builddir@/../../src $(ANTLR_INCLUDES)
-AM_CXXFLAGS = -Wall
-AM_CFLAGS = -Wall
-
-noinst_PROGRAMS = \
- sha1_inversion \
- sha1_collision
-
-noinst_DATA =
-
-sha1_inversion_SOURCES = \
- sha1_inversion.cpp \
- word.h \
- word.cpp \
- sha1.hpp
-sha1_inversion_LDADD = \
- @builddir@/../../src/libcvc4.la
-
-sha1_collision_SOURCES = \
- sha1_collision.cpp \
- word.h \
- word.cpp \
- sha1.hpp
-sha1_collision_LDADD = \
- @builddir@/../../src/libcvc4.la
-
-
-# for installation
-examplesdir = $(docdir)/$(subdir)
-examples_DATA = \
- sha1_inversion.cpp \
- sha1_collision.cpp \
- word.h \
- word.cpp \
- sha1.hpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback