summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 0992a434ad3dba94a7ecba0594109ed147df92aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
AM_CPPFLAGS =

bin_PROGRAMS = cvc4

cvc4_SOURCES = \
	main.cpp \
	getopt.cpp \
	util.cpp

cvc4_LDADD = \
	../parser/libcvc4parser.la \
	../libcvc4.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback