summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
blob: 36e4c0342806949074d750d383d8bc8d5ed92bb2 (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 = -D__BUILDING_CVC4LIB

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