1#************************************************************************* 2# 3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4# 5# Copyright 2000, 2010 Oracle and/or its affiliates. 6# 7# OpenOffice.org - a multi-platform office productivity suite 8# 9# This file is part of OpenOffice.org. 10# 11# OpenOffice.org is free software: you can redistribute it and/or modify 12# it under the terms of the GNU Lesser General Public License version 3 13# only, as published by the Free Software Foundation. 14# 15# OpenOffice.org is distributed in the hope that it will be useful, 16# but WITHOUT ANY WARRANTY; without even the implied warranty of 17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18# GNU Lesser General Public License version 3 for more details 19# (a copy is included in the LICENSE file that accompanied this code). 20# 21# You should have received a copy of the GNU Lesser General Public License 22# version 3 along with OpenOffice.org. If not, see 23# <http://www.openoffice.org/license.html> 24# for a copy of the LGPLv3 License. 25# 26#************************************************************************* 27 28PRJ=.. 29 30PRJNAME=store 31TARGET=store 32TARGETTYPE=CUI 33 34USE_LDUMP2=TRUE 35USE_DEFFILE=TRUE 36 37NO_BSYMBOLIC=TRUE 38NO_DEFAULT_STL=TRUE 39 40UNIXVERSIONNAMES=UDK 41 42# --- Settings --- 43 44.INCLUDE : settings.mk 45 46# --- Debug-Library --- 47 48.IF "$(debug)" != "" 49 50LIB1TARGET= $(LB)$/$(TARGET)dbg.lib 51LIB1ARCHIV= $(LB)$/lib$(TARGET)dbg.a 52LIB1FILES= $(LB)$/store.lib 53 54.ENDIF # debug 55 56# --- Shared-Library --- 57 58SHL1TARGET= $(TARGET) 59SHL1IMPLIB= istore 60 61SHL1VERSIONMAP= $(TARGET).map 62 63SHL1STDLIBS= $(SALLIB) 64 65SHL1DEF= $(MISC)$/$(SHL1TARGET).def 66SHL1LIBS= $(SLB)$/store.lib 67SHL1RPATH= URELIB 68 69# --- Def-File --- 70 71DEF1NAME= $(SHL1TARGET) 72DEF1DES=Store 73 74# --- Targets --- 75 76.INCLUDE : target.mk 77 78 79 80