mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-04 16:40:56 +02:00
13 lines
349 B
Makefile
13 lines
349 B
Makefile
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
|