initial commit
[goodguy/history.git] / cinelerra-5.0 / libzmpeg3 / video / Makefile
1 include ../global_config
2 export CFLAGS
3
4 OBJS = \
5         getpicture.o \
6         headers.o \
7         idct.o \
8         macroblocks.o \
9         mmxtest.o \
10         motion.o \
11         mpeg3video.o \
12         output.o \
13         reconstruct.o \
14         seek.o \
15         slice.o \
16         vlc.o
17
18
19 all: $(OBJS) $(MMXOBJS2)
20
21 .c.o:
22         $(CC) -c `./c_flags` $*.c
23
24 .s.o:
25         $(NASM) -f elf $*.s
26
27 .S.o:
28         $(CC) -c `./c_flags` $*.S
29
30 clean:
31         rm -f *.o