summaryrefslogtreecommitdiffstats
path: root/src/opt
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-02-27 12:12:23 -0500
committerAlan Mishchenko <alanmi@berkeley.edu>2013-02-27 12:12:23 -0500
commita27a7bc827d29021cf1f418874731b8855a836fd (patch)
tree5edae1f6afb9e402899724d735299e865bee9976 /src/opt
parent236be8414960ecb4a99488b3497de3e809facb7d (diff)
downloadabc-a27a7bc827d29021cf1f418874731b8855a836fd.tar.gz
abc-a27a7bc827d29021cf1f418874731b8855a836fd.tar.bz2
abc-a27a7bc827d29021cf1f418874731b8855a836fd.zip
User-controlable SAT sweeper and other small changes.
Diffstat (limited to 'src/opt')
-rw-r--r--src/opt/dar/module.make1
-rw-r--r--src/opt/dau/module.make3
-rw-r--r--src/opt/sim/module.make1
3 files changed, 1 insertions, 4 deletions
diff --git a/src/opt/dar/module.make b/src/opt/dar/module.make
index ef9ddbd5..60917bb3 100644
--- a/src/opt/dar/module.make
+++ b/src/opt/dar/module.make
@@ -6,5 +6,4 @@ SRC += src/opt/dar/darBalance.c \
src/opt/dar/darMan.c \
src/opt/dar/darPrec.c \
src/opt/dar/darRefact.c \
- src/opt/dar/darResub.c \
src/opt/dar/darScript.c
diff --git a/src/opt/dau/module.make b/src/opt/dau/module.make
index d481c74a..5a3df1d5 100644
--- a/src/opt/dau/module.make
+++ b/src/opt/dau/module.make
@@ -1,5 +1,4 @@
-SRC += src/opt/dau/dau.c \
- src/opt/dau/dauCanon.c \
+SRC += src/opt/dau/dauCanon.c \
src/opt/dau/dauCore.c \
src/opt/dau/dauDivs.c \
src/opt/dau/dauDsd.c \
diff --git a/src/opt/sim/module.make b/src/opt/sim/module.make
index 54058402..77012361 100644
--- a/src/opt/sim/module.make
+++ b/src/opt/sim/module.make
@@ -1,5 +1,4 @@
SRC += src/opt/sim/simMan.c \
- src/opt/sim/simSat.c \
src/opt/sim/simSeq.c \
src/opt/sim/simSupp.c \
src/opt/sim/simSwitch.c \