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

bin_PROGRAMS = cvc4

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

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