summaryrefslogtreecommitdiff
path: root/src/theory/idl/Makefile.am
blob: 4297e3bdb69f94b33c48640851bb068a682575da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libidl.la

libidl_la_SOURCES = \
	idl_model.h \
	idl_model.cpp \
	idl_assertion.h \
	idl_assertion.cpp \
	idl_assertion_db.h \
	idl_assertion_db.cpp \
	theory_idl.h \
	theory_idl.cpp

EXTRA_DIST = \
	kinds 
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback