add system build to autoconf/automake
[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
deleted file mode 100644 (file)
index 96e8f53..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-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