summaryrefslogtreecommitdiffstats
path: root/src/proof/dch/module.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/dch/module.make')
-rw-r--r--src/proof/dch/module.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/proof/dch/module.make b/src/proof/dch/module.make
new file mode 100644
index 00000000..11163cef
--- /dev/null
+++ b/src/proof/dch/module.make
@@ -0,0 +1,10 @@
+SRC += src/proof/dch/dchAig.c \
+ src/proof/dch/dchChoice.c \
+ src/proof/dch/dchClass.c \
+ src/proof/dch/dchCnf.c \
+ src/proof/dch/dchCore.c \
+ src/proof/dch/dchMan.c \
+ src/proof/dch/dchSat.c \
+ src/proof/dch/dchSim.c \
+ src/proof/dch/dchSimSat.c \
+ src/proof/dch/dchSweep.c