summaryrefslogtreecommitdiff
path: root/examples/hashsmt/Makefile.am
blob: 64dc608997489ea14aeea0a235a224fe6e918456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = \
	-I@srcdir@/../../src/include -I@srcdir@/../../src -I@builddir@/../../src $(ANTLR_INCLUDES)
AM_CXXFLAGS = -Wall
AM_CFLAGS = -Wall

noinst_PROGRAMS = \
	sha1smt	

noinst_DATA =

sha1smt_SOURCES = \
	sha1smt.cpp \
	word.h \
	word.cpp \
	sha1.hpp
sha1smt_LDADD = \
	@builddir@/../../src/libcvc4.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback