xref: /AOO41X/main/offapi/com/sun/star/linguistic2/makefile.mk (revision 7871dc3ea494bf86c742e1f4dfc9c6e20f5bcb2a)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24
25PRJ=..$/..$/..$/..
26
27PRJNAME=offapi
28
29TARGET=csslinguistic2
30PACKAGE=com$/sun$/star$/linguistic2
31
32# --- Settings -----------------------------------------------------
33.INCLUDE :  $(PRJ)$/util$/makefile.pmk
34
35# ------------------------------------------------------------------------
36
37IDLFILES=\
38    ConversionDictionary.idl \
39    ConversionDictionaryList.idl \
40    ConversionDictionaryType.idl \
41    ConversionDirection.idl \
42    ConversionPropertyType.idl \
43    Dictionary.idl\
44    DictionaryEvent.idl\
45    DictionaryEventFlags.idl\
46    DictionaryList.idl\
47    DictionaryListEvent.idl\
48    DictionaryListEventFlags.idl\
49    DictionaryType.idl\
50    HangulHanjaConversionDictionary.idl \
51    Hyphenator.idl\
52    LinguProperties.idl\
53    LinguServiceEvent.idl\
54    LinguServiceEventFlags.idl\
55    LinguServiceManager.idl\
56    SpellChecker.idl\
57    SpellFailure.idl\
58    Thesaurus.idl\
59    XAvailableLocales.idl\
60    XConversionDictionary.idl \
61    XConversionDictionaryList.idl \
62    XConversionPropertyType.idl \
63    XDictionary.idl\
64    XDictionary1.idl\
65    XDictionaryEntry.idl\
66    XDictionaryEventListener.idl\
67    XDictionaryList.idl\
68    XDictionaryListEventListener.idl\
69    XHyphenatedWord.idl\
70    XHyphenator.idl\
71    XLanguageGuessing.idl\
72    XLinguServiceEventBroadcaster.idl\
73    XLinguServiceEventListener.idl\
74    XLinguServiceManager.idl\
75    XMeaning.idl\
76    XPossibleHyphens.idl\
77    XSearchableDictionary.idl\
78    XSearchableDictionaryList.idl\
79    XSpellAlternatives.idl\
80    XSetSpellAlternatives.idl\
81    XSpellChecker.idl\
82    XSpellChecker1.idl\
83    XSupportedLanguages.idl\
84    XSupportedLocales.idl\
85    XThesaurus.idl\
86    SingleProofreadingError.idl\
87    ProofreadingResult.idl\
88    Proofreader.idl\
89    XProofreader.idl\
90    XProofreadingIterator.idl\
91    ProofreadingIterator.idl
92
93
94# ------------------------------------------------------------------
95
96.INCLUDE :  target.mk
97.INCLUDE :  $(PRJ)$/util$/target.pmk
98