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

« back to all changes in this revision

Viewing changes to mpeglib/lib/util/render/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                         =       dither dither2YUV x11 sdl
 
4
 
 
5
INCLUDES                        =       $(all_includes)
 
6
 
 
7
 
 
8
noinst_LTLIBRARIES              =       libutilrender.la
 
9
 
 
10
libdir                          =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/util
 
11
 
 
12
noinst_HEADERS                  =       imageBase.h \
 
13
                                        renderMachine.h surface.h 
 
14
 
 
15
                        
 
16
kmpgincludedir                  =       $(includedir)/$(THIS_LIB_NAME)/util/render
 
17
 
 
18
kmpginclude_HEADERS             =       yuvPicture.h pictureArray.h
 
19
 
 
20
 
 
21
 
 
22
libutilrender_la_SOURCES        =       yuvPicture.cpp imageBase.cpp \
 
23
                                        renderMachine.cpp surface.cpp \
 
24
                                        pictureArray.cpp
 
25
 
 
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
 
 
55
 
 
56
 
 
57