summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/libmpeg3/video/Makefile
blob: 46d8407be5b2bb25ca675502de8a5deab23722b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include ../global_config
export CFLAGS
export CFLAGS_lessopt

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` -o $@ $<

.s.o:
	$(NASM) -f elf $*.s

.S.o:
	$(CC) -S `./c_flags` $*.S

clean:
	rm -f *.o