~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/source_exporter/wxPdfDocument/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = $(WX_CXXFLAGS) \
 
2
                -I$(top_srcdir)/src/plugins/contrib/source_exporter/wxPdfDocument/include
 
3
 
 
4
noinst_LTLIBRARIES = libwxPdfDocument.la
 
5
 
 
6
libwxPdfDocument_la_LDFLAGS = -module -version-info 0:1:0 -shared -no-undefined -avoid-version
 
7
 
 
8
libwxPdfDocument_la_SOURCES = src/pdfannotation.cpp \
 
9
                                                        src/pdfbarcode.cpp \
 
10
                                                        src/pdfcolor.cpp \
 
11
                                                        src/pdfdecode.cpp \
 
12
                                                        src/pdfdoc.cpp \
 
13
                                                        src/pdfencrypt.cpp \
 
14
                                                        src/pdffont.cpp \
 
15
                                                        src/pdfform.cpp \
 
16
                                                        src/pdfgraphics.cpp \
 
17
                                                        src/pdfimage.cpp \
 
18
                                                        src/pdfkernel.cpp \
 
19
                                                        src/pdfobjects.cpp \
 
20
                                                        src/pdfparser.cpp \
 
21
                                                        src/pdfrijndael.cpp \
 
22
                                                        src/pdftemplate.cpp \
 
23
                                                        src/pdftruetype.cpp \
 
24
                                                        src/pdfxml.cpp
 
25
 
 
26
noinst_HEADERS = include/wx/pdfbarcode.h \
 
27
                                include/wx/pdfdoc.h \
 
28
                                include/wx/pdfdocdef.h \
 
29
                                include/wx/pdfencrypt.h \
 
30
                                include/wx/pdffont.h \
 
31
                                include/wx/pdfform.h \
 
32
                                include/wx/pdfgraphics.h \
 
33
                                include/wx/pdfimage.h \
 
34
                                include/wx/pdfobjects.h \
 
35
                                include/wx/pdfparser.h \
 
36
                                include/wx/pdfproperties.h \
 
37
                                include/wx/pdfrijndael.h \
 
38
                                include/wx/pdftemplate.h \
 
39
                                include/wx/pdftruetype.h \
 
40
                                include/wx/pdfxml.h
 
41
 
 
42
EXTRA_DIST = src/pdfcolordata.inc \
 
43
                        src/pdffontdata.inc