TOPDIR = ../..

OBJS = decode.o header.o idct.o idct_mlib.o idct_mmx.o \
	motion_comp.o motion_comp_mlib.o motion_comp_mmx.o slice.o stats.o

CFLAGS_ALL = -DHAVE_CONFIG_H

TARGET = libmpeg2.a

all:	lib

clean:	cleanlib

include $(TOPDIR)/Makefile.make
