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 24PRJ=..$/.. 25 26PRJNAME=desktop 27TARGET=spl 28LIBTARGET=NO 29 30ENABLE_EXCEPTIONS=TRUE 31 32# --- Settings ----------------------------------------------------- 33 34.INCLUDE : settings.mk 35 36# --- Files -------------------------------------------------------- 37 38SLOFILES = $(SLO)$/splash.obj \ 39 $(SLO)$/firststart.obj \ 40 $(SLO)$/services_spl.obj 41 42SHL1DEPN= makefile.mk 43SHL1OBJS= $(SLOFILES) \ 44 $(SLO)$/pages.obj \ 45 $(SLO)$/wizard.obj \ 46 $(SLO)$/migration.obj \ 47 $(SLO)$/cfgfilter.obj 48 49 50SHL1TARGET=$(TARGET)$(DLLPOSTFIX) 51SHL1IMPLIB=i$(TARGET) 52 53SHL1VERSIONMAP=$(SOLARENV)/src/component.map 54SHL1DEF=$(MISC)$/$(SHL1TARGET).def 55DEF1NAME=$(SHL1TARGET) 56 57SHL1STDLIBS= \ 58 $(VCLLIB) \ 59 $(SVLLIB) \ 60 $(SVTOOLLIB) \ 61 $(COMPHELPERLIB) \ 62 $(UNOTOOLSLIB) \ 63 $(TOOLSLIB) \ 64 $(UCBHELPERLIB) \ 65 $(CPPUHELPERLIB) \ 66 $(CPPULIB) \ 67 $(VOSLIB) \ 68 $(SALLIB) \ 69 $(SFXLIB) 70 71# --- Targets ------------------------------------------------------ 72 73.INCLUDE : target.mk 74 75$(SLO)$/splash.obj : $(INCCOM)$/introbmpnames.hxx 76 77.INCLUDE .IGNORE : $(MISC)$/intro_bmp_names.mk 78 79.IF "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" 80DO_PHONY=.PHONY 81.ENDIF # "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" 82 83$(INCCOM)$/introbmpnames.hxx $(DO_PHONY): 84 echo const char INTRO_BITMAP_STRINGLIST[]=$(EMQ)"$(INTRO_BITMAPS:f:t",")$(EMQ)"$(EMQ); > $@ 85 echo LASTTIME_INTRO_BITMAPS=$(INTRO_BITMAPS:f) > $(MISC)$/intro_bmp_names.mk 86 87ALLTAR : $(MISC)/spl.component 88 89$(MISC)/spl.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 90 spl.component 91 $(XSLTPROC) --nonet --stringparam uri \ 92 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 93 $(SOLARENV)/bin/createcomponent.xslt spl.component 94