summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 04d717294b1bacdcb2b2e75de082abd31e2bc916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall

bin_PROGRAMS = cvc4

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

cvc4_LDADD = \
	../parser/libcvc4parser.la \
	../libcvc4.la

cvc4_LINK = $(CXXLINK)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback