xref: /AOO41X/main/offapi/com/sun/star/i18n/makefile.mk (revision 5979ef3c542ac870a02043decc543300c0ec3dfb)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=cssi18n
33PACKAGE=com$/sun$/star$/i18n
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41    AmPmValue.idl \
42    Boundary.idl \
43    BreakIterator.idl \
44    BreakType.idl \
45    CTLScriptType.idl \
46    Calendar.idl \
47    CalendarDisplayCode.idl \
48    CalendarDisplayIndex.idl \
49    CalendarFieldIndex.idl \
50    CalendarItem.idl \
51    ChapterCollator.idl \
52    CharType.idl \
53    CharacterClassification.idl \
54    CharacterIteratorMode.idl \
55    Collator.idl \
56    CollatorOptions.idl \
57    Currency.idl \
58    Currency2.idl \
59    DirectionProperty.idl \
60    ForbiddenCharacters.idl \
61    FormatElement.idl \
62    Implementation.idl \
63    IndexEntrySupplier.idl \
64    InputSequenceChecker.idl \
65    InputSequenceCheckMode.idl \
66    KCharacterType.idl \
67    KNumberFormatType.idl \
68    KNumberFormatUsage.idl \
69    KParseTokens.idl \
70    KParseType.idl \
71    LanguageCountryInfo.idl \
72    LineBreakHyphenationOptions.idl  \
73    LineBreakResults.idl \
74    LineBreakUserOptions.idl  \
75    LocaleCalendar.idl \
76    LocaleData.idl \
77    LocaleDataItem.idl \
78    LocaleItem.idl \
79    Months.idl \
80    MultipleCharsOutputException.idl \
81    NativeNumberMode.idl \
82    NativeNumberSupplier.idl \
83    NativeNumberXmlAttributes.idl \
84    NumberFormatCode.idl \
85    NumberFormatIndex.idl \
86    NumberFormatMapper.idl \
87    ParseResult.idl \
88    ScriptDirection.idl \
89    ScriptType.idl \
90    TextConversion.idl \
91    TextConversionOption.idl \
92    TextConversionResult.idl \
93    TextConversionType.idl \
94    Transliteration.idl \
95    TransliterationModules.idl \
96    TransliterationModulesNew.idl \
97    TransliterationModulesExtra.idl \
98    TransliterationType.idl \
99    UnicodeScript.idl \
100    UnicodeType.idl \
101    Weekdays.idl \
102    WordType.idl \
103    XBreakIterator.idl \
104    XCalendar.idl \
105    XCharacterClassification.idl \
106    XCollator.idl \
107    XExtendedCalendar.idl \
108    XExtendedIndexEntrySupplier.idl \
109    XExtendedTransliteration.idl \
110    XForbiddenCharacters.idl \
111    XIndexEntrySupplier.idl \
112    XInputSequenceChecker.idl \
113    XExtendedInputSequenceChecker.idl \
114    XLocaleData.idl \
115    XLocaleData2.idl \
116    XNativeNumberSupplier.idl \
117    XNumberFormatCode.idl \
118    XTextConversion.idl \
119    XExtendedTextConversion.idl \
120    XScriptTypeDetector.idl \
121    XTransliteration.idl \
122    reservedWords.idl \
123    XOrdinalSuffix.idl \
124    OrdinalSuffix.idl
125
126# ------------------------------------------------------------------
127
128.INCLUDE :  target.mk
129.INCLUDE :  $(PRJ)$/util$/target.pmk
130