~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/lib/util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  player - Makefile.am
 
2
 
 
3
SUBDIRS                 =       abstract audio file render
 
4
 
 
5
 
 
6
INCLUDES                =       $(all_includes)
 
7
 
 
8
noinst_LTLIBRARIES      =       libutil.la
 
9
 
 
10
libdir                  =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/util
 
11
 
 
12
noinst_HEADERS          =       mmx.h syncClockMPEG.h
 
13
                        
 
14
kmpgincludedir          =       $(includedir)/$(THIS_LIB_NAME)/util
 
15
 
 
16
kmpginclude_HEADERS     =       timeStamp.h dynBuffer.h \
 
17
                                timeStampArray.h syncClock.h timeWrapper.h
 
18
 
 
19
 
 
20
 
 
21
libutil_la_SOURCES      =       mmx.c timeStamp.cpp \
 
22
                                timeStampArray.cpp \
 
23
                                dynBuffer.cpp syncClock.cpp \
 
24
                                syncClockMPEG.cpp timeWrapper.cpp \
 
25
                                mmxflags_asm.S
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
 
 
52
 
 
53
 
 
54