Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / audio / Makefile
diff --git a/cinelerra-5.1/libzmpeg3/audio/Makefile b/cinelerra-5.1/libzmpeg3/audio/Makefile
new file mode 100644 (file)
index 0000000..96e8f53
--- /dev/null
@@ -0,0 +1,27 @@
+include ../global_config
+export CFLAGS
+
+OBJS = \
+       ac3.o \
+       bit_allocation.o \
+       dct.o \
+       exponents.o \
+       header.o \
+       layer2.o \
+       layer3.o \
+       mantissa.o \
+       mpeg3audio.o \
+       pcm.o \
+       synthesizers.o \
+       tables.o
+
+all: $(OBJS)
+
+.c.o:
+       $(CC) -c `./c_flags` $*.c
+
+.s.o:
+       $(CC) -f elf $*.s
+
+clean:
+       rm -f *.o