view libmpeg2/Makefile @ 23492:2f3c7788aac4

italian xml/html docs translation - first step. up till now accented vowels are vowels are written as <vowel>', i'll change them all together to html codes at the end :)
author ptt
date Fri, 08 Jun 2007 11:01:34 +0000
parents 316732ab2b41
children d198ab45f7c9
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libmpeg2.a

SRCS_COMMON = alloc.c \
	      cpu_accel.c\
	      cpu_state.c \
	      decode.c \
	      header.c \
	      idct.c \
	      motion_comp.c \
	      slice.c \

SRCS_COMMON-$(TARGET_MMX)        += idct_mmx.c motion_comp_mmx.c
SRCS_COMMON-$(TARGET_ALTIVEC)    += motion_comp_altivec.c idct_altivec.c
SRCS_COMMON-$(TARGET_VIS)        += motion_comp_vis.c
SRCS_COMMON-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
SRCS_COMMON-$(TARGET_ARCH_ARMV4L) += motion_comp_arm.c motion_comp_iwmmxt.c motion_comp_arm_s.S

include ../mpcommon.mak