merge the formfield patch from ooo-build
[ooovba.git] / desktop / source / deployment / makefile.mk
blob8ee3efd34f631307dc6edc7beaf2fe832fcf4a6d
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.18 $
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 = ..$/..
34 PRJNAME = desktop
35 TARGET = deployment
36 ENABLE_EXCEPTIONS = TRUE
37 #USE_DEFFILE = TRUE
38 NO_BSYMBOLIC = TRUE
40 .IF "$(GUI)"=="OS2"
41 TARGET = deploy
42 .ENDIF
44 .INCLUDE : settings.mk
45 .INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk
47 .IF "$(SYSTEM_DB)" == "YES"
48 CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES)
49 .ENDIF
51 INCPRE += inc
53 DLLPRE =
55 SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno
56 SHL1VERSIONMAP = deployment.map
58 SHL1LIBS = \
59 $(SLB)$/deployment_manager.lib \
60 $(SLB)$/deployment_migration.lib \
61 $(SLB)$/deployment_registry.lib \
62 $(SLB)$/deployment_registry_executable.lib \
63 $(SLB)$/deployment_registry_component.lib \
64 $(SLB)$/deployment_registry_configuration.lib \
65 $(SLB)$/deployment_registry_package.lib \
66 $(SLB)$/deployment_registry_script.lib \
67 $(SLB)$/deployment_registry_sfwk.lib \
68 $(SLB)$/deployment_registry_help.lib
70 SHL1OBJS = \
71 $(SLO)$/dp_log.obj \
72 $(SLO)$/dp_persmap.obj \
73 $(SLO)$/dp_services.obj \
74 $(SLO)$/dp_xml.obj
76 SHL1STDLIBS = \
77 $(SALLIB) \
78 $(CPPULIB) \
79 $(CPPUHELPERLIB) \
80 $(UCBHELPERLIB) \
81 $(COMPHELPERLIB) \
82 $(TOOLSLIB) \
83 $(XMLSCRIPTLIB) \
84 $(SVLLIB) \
85 $(DEPLOYMENTMISCLIB) \
86 $(HELPLINKERLIB)
88 SHL1DEPN =
89 SHL1IMPLIB = i$(TARGET)
90 SHL1DEF = $(MISC)$/$(SHL1TARGET).def
92 DEF1NAME = $(SHL1TARGET)
94 SLOFILES = $(LIB1OBJFILES)
96 RESLIB1NAME = $(TARGET)
98 RESLIB1SRSFILES = \
99 $(SRS)$/deployment_registry_configuration.srs \
100 $(SRS)$/deployment_registry_component.srs \
101 $(SRS)$/deployment_registry_script.srs \
102 $(SRS)$/deployment_registry_sfwk.srs \
103 $(SRS)$/deployment_registry_package.srs \
104 $(SRS)$/deployment_registry_help.srs \
105 $(SRS)$/deployment_registry.srs \
106 $(SRS)$/deployment_manager.srs \
107 $(SRS)$/deployment_unopkg.srs
109 .IF "$(GUI)"=="OS2"
110 RESLIB1SRSFILES += $(SRS)$/deplmisc.srs
111 .ELSE
112 RESLIB1SRSFILES += $(SRS)$/deployment_misc.srs
113 .ENDIF
115 .INCLUDE : target.mk