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 23PRJ=..$/.. 24 25PRJNAME=animations 26TARGET=animcore 27ENABLE_EXCEPTIONS=TRUE 28NO_BSYMBOLIC=TRUE 29#COMP1TYPELIST=$(TARGET) 30#COMPRDB=$(SOLARBINDIR)$/offapi.rdb 31 32# --- Settings ----------------------------------------------------- 33.INCLUDE : settings.mk 34.IF "$(L10N_framework)"=="" 35# --- Files -------------------------------------------------------- 36#UNOUCRDEP=$(SOLARBINDIR)$/offapi.rdb 37#UNOUCRRDB=$(SOLARBINDIR)$/offapi.rdb 38#UNOUCROUT=$(OUT)$/inc$/animations 39#INCPRE+= $(UNOUCROUT) 40 41 42SLOFILES = $(SLO)$/animcore.obj\ 43 $(SLO)$/factreg.obj\ 44 $(SLO)$/targetpropertiescreator.obj 45 46SHL1TARGET= $(TARGET) 47SHL1VERSIONMAP=$(SOLARENV)/src/unloadablecomponent.map 48 49SHL1STDLIBS= \ 50 $(SALLIB) \ 51 $(CPPULIB) \ 52 $(CPPUHELPERLIB) 53 54 55SHL1DEPN= 56SHL1IMPLIB= i$(TARGET) 57SHL1LIBS= $(SLB)$/$(TARGET).lib 58SHL1DEF= $(MISC)$/$(SHL1TARGET).def 59 60DEF1NAME= $(SHL1TARGET) 61 62.ENDIF # L10N_framework 63 64# --- Targets ------------------------------------------------------ 65.INCLUDE : target.mk 66 67 68ALLTAR : $(MISC)/animcore.component 69 70$(MISC)/animcore.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 71 animcore.component 72 $(XSLTPROC) --nonet --stringparam uri \ 73 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 74 $(SOLARENV)/bin/createcomponent.xslt animcore.component 75