summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 8f400241baf530c3fb41dbaba9c7ba675f92ac27 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden

bin_PROGRAMS = cvc4

cvc4_SOURCES = \
	main.cpp \
	getopt.cpp \
	util.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback