merge the formfield patch from ooo-build
[ooovba.git] / configmgr / util / makefile.mk
blobeaea5d343503cef90e6fcf9b8542e8875d5b8ad5
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.25 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..
33 PRJNAME=configmgr
34 TARGET=configmgr
36 ENABLE_EXCEPTIONS=TRUE
38 .INCLUDE : settings.mk
39 .IF "$(L10N_framework)"==""
40 .INCLUDE : $(PRJ)$/makefile.pmk
41 .INCLUDE : $(PRJ)$/version.mk
42 DLLPRE =
44 # --- Library -----------------------------------
46 SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR).uno
47 SHL1VERSIONMAP= $(TARGET).map
49 SHL1OBJS=$(SLOFILES)
50 SHL1STDLIBS=\
51 $(COMPHELPERLIB) \
52 $(CPPULIB) \
53 $(CPPUHELPERLIB) \
54 $(VOSLIB) \
55 $(SALHELPERLIB) \
56 $(SALLIB) \
57 $(TOOLSLIB)
59 SHL1DEPN=
60 SHL1IMPLIB= i$(SHL1TARGET)
61 SHL1LIBS= $(SLB)$/registry.lib \
62 $(SLB)$/treecache.lib \
63 $(SLB)$/misc.lib \
64 $(SLB)$/backend.lib \
65 $(SLB)$/localbe.lib \
66 $(SLB)$/xml.lib \
67 $(SLB)$/treemgr.lib \
68 $(SLB)$/api2.lib \
69 $(SLB)$/api.lib \
70 $(SLB)$/data.lib \
71 $(SLB)$/cm.lib
73 SHL1DEF= $(MISC)$/$(SHL1TARGET).def
75 DEF1NAME= $(SHL1TARGET)
76 DEF1EXPORTFILE= exports.dxp
78 # --- Targets ----------------------------------
79 .ENDIF # L10N_framework
81 .INCLUDE : target.mk