summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuBdd.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/cudd/cuBdd.make')
-rw-r--r--src/bdd/cudd/cuBdd.make41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/bdd/cudd/cuBdd.make b/src/bdd/cudd/cuBdd.make
new file mode 100644
index 00000000..b16a27b3
--- /dev/null
+++ b/src/bdd/cudd/cuBdd.make
@@ -0,0 +1,41 @@
+CSRC_cu += cuddAPI.c cuddAddAbs.c cuddAddApply.c cuddAddFind.c cuddAddIte.c \
+ cuddAddInv.c cuddAddNeg.c cuddAddWalsh.c cuddAndAbs.c \
+ cuddAnneal.c cuddApa.c cuddApprox.c cuddBddAbs.c cuddBddCorr.c \
+ cuddBddIte.c cuddBridge.c cuddCache.c cuddCheck.c cuddClip.c \
+ cuddCof.c cuddCompose.c cuddDecomp.c cuddEssent.c cuddExact.c \
+ cuddExport.c cuddGenCof.c cuddGenetic.c \
+ cuddGroup.c cuddHarwell.c cuddInit.c cuddInteract.c \
+ cuddLCache.c cuddLevelQ.c \
+ cuddLinear.c cuddLiteral.c cuddMatMult.c cuddPriority.c \
+ cuddRead.c cuddRef.c cuddReorder.c cuddSat.c cuddSign.c \
+ cuddSolve.c cuddSplit.c cuddSubsetHB.c cuddSubsetSP.c cuddSymmetry.c \
+ cuddTable.c cuddUtil.c cuddWindow.c cuddZddCount.c cuddZddFuncs.c \
+ cuddZddGroup.c cuddZddIsop.c cuddZddLin.c cuddZddMisc.c cuddZddPort.c \
+ cuddZddReord.c cuddZddSetop.c cuddZddSymm.c cuddZddUtil.c
+HEADERS_cu += cudd.h cuddInt.h
+MISC += testcudd.c r7x8.1.mat doc/cudd.ps doc/cuddAllAbs.html doc/cuddAllDet.html \
+ doc/cuddExtAbs.html doc/cuddExtDet.html doc/cuddIntro.css \
+ doc/cuddIntro.html doc/footnode.html doc/img1.gif doc/img2.gif \
+ doc/img3.gif doc/img4.gif doc/img5.gif doc/index.html \
+ doc/node1.html doc/node2.html doc/node3.html doc/node4.html \
+ doc/node5.html doc/node6.html doc/node7.html doc/node8.html \
+ doc/icons/change_begin.gif \
+ doc/icons/change_delete.gif \
+ doc/icons/change_end.gif \
+ doc/icons/contents_motif.gif \
+ doc/icons/cross_ref_motif.gif \
+ doc/icons/foot_motif.gif \
+ doc/icons/image.gif \
+ doc/icons/index_motif.gif \
+ doc/icons/next_group_motif.gif \
+ doc/icons/next_group_motif_gr.gif \
+ doc/icons/next_motif.gif \
+ doc/icons/next_motif_gr.gif \
+ doc/icons/previous_group_motif.gif \
+ doc/icons/previous_group_motif_gr.gif \
+ doc/icons/previous_motif.gif \
+ doc/icons/previous_motif_gr.gif \
+ doc/icons/up_motif.gif \
+ doc/icons/up_motif_gr.gif
+
+DEPENDENCYFILES = $(CSRC_cu)