Update ooo320-m1
[ooovba.git] / linguistic / workben / makefile.mk
blobfcabbe9422d23fc2e8e499bbc33939a87dc7635e
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.8 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ = ..
34 PRJNAME = linguistic
35 TARGET = lex
36 ENABLE_EXCEPTIONS=TRUE
37 USE_DEFFILE=TRUE
39 #----- Settings ---------------------------------------------------------
41 .INCLUDE : settings.mk
43 # --- Files --------------------------------------------------------
45 UNOTYPES=\
46 com.sun.star.linguistic2.DictionaryEvent\
47 com.sun.star.linguistic2.DictionaryEventFlags\
48 com.sun.star.linguistic2.DictionaryListEvent\
49 com.sun.star.linguistic2.DictionaryListEventFlags\
50 com.sun.star.linguistic2.DictionaryType\
51 com.sun.star.linguistic2.LinguServiceEventFlags\
52 com.sun.star.linguistic2.SpellFailure\
53 com.sun.star.linguistic2.XDictionary\
54 com.sun.star.linguistic2.XDictionary1\
55 com.sun.star.linguistic2.XDictionaryEntry\
56 com.sun.star.linguistic2.XDictionaryEventListener\
57 com.sun.star.linguistic2.XDictionaryList\
58 com.sun.star.linguistic2.XDictionaryListEventListener\
59 com.sun.star.linguistic2.XHyphenatedWord\
60 com.sun.star.linguistic2.XHyphenator\
61 com.sun.star.linguistic2.XLinguServiceEventBroadcaster\
62 com.sun.star.linguistic2.XLinguServiceEventListener\
63 com.sun.star.linguistic2.XLinguServiceManager\
64 com.sun.star.linguistic2.XMeaning\
65 com.sun.star.linguistic2.XPossibleHyphens\
66 com.sun.star.linguistic2.XSearchableDictionaryList\
67 com.sun.star.linguistic2.XSpellAlternatives\
68 com.sun.star.linguistic2.XSpellChecker\
69 com.sun.star.linguistic2.XSupportedLocales\
70 com.sun.star.linguistic2.XThesaurus
73 SLOFILES= \
74 $(SLO)$/sprophelp.obj\
75 $(SLO)$/sreg.obj\
76 $(SLO)$/sspellimp.obj
79 SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
81 SHL1STDLIBS= \
82 $(CPPULIB) \
83 $(CPPUHELPERLIB) \
84 $(VOSLIB) \
85 $(TOOLSLIB) \
86 $(SVTOOLLIB) \
87 $(SVLLIB) \
88 $(VCLLIB) \
89 $(SFXLIB) \
90 $(SALLIB) \
91 $(UCBHELPERLIB) \
92 $(UNOTOOLSLIB) \
93 $(LNGLIB)
95 # build DLL
96 SHL1LIBS= $(SLB)$/$(TARGET).lib
97 SHL1IMPLIB= i$(TARGET)
98 SHL1DEPN= $(SHL1LIBS)
99 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
100 .IF "$(OS)"!="MACOSX"
101 SHL1VERSIONMAP= $(TARGET).map
102 .ENDIF
104 # build DEF file
105 DEF1NAME =$(SHL1TARGET)
106 DEF1EXPORTFILE= exports.dxp
108 # --- Targets ------------------------------------------------------
110 .INCLUDE : target.mk