17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
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
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
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.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJ=..$/..$/..
25cdf0e10cSrcweir
26cdf0e10cSrcweirPRJNAME=desktop
27*73c96003SYuri Dario.IF "$(OS)" == "OS2"
28*73c96003SYuri DarioTARGET = migroo2
29*73c96003SYuri Dario.ELSE
30cdf0e10cSrcweirTARGET = migrationoo2.uno
31*73c96003SYuri Dario.ENDIF
32cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE
33cdf0e10cSrcweirCOMP1TYPELIST = migrationoo2
34cdf0e10cSrcweirLIBTARGET=NO
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Settings -----------------------------------------------------
37cdf0e10cSrcweir.INCLUDE : ..$/..$/deployment/inc/dp_misc.mk
38cdf0e10cSrcweir.INCLUDE :  settings.mk
39cdf0e10cSrcweirDLLPRE =
40cdf0e10cSrcweir
41cdf0e10cSrcweir# ------------------------------------------------------------------
42cdf0e10cSrcweir
43cdf0e10cSrcweir.INCLUDE :  cppumaker.mk
44cdf0e10cSrcweir
45cdf0e10cSrcweirSLOFILES= \
46cdf0e10cSrcweir		$(SLO)$/jvmfwk.obj \
47cdf0e10cSrcweir		$(SLO)$/cexports.obj \
48cdf0e10cSrcweir		$(SLO)$/basicmigration.obj \
49cdf0e10cSrcweir		$(SLO)$/wordbookmigration.obj \
50cdf0e10cSrcweir		$(SLO)$/autocorrmigration.obj \
51cdf0e10cSrcweir		$(SLO)$/oo3extensionmigration.obj \
52cdf0e10cSrcweir		$(SLO)$/cexportsoo3.obj
53cdf0e10cSrcweir
54cdf0e10cSrcweirSHL1OBJS= \
55cdf0e10cSrcweir		$(SLO)$/jvmfwk.obj \
56cdf0e10cSrcweir		$(SLO)$/cexports.obj \
57cdf0e10cSrcweir		$(SLO)$/basicmigration.obj \
58cdf0e10cSrcweir		$(SLO)$/wordbookmigration.obj \
59cdf0e10cSrcweir		$(SLO)$/autocorrmigration.obj
60cdf0e10cSrcweir
61cdf0e10cSrcweirSHL1TARGET=$(TARGET)
62cdf0e10cSrcweirSHL1VERSIONMAP = $(SOLARENV)/src/component.map
63cdf0e10cSrcweir
64cdf0e10cSrcweirSHL1STDLIBS= \
65cdf0e10cSrcweir	$(DEPLOYMENTMISCLIB) \
66cdf0e10cSrcweir	$(CPPULIB)		\
67cdf0e10cSrcweir	$(CPPUHELPERLIB)	\
68cdf0e10cSrcweir	$(SALLIB) \
69cdf0e10cSrcweir	$(UCBHELPERLIB)	\
70cdf0e10cSrcweir	$(UNOTOOLSLIB) \
71cdf0e10cSrcweir	$(TOOLSLIB)	\
72cdf0e10cSrcweir	$(I18NISOLANGLIB) \
73cdf0e10cSrcweir	$(JVMFWKLIB) \
74cdf0e10cSrcweir	$(XMLSCRIPTLIB) \
75cdf0e10cSrcweir
76cdf0e10cSrcweirSHL1DEPN=
77cdf0e10cSrcweirSHL1IMPLIB=imigrationoo2
78cdf0e10cSrcweir#SHL1LIBS=$(SLB)$/$(TARGET).lib
79cdf0e10cSrcweirSHL1DEF=$(MISC)$/$(SHL1TARGET).def
80cdf0e10cSrcweir
81cdf0e10cSrcweirDEF1NAME=$(SHL1TARGET)
82cdf0e10cSrcweir
83cdf0e10cSrcweirCOMP2TYPELIST = migrationoo3
84*73c96003SYuri Dario.IF "$(OS)" == "OS2"
85*73c96003SYuri DarioSHL2TARGET=migroo3
86*73c96003SYuri Dario.ELSE
87cdf0e10cSrcweirSHL2TARGET=migrationoo3.uno
88*73c96003SYuri Dario.ENDIF
89cdf0e10cSrcweirSHL2VERSIONMAP = $(SOLARENV)/src/component.map
90cdf0e10cSrcweir
91cdf0e10cSrcweirSHL2OBJS= \
92cdf0e10cSrcweir		$(SLO)$/cexportsoo3.obj \
93cdf0e10cSrcweir		$(SLO)$/oo3extensionmigration.obj
94cdf0e10cSrcweir
95cdf0e10cSrcweirSHL2STDLIBS= \
96cdf0e10cSrcweir	$(DEPLOYMENTMISCLIB) \
97cdf0e10cSrcweir	$(CPPULIB)		\
98cdf0e10cSrcweir	$(CPPUHELPERLIB)	\
99cdf0e10cSrcweir	$(SALLIB) \
100cdf0e10cSrcweir	$(UCBHELPERLIB)	\
101cdf0e10cSrcweir	$(UNOTOOLSLIB) \
102cdf0e10cSrcweir	$(TOOLSLIB)	\
103cdf0e10cSrcweir	$(I18NISOLANGLIB) \
104cdf0e10cSrcweir	$(JVMFWKLIB) \
105cdf0e10cSrcweir	$(XMLSCRIPTLIB) \
106cdf0e10cSrcweir
107cdf0e10cSrcweirSHL2DEPN=
108cdf0e10cSrcweirSHL2IMPLIB=imigrationoo3
109cdf0e10cSrcweir#SHL2LIBS=$(SLB)$/$(SHL2TARGET).lib
110cdf0e10cSrcweirSHL2DEF=$(MISC)$/$(SHL2TARGET).def
111cdf0e10cSrcweir
112cdf0e10cSrcweirDEF2NAME=$(SHL2TARGET)
113cdf0e10cSrcweir
114cdf0e10cSrcweir# --- Targets ------------------------------------------------------
115cdf0e10cSrcweir
116cdf0e10cSrcweir.INCLUDE : target.mk
117cdf0e10cSrcweir
118cdf0e10cSrcweirALLTAR : $(MISC)/migrationoo3.component
119cdf0e10cSrcweir
120cdf0e10cSrcweir$(MISC)/migrationoo3.component .ERRREMOVE : \
121cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt migrationoo3.component
122cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam uri \
123cdf0e10cSrcweir        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
124cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt migrationoo3.component
125cdf0e10cSrcweir
126cdf0e10cSrcweirALLTAR : $(MISC)/migrationoo2.component
127cdf0e10cSrcweir
128cdf0e10cSrcweir$(MISC)/migrationoo2.component .ERRREMOVE : \
129cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt migrationoo2.component
130cdf0e10cSrcweir    $(XSLTPROC) --nonet --stringparam uri \
131cdf0e10cSrcweir        '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
132cdf0e10cSrcweir        $(SOLARENV)/bin/createcomponent.xslt migrationoo2.component
133