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

noinst_LTLIBRARIES = libufmorgan.la

libufmorgan_la_SOURCES = \
	theory_uf_morgan.h \
	theory_uf_morgan.cpp \
	union_find.h \
	union_find.cpp \
	stacking_map.h \
	stacking_map.cpp

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