author | xdono |
Tue, 12 Aug 2008 15:17:12 -0700 | |
changeset 922 | 8725ccb1a22d |
parent 889 | 6549643c008c |
child 2956 | 931f209e57a9 |
permissions | -rw-r--r-- |
2 | 1 |
# |
888
c7009cf0001f
6728492: typo in copyrights in some files touched by the d3d pipeline port
tdv
parents:
887
diff
changeset
|
2 |
# Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. Sun designates this |
|
8 |
# particular file as subject to the "Classpath" exception as provided |
|
9 |
# by Sun in the LICENSE file that accompanied this code. |
|
10 |
# |
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
21 |
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 |
# CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 |
# have any questions. |
|
24 |
# |
|
25 |
||
26 |
FILES_c_shared = \ |
|
27 |
jbidi.c \ |
|
28 |
ubidi.c \ |
|
29 |
ubidiln.c \ |
|
30 |
uchardir.c \ |
|
31 |
DrawGlyphList.c \ |
|
32 |
sunFont.c |
|
33 |
||
34 |
ifdef OPENJDK |
|
35 |
FILES_c_shared += $(TARGDIR)freetypeScaler.c |
|
36 |
endif |
|
37 |
||
38 |
FILES_cpp_shared = \ |
|
39 |
CursiveAttachmentSubtables.cpp \ |
|
40 |
ExtensionSubtables.cpp \ |
|
41 |
MPreFixups.cpp \ |
|
42 |
HanLayoutEngine.cpp \ |
|
43 |
LEFontInstance.cpp \ |
|
44 |
ContextualGlyphSubstProc.cpp \ |
|
45 |
IndicRearrangementProcessor.cpp \ |
|
46 |
LigatureSubstProc.cpp \ |
|
47 |
LookupTables.cpp \ |
|
48 |
MorphTables.cpp \ |
|
49 |
NonContextualGlyphSubstProc.cpp \ |
|
50 |
SegmentArrayProcessor.cpp \ |
|
51 |
SegmentSingleProcessor.cpp \ |
|
52 |
SimpleArrayProcessor.cpp \ |
|
53 |
SingleTableProcessor.cpp \ |
|
54 |
StateTableProcessor.cpp \ |
|
55 |
SubtableProcessor.cpp \ |
|
56 |
TrimmedArrayProcessor.cpp \ |
|
57 |
AlternateSubstSubtables.cpp \ |
|
58 |
AnchorTables.cpp \ |
|
59 |
CanonData.cpp \ |
|
60 |
CanonShaping.cpp \ |
|
61 |
ClassDefinitionTables.cpp \ |
|
62 |
ContextualSubstSubtables.cpp \ |
|
63 |
CoverageTables.cpp \ |
|
64 |
DeviceTables.cpp \ |
|
65 |
Features.cpp \ |
|
66 |
GDEFMarkFilter.cpp \ |
|
67 |
GlyphDefinitionTables.cpp \ |
|
68 |
GlyphIterator.cpp \ |
|
69 |
GlyphLookupTables.cpp \ |
|
70 |
GlyphPositionAdjustments.cpp \ |
|
71 |
GlyphPosnLookupProc.cpp \ |
|
72 |
GlyphPositioningTables.cpp \ |
|
73 |
GlyphSubstLookupProc.cpp \ |
|
74 |
GlyphSubstitutionTables.cpp \ |
|
75 |
HebrewLigatureData.cpp \ |
|
76 |
HebrewShaping.cpp \ |
|
77 |
IndicClassTables.cpp \ |
|
78 |
IndicReordering.cpp \ |
|
79 |
KernTable.cpp \ |
|
80 |
KhmerLayoutEngine.cpp \ |
|
81 |
KhmerReordering.cpp \ |
|
82 |
LEGlyphStorage.cpp \ |
|
83 |
LEInsertionList.cpp \ |
|
84 |
LigatureSubstSubtables.cpp \ |
|
85 |
LookupProcessor.cpp \ |
|
86 |
Lookups.cpp \ |
|
87 |
MarkArrays.cpp \ |
|
88 |
MarkToBasePosnSubtables.cpp \ |
|
89 |
MarkToLigaturePosnSubtables.cpp \ |
|
90 |
MarkToMarkPosnSubtables.cpp \ |
|
91 |
MirroredCharData.cpp \ |
|
92 |
MultipleSubstSubtables.cpp \ |
|
93 |
OpenTypeUtilities.cpp \ |
|
94 |
PairPositioningSubtables.cpp \ |
|
95 |
ScriptAndLanguage.cpp \ |
|
96 |
ShapingTypeData.cpp \ |
|
97 |
SinglePositioningSubtables.cpp \ |
|
98 |
SingleSubstitutionSubtables.cpp \ |
|
99 |
SubstitutionLookups.cpp \ |
|
100 |
ThaiShaping.cpp \ |
|
101 |
ThaiStateTables.cpp \ |
|
102 |
ValueRecords.cpp \ |
|
103 |
ArabicLayoutEngine.cpp \ |
|
104 |
ArabicShaping.cpp \ |
|
105 |
GXLayoutEngine.cpp \ |
|
106 |
IndicLayoutEngine.cpp \ |
|
107 |
LayoutEngine.cpp \ |
|
108 |
SunLayoutEngine.cpp \ |
|
109 |
OpenTypeLayoutEngine.cpp \ |
|
110 |
ThaiLayoutEngine.cpp \ |
|
111 |
ScriptAndLanguageTags.cpp \ |
|
112 |
FontInstanceAdapter.cpp |
|
113 |
||
114 |
||
115 |
ifeq ($(PLATFORM),windows) |
|
550
e85f91b9bb95
6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents:
2
diff
changeset
|
116 |
FILES_c_platform = fontpath.c \ |
e85f91b9bb95
6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents:
2
diff
changeset
|
117 |
lcdglyph.c |
e85f91b9bb95
6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents:
2
diff
changeset
|
118 |
|
887 | 119 |
FILES_cpp_platform = |
2 | 120 |
else |
121 |
FILES_c_platform = X11FontScaler.c \ |
|
122 |
X11TextRenderer.c |
|
123 |
FILES_cpp_platform = |
|
124 |
endif |
|
125 |
||
126 |
FILES_c = $(FILES_c_shared) $(FILES_c_platform) |
|
127 |
FILES_cpp = $(FILES_cpp_shared) $(FILES_cpp_platform) |