summaryrefslogtreecommitdiff
path: root/source/libvpx/libmkv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'source/libvpx/libmkv/Makefile')
-rw-r--r--source/libvpx/libmkv/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/libvpx/libmkv/Makefile b/source/libvpx/libmkv/Makefile
deleted file mode 100644
index b53377b..0000000
--- a/source/libvpx/libmkv/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-#Variables
-CC=gcc
-LINKER=gcc
-FLAGS=
-
-
-#Build Targets
-EbmlWriter.o: EbmlWriter.c EbmlWriter.h
- $(CC) $(FLAGS) -c EbmlWriter.c
-
-EbmlBufferWriter.o: EbmlBufferWriter.c EbmlBufferWriter.h
- $(CC) $(FLAGS) -c EbmlBufferWriter.c
-
-MkvElement.o: MkvElement.c WebMElement.h
- $(CC) $(FLAGS) -c MkvElement.c
-
-testlibmkv.o: testlibmkv.c
- $(CC) $(FLAGS) -c testlibmkv.c
-
-testlibmkv: testlibmkv.o MkvElement.o EbmlBufferWriter.o EbmlWriter.o
- $(LINKER) $(FLAGS) testlibmkv.o MkvElement.o EbmlBufferWriter.o EbmlWriter.o -o testlibmkv
-
-clean:
- rm -rf *.o testlibmkv
- \ No newline at end of file