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