File: Makefile.am

package info (click to toggle)
mpeg2dec 0.4.0b-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,624 kB
  • ctags: 1,741
  • sloc: ansic: 14,671; sh: 8,405; makefile: 344
file content (21 lines) | stat: -rw-r--r-- 672 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = convert

AM_CFLAGS = $(OPT_CFLAGS) $(LIBMPEG2_CFLAGS)

lib_LTLIBRARIES = libmpeg2.la
libmpeg2_la_SOURCES = alloc.c header.c decode.c slice.c motion_comp.c idct.c
libmpeg2_la_LIBADD = libmpeg2arch.la
libmpeg2_la_LDFLAGS = -no-undefined

noinst_LTLIBRARIES = libmpeg2arch.la
libmpeg2arch_la_SOURCES = motion_comp_mmx.c idct_mmx.c \
			  motion_comp_altivec.c idct_altivec.c \
			  motion_comp_alpha.c idct_alpha.c \
			  motion_comp_vis.c \
			  cpu_accel.c cpu_state.c
libmpeg2arch_la_CFLAGS = $(OPT_CFLAGS) $(ARCH_OPT_CFLAGS) $(LIBMPEG2_CFLAGS)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libmpeg2.pc

EXTRA_DIST = configure.incl vlc.h mpeg2_internal.h