summaryrefslogtreecommitdiffstats
path: root/TOOLS/realcodecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/realcodecs/Makefile')
-rw-r--r--TOOLS/realcodecs/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/TOOLS/realcodecs/Makefile b/TOOLS/realcodecs/Makefile
deleted file mode 100644
index 5c978716da..0000000000
--- a/TOOLS/realcodecs/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-SRCS = 14_4.c 28_8.c cook.c drv2.c drv3.c drv4.c ra.c rv30.c sipr.c
-TARGETS = $(SRCS:.c=.so.6.0)
-
-%.o: %.c
- cc -c $< -g
-
-%.so.6.0: %.o
- ld -shared -o $@ $< -ldl -lc
-
-all: $(TARGETS)
-
-clean:
- rm -f $(TARGETS)