File: Makefile.am

package info (click to toggle)
mpeg2dec 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 3,288 kB
  • ctags: 1,736
  • sloc: ansic: 14,687; sh: 8,971; makefile: 376
file content (15 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CFLAGS = $(OPT_CFLAGS) $(LIBMPEG2_CFLAGS)

lib_LTLIBRARIES = libmpeg2convert.la
libmpeg2convert_la_SOURCES = rgb.c uyvy.c
libmpeg2convert_la_LIBADD = libmpeg2convertarch.la
libmpeg2convert_la_LDFLAGS = -no-undefined

noinst_LTLIBRARIES = libmpeg2convertarch.la
libmpeg2convertarch_la_SOURCES = rgb_mmx.c rgb_vis.c
libmpeg2convertarch_la_CFLAGS = $(OPT_CFLAGS) $(ARCH_OPT_CFLAGS) $(LIBMPEG2_CFLAGS)

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

EXTRA_DIST = convert_internal.h