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

« back to all changes in this revision

Viewing changes to mpeglib/lib/frame/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
 
 
2
# ---- @OS_TYPE@/@ARCH_TYPE@ ----
 
3
 
 
4
INCLUDES                =       $(all_includes)
 
5
 
 
6
EXTRA_DIST              =       README
 
7
 
 
8
 
 
9
 
 
10
libdir                  =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/frame
 
11
 
 
12
kmpgincludedir          =       $(includedir)/$(THIS_LIB_NAME)/frame
 
13
 
 
14
kmpginclude_HEADERS     =       pcmFrame.h audioFrame.h \
 
15
                                floatFrame.h frameQueue.h frame.h \
 
16
                                IOFrameQueue.h audioFrameQueue.h \
 
17
                                framer.h rawDataBuffer.h rawFrame.h
 
18
 
 
19
noinst_LTLIBRARIES      =       libframe.la
 
20
 
 
21
libframe_la_SOURCES     =       pcmFrame.cpp \
 
22
                                audioFrame.cpp floatFrame.cpp frame.cpp \
 
23
                                frameQueue.cpp IOFrameQueue.cpp\
 
24
                                audioFrameQueue.cpp framer.cpp \
 
25
                                rawDataBuffer.cpp rawFrame.cpp
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37