xref: /AOO41X/main/lingucomponent/source/thesaurus/libnth/makefile.mk (revision c984c52b133639b2b9702d2a611306621e94e232)
17871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ = ..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME	= lingucomponent
27cdf0e10cSrcweirTARGET	= lnth
28cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
29cdf0e10cSrcweirUSE_DEFFILE=TRUE
30cdf0e10cSrcweir
31cdf0e10cSrcweir.IF "$(MYTHESLIB)"==""
32685bfa88SYuri Dario.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2"
33cdf0e10cSrcweirMYTHESLIB=-lmythes
34cdf0e10cSrcweir.ENDIF # unx
35cdf0e10cSrcweir.IF "$(GUI)"=="WNT"
36cdf0e10cSrcweirMYTHESLIB=libmythes.lib
37cdf0e10cSrcweir.ENDIF # wnt
38cdf0e10cSrcweir.ENDIF
39cdf0e10cSrcweir
40cdf0e10cSrcweir#----- Settings ---------------------------------------------------------
41cdf0e10cSrcweir
42cdf0e10cSrcweir.INCLUDE : settings.mk
43cdf0e10cSrcweir
44cdf0e10cSrcweir# --- Files --------------------------------------------------------
45cdf0e10cSrcweir
46cdf0e10cSrcweir.IF "$(SYSTEM_MYTHES)" != "YES"
47cdf0e10cSrcweirCXXFLAGS += -I..$/mythes
48cdf0e10cSrcweirCFLAGSCXX += -I..$/mythes
49cdf0e10cSrcweirCFLAGSCC += -I..$/mythes
50cdf0e10cSrcweir.ENDIF
51a44fea77SAriel Constenla-HaileCXXFLAGS += -I$(PRJ)$/source$/lingutil
52a44fea77SAriel Constenla-HaileCFLAGSCXX += -I$(PRJ)$/source$/lingutil
53a44fea77SAriel Constenla-HaileCFLAGSCC += -I$(PRJ)$/source$/lingutil
54cdf0e10cSrcweir
55cdf0e10cSrcweirEXCEPTIONSFILES=	\
56cdf0e10cSrcweir        $(SLO)$/nthesimp.obj \
57cdf0e10cSrcweir        $(SLO)$/nthesdta.obj
58cdf0e10cSrcweir
59cdf0e10cSrcweirSLOFILES=	\
60cdf0e10cSrcweir		$(SLO)$/nthesdta.obj\
61cdf0e10cSrcweir		$(SLO)$/ntreg.obj\
62cdf0e10cSrcweir		$(SLO)$/nthesimp.obj
63cdf0e10cSrcweir
64cdf0e10cSrcweir
65*c984c52bSYuri Dario.IF "$(GUI)"=="OS2"
66*c984c52bSYuri DarioREALNAME:=$(TARGET)
67*c984c52bSYuri Dario.ELSE
68a44fea77SAriel Constenla-HaileREALNAME:=$(TARGET).uno
69*c984c52bSYuri Dario.ENDIF
70a44fea77SAriel Constenla-HaileSHL1TARGET= $(REALNAME)$(DLLPOSTFIX)
71cdf0e10cSrcweir
72cdf0e10cSrcweirSHL1STDLIBS= \
73cdf0e10cSrcweir		$(CPPULIB) 	 \
74cdf0e10cSrcweir		$(CPPUHELPERLIB) 	 \
75cdf0e10cSrcweir		$(TOOLSLIB)		\
76cdf0e10cSrcweir        $(I18NISOLANGLIB)   \
77cdf0e10cSrcweir		$(SVLLIB)		\
78cdf0e10cSrcweir		$(SALLIB)		\
79cdf0e10cSrcweir		$(UNOTOOLSLIB)	\
80cdf0e10cSrcweir		$(LNGLIB) \
81cdf0e10cSrcweir                $(ULINGULIB) \
82a44fea77SAriel Constenla-Haile		$(MYTHESLIB)
83cdf0e10cSrcweir
84cdf0e10cSrcweir# build DLL
85cdf0e10cSrcweirSHL1LIBS=       $(SLB)$/$(TARGET).lib $(SLB)$/libulingu.lib
86a44fea77SAriel Constenla-HaileSHL1IMPLIB=		i$(REALNAME)
87cdf0e10cSrcweirSHL1DEPN=		$(SHL1LIBS)
88cdf0e10cSrcweirSHL1DEF=		$(MISC)$/$(SHL1TARGET).def
89cdf0e10cSrcweir
90cdf0e10cSrcweirSHL1VERSIONMAP=$(SOLARENV)/src/component.map
91cdf0e10cSrcweir
92cdf0e10cSrcweir# build DEF file
93cdf0e10cSrcweirDEF1NAME	 =$(SHL1TARGET)
94cdf0e10cSrcweirDEF1EXPORTFILE=	exports.dxp
95cdf0e10cSrcweir
96cdf0e10cSrcweir# --- Targets ------------------------------------------------------
97cdf0e10cSrcweir
98cdf0e10cSrcweir.INCLUDE : target.mk
99cdf0e10cSrcweir
100cdf0e10cSrcweir
101cdf0e10cSrcweirALLTAR : $(MISC)/lnth.component
102cdf0e10cSrcweir
103cdf0e10cSrcweir$(MISC)/lnth.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
104cdf0e10cSrcweir        lnth.component
105cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam uri \
106cdf0e10cSrcweir        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
107cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt lnth.component
108