summaryrefslogtreecommitdiffstats
path: root/src/opt/rwr/module.make
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/rwr/module.make')
-rw-r--r--src/opt/rwr/module.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/opt/rwr/module.make b/src/opt/rwr/module.make
new file mode 100644
index 00000000..077a3c01
--- /dev/null
+++ b/src/opt/rwr/module.make
@@ -0,0 +1,7 @@
+SRC += src/opt/rwr/rwrDec.c \
+ src/opt/rwr/rwrEva.c \
+ src/opt/rwr/rwrExp.c \
+ src/opt/rwr/rwrLib.c \
+ src/opt/rwr/rwrMan.c \
+ src/opt/rwr/rwrPrint.c \
+ src/opt/rwr/rwrUtil.c