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

« back to all changes in this revision

Viewing changes to mpeglib/lib/input/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
#  libinputplugin - Makefile.am
 
2
 
 
3
EXTRA_DIST              =       cdromAccess_Linux.cpp cdromAccess_Empty.cpp \
 
4
                                cdigrap.cpp README
 
5
 
 
6
INCLUDES                =       $(all_includes)
 
7
 
 
8
noinst_LTLIBRARIES      =       libinput.la
 
9
 
 
10
noinst_HEADERS          =       cdromToc.h cdromRawAccess.h \
 
11
                                simpleRingBuffer.h fileAccessWrapper.h
 
12
 
 
13
libdir                  =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/input
 
14
 
 
15
kmpgincludedir          =       $(includedir)/$(THIS_LIB_NAME)/input
 
16
 
 
17
kmpginclude_HEADERS     =       inputStream.h fileInputStream.h \
 
18
                                inputPlugin.h \
 
19
                                cdromInputStream.h bufferInputStream.h \
 
20
                                inputDetector.h httpInputStream.h \
 
21
                                threadSafeInputStream.h cddaInputStream.h
 
22
 
 
23
 
 
24
 
 
25
 
 
26
libinput_la_SOURCES     =       inputStream.cpp fileInputStream.cpp \
 
27
                                inputPlugin.cpp \
 
28
                                cdromToc.cpp cdromRawAccess.cpp \
 
29
                                cdromInputStream.cpp \
 
30
                                bufferInputStream.cpp \
 
31
                                simpleRingBuffer.cpp \
 
32
                                cdromAccess.cpp inputDetector.cpp \
 
33
                                httpInputStream.cpp \
 
34
                                threadSafeInputStream.cpp \
 
35
                                cddaInputStream.cpp \
 
36
                                fileAccessWrapper.cpp
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
 
 
52
 
 
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
 
 
62