fix bad uuid.h ref, fix segv in is_over_patchbay for only one pane
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / audio / Makefile
1 include ../global_config
2 export CFLAGS
3
4 OBJS = \
5         ac3.o \
6         bit_allocation.o \
7         dct.o \
8         exponents.o \
9         header.o \
10         layer2.o \
11         layer3.o \
12         mantissa.o \
13         mpeg3audio.o \
14         pcm.o \
15         synthesizers.o \
16         tables.o
17
18 all: $(OBJS)
19
20 .c.o:
21         $(CC) -c `./c_flags` $*.c
22
23 .s.o:
24         $(CC) -f elf $*.s
25
26 clean:
27         rm -f *.o