Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / video / Makefile
diff --git a/cinelerra-5.1/libzmpeg3/video/Makefile b/cinelerra-5.1/libzmpeg3/video/Makefile
new file mode 100644 (file)
index 0000000..34b717b
--- /dev/null
@@ -0,0 +1,31 @@
+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