~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/xpdflib/xpdflib.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
# --------------------------------------------------------------------
 
3
unix:include( ../config.pro )
 
4
win32:DEFINES   += WIN32
 
5
# --------------------------------------------------------------------
 
6
TEMPLATE        = lib
 
7
CONFIG          += qt staticlib warn_off
 
8
TARGET          = xpdf
 
9
OBJECTS_DIR     = ../../build/obj/xpdflib
 
10
DESTDIR         = ../../build/lib
 
11
# --------------------------------------------------------------------
 
12
SOURCES         += ghash.cpp
 
13
SOURCES         += glist.cpp
 
14
SOURCES         += gstring.cpp
 
15
SOURCES         += gmempp.cpp
 
16
SOURCES         += gmem.c
 
17
SOURCES         += parseargs.c
 
18
SOURCES         += annot.cpp
 
19
SOURCES         += array.cpp
 
20
SOURCES         += builtinfont.cpp
 
21
SOURCES         += builtinfonttables.cpp
 
22
SOURCES         += cmap.cpp
 
23
SOURCES         += catalog.cpp
 
24
SOURCES         += charcodetounicode.cpp
 
25
SOURCES         += decrypt.cpp
 
26
SOURCES         += dict.cpp
 
27
SOURCES         += error.cpp
 
28
SOURCES         += fontencodingtables.cpp
 
29
SOURCES         += fontfile.cpp
 
30
SOURCES         += function.cpp
 
31
SOURCES         += gfx.cpp
 
32
SOURCES         += gfxfont.cpp
 
33
SOURCES         += gfxstate.cpp
 
34
SOURCES         += globalparams.cpp
 
35
SOURCES         += imageoutputdev.cpp
 
36
SOURCES         += jbig2stream.cpp
 
37
SOURCES         += lexer.cpp
 
38
SOURCES         += link.cpp
 
39
SOURCES         += nametocharcode.cpp
 
40
SOURCES         += object.cpp
 
41
SOURCES         += outline.cpp
 
42
SOURCES         += outputdev.cpp
 
43
SOURCES         += pdfdoc.cpp
 
44
SOURCES         += pdfdocencoding.cpp
 
45
SOURCES         += psoutputdev.cpp
 
46
SOURCES         += pstokenizer.cpp
 
47
SOURCES         += page.cpp
 
48
SOURCES         += parser.cpp
 
49
SOURCES         += stream.cpp
 
50
SOURCES         += textoutputdev.cpp
 
51
SOURCES         += unicodemap.cpp
 
52
SOURCES         += xref.cpp
 
53
SOURCES         += ocfile.cpp