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=..$/.. 25PRJNAME=chartaddin 26 27TARGET=chartsampleaddin 28 29ENABLE_EXCEPTIONS=TRUE 30USE_DEFFILE=TRUE 31LIBTARGET=NO 32 33# --- Settings ---------------------------------- 34 35.INCLUDE : settings.mk 36 37# --- Types ------------------------------------- 38 39UNOUCROUT=$(OUT)$/inc$/$(PRJNAME)$/$(TARGET) 40INCPRE+=$(UNOUCROUT) 41 42# --- Types ------------------------------------- 43 44# comprehensive type info, so rdb needn't be installed 45# CPPUMAKERFLAGS*=-C 46 47# UNOTYPES=\ 48# com.sun.star.lang.XInitialization \ 49# com.sun.star.lang.XServiceName \ 50# com.sun.star.lang.XServiceInfo \ 51# com.sun.star.util.XRefreshable \ 52# com.sun.star.lang.XLocalizable \ 53# com.sun.star.chart.XDiagram \ 54# com.sun.star.chart.XChartDocument \ 55# com.sun.star.chart.XAxisXSupplier \ 56# com.sun.star.chart.XAxisYSupplier \ 57# com.sun.star.chart.XStatisticDisplay \ 58# com.sun.star.lang.XMultiServiceFactory 59 60# --- Files ------------------------------------- 61 62SLOFILES=\ 63 $(SLO)$/sampleaddin.obj 64 65# --- Library ----------------------------------- 66 67SHL1TARGET=$(TARGET)$(DLLPOSTFIX) 68SHL1OBJS=$(SLOFILES) 69SHL1STDLIBS= \ 70 $(CPPUHELPERLIB) \ 71 $(CPPULIB) \ 72 $(VOSLIB) \ 73 $(SALLIB) 74 75SHL1DEPN=makefile.mk 76SHL1DEF=$(MISC)$/$(SHL1TARGET).def 77DEF1NAME=$(SHL1TARGET) 78DEF1EXPORTFILE=exports.dxp 79 80# --- Targets ---------------------------------- 81 82.INCLUDE : target.mk 83