summaryrefslogtreecommitdiff
path: root/examples/hashsmt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hashsmt/Makefile.am')
-rw-r--r--examples/hashsmt/Makefile.am36
1 files changed, 0 insertions, 36 deletions
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