summaryrefslogtreecommitdiffstats
path: root/src/opt/fxu
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2005-08-22 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2005-08-22 08:01:00 -0700
commitd01b1a0eee0ff49d18d8235f533fbb214c61d28a (patch)
treec302704cbd93586db8ab6398d50189b50b4e32c3 /src/opt/fxu
parent0e4de190ff4e25f5904a571b79a225363d5fc369 (diff)
downloadabc-d01b1a0eee0ff49d18d8235f533fbb214c61d28a.tar.gz
abc-d01b1a0eee0ff49d18d8235f533fbb214c61d28a.tar.bz2
abc-d01b1a0eee0ff49d18d8235f533fbb214c61d28a.zip
Version abc50822
Diffstat (limited to 'src/opt/fxu')
-rw-r--r--src/opt/fxu/module.make24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/opt/fxu/module.make b/src/opt/fxu/module.make
index 331712d1..dd8acd40 100644
--- a/src/opt/fxu/module.make
+++ b/src/opt/fxu/module.make
@@ -1,12 +1,12 @@
-SRC += fxu.c \
- fxuCreate.c \
- fxuHeapD.c \
- fxuHeapS.c \
- fxuList.c \
- fxuMatrix.c \
- fxuPair.c \
- fxuPrint.c \
- fxuReduce.c \
- fxuSelect.c \
- fxuSingle.c \
- fxuUpdate.c
+SRC += src/opt/fxu/fxu.c \
+ src/opt/fxu/fxuCreate.c \
+ src/opt/fxu/fxuHeapD.c \
+ src/opt/fxu/fxuHeapS.c \
+ src/opt/fxu/fxuList.c \
+ src/opt/fxu/fxuMatrix.c \
+ src/opt/fxu/fxuPair.c \
+ src/opt/fxu/fxuPrint.c \
+ src/opt/fxu/fxuReduce.c \
+ src/opt/fxu/fxuSelect.c \
+ src/opt/fxu/fxuSingle.c \
+ src/opt/fxu/fxuUpdate.c