~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/gfx/src/os2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The contents of this file are subject to the Mozilla Public License
 
3
# Version 1.1 (the "License"); you may not use this file except in
 
4
# compliance with the License. You may obtain a copy of the License at
 
5
# http://www.mozilla.org/MPL/
 
6
#
 
7
# Software distributed under the License is distributed on an "AS IS"
 
8
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 
9
# License for the specific language governing rights and limitations
 
10
# under the License.
 
11
#
 
12
# The Original Code is the Mozilla OS/2 libraries.
 
13
#
 
14
# The Initial Developer of the Original Code is John Fairhurst,
 
15
# <john_fairhurst@iname.com>.  Portions created by John Fairhurst are
 
16
# Copyright (C) 1999 John Fairhurst. All Rights Reserved.
 
17
#
 
18
# Contributor(s): 
 
19
#
 
20
# Makefile for gfx/src/os2
 
21
#
 
22
 
 
23
DEPTH           = ../../..
 
24
topsrcdir       = @top_srcdir@
 
25
srcdir          = @srcdir@
 
26
VPATH           = @srcdir@
 
27
 
 
28
include $(DEPTH)/config/autoconf.mk
 
29
 
 
30
MODULE          = gfx
 
31
LIBRARY_NAME    = gfx_os2
 
32
EXPORT_LIBRARY = 1
 
33
IS_COMPONENT    = 1
 
34
MODULE_NAME     = nsGfxOS2Module
 
35
GRE_MODULE      = 1
 
36
 
 
37
PACKAGE_FILE = gfxos2.pkg
 
38
 
 
39
REQUIRES = xpcom \
 
40
                  string \
 
41
                  widget \
 
42
                  view \
 
43
                  util \
 
44
                  pref \
 
45
                  uconv \
 
46
                  locale \
 
47
                  unicharutil \
 
48
                  imglib2 \
 
49
                  $(NULL)
 
50
 
 
51
CPPSRCS         = \
 
52
                nsDeviceContextSpecOS2.cpp \
 
53
                nsDeviceContextOS2.cpp \
 
54
                nsDrawingSurfaceOS2.cpp \
 
55
                nsRenderingContextOS2.cpp \
 
56
                nsFontMetricsOS2.cpp \
 
57
                nsImageOS2.cpp \
 
58
                nsRegionOS2.cpp \
 
59
                nsDeviceContextSpecFactoryO.cpp \
 
60
                nsScreenOS2.cpp          \
 
61
                nsScreenManagerOS2.cpp          \
 
62
                nsGfxFactoryOS2.cpp \
 
63
                nsPrintOptionsOS2.cpp \
 
64
                nsGfxDefs.cpp \
 
65
                $(topsrcdir)/gfx/src/windows/nsUnicodeRange.cpp \
 
66
                $(NULL)
 
67
 
 
68
EXPORTS = \
 
69
                nsIRenderingContextOS2.h \
 
70
                $(NULL)
 
71
 
 
72
EXTRA_DSO_LIBS  = gkgfx mozutil_s gfxshared_s
 
73
 
 
74
EXTRA_DSO_LDOPTS = \
 
75
                $(EXTRA_DSO_LIBS) \
 
76
                $(MOZ_UNICHARUTIL_LIBS) \
 
77
                $(MOZ_JS_LIBS) \
 
78
                $(MOZ_COMPONENT_LIBS) \
 
79
                $(NULL)
 
80
 
 
81
include $(topsrcdir)/config/rules.mk
 
82
 
 
83
INCLUDES        += -I$(topsrcdir)/gfx/src \
 
84
    -I$(topsrcdir)/gfx/src/shared \
 
85
    -I$(topsrcdir)/gfx/src/windows
 
86
 
 
87
DEFINES += -DUSE_OS2_TOOLKIT_HEADERS