r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / libmpeg3 / Makefile.am
blobcfa9594bebc76779ce7cc84b6728445f8cfae287
1 lib_LTLIBRARIES =  libmpeg3.la
2 AM_CFLAGS = $(CPU_CFLAGS) $(LARGEFILE_CFLAGS) $(CSS_CFLAGS)
3 libmpeg3_la_LDFLAGS = -version-info 1:0:0 -release 1.5.0 -Wl,--no-undefined
4 libmpeg3_la_LIBADD = -la52 video/libmpeg3_video.la audio/libmpeg3_audio.la -lm \
5                      -lpthread
6 libmpeg3_la_SOURCES = bitstream.c libmpeg3.c mpeg3atrack.c mpeg3css.c \
7                                                                                         mpeg3demux.c mpeg3ifo.c mpeg3io.c mpeg3title.c \
8                                                                                         mpeg3vtrack.c workarounds.c 
9 SUBDIRS = audio video 
11 noinst_HEADERS = bitstream.h \
12         ifo.h \
13         libmpeg3.h \
14         mpeg3atrack.h \
15         mpeg3css.h \
16         mpeg3demux.h \
17         mpeg3io.h \
18         mpeg3private.h \
19         mpeg3private.inc \
20         mpeg3protos.h \
21         mpeg3title.h \
22         mpeg3vtrack.h \
23         timecode.h \
24         workarounds.h
25         
27 pkgincludedir=$(includedir)/mpeg3
28 pkginclude_HEADERS=libmpeg3.h mpeg3private.h
29 LIBTOOL = $(SHELL) $(top_builddir)/libtool $(LTC_FLAGS)