summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 7c4f2d52d2c4c7ecbc9344b9f64d39ca8e44dab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
	about.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