Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.0 / libzmpeg3 / video / Makefile
diff --git a/cinelerra-5.0/libzmpeg3/video/Makefile b/cinelerra-5.0/libzmpeg3/video/Makefile
deleted file mode 100644 (file)
index 34b717b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-include ../global_config
-export CFLAGS
-
-OBJS = \
-       getpicture.o \
-       headers.o \
-       idct.o \
-       macroblocks.o \
-       mmxtest.o \
-       motion.o \
-       mpeg3video.o \
-       output.o \
-       reconstruct.o \
-       seek.o \
-       slice.o \
-       vlc.o
-
-
-all: $(OBJS) $(MMXOBJS2)
-
-.c.o:
-       $(CC) -c `./c_flags` $*.c
-
-.s.o:
-       $(NASM) -f elf $*.s
-
-.S.o:
-       $(CC) -c `./c_flags` $*.S
-
-clean:
-       rm -f *.o