1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
36 ENABLE_EXCEPTIONS
= TRUE
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
)
55 SHL1TARGET
= $(TARGET
)$(DLLPOSTFIX
).uno
56 SHL1VERSIONMAP
= deployment.map
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
72 $(SLO
)$/dp_persmap.obj \
73 $(SLO
)$/dp_services.obj \
85 $(DEPLOYMENTMISCLIB
) \
89 SHL1IMPLIB
= i
$(TARGET
)
90 SHL1DEF
= $(MISC
)$/$(SHL1TARGET
).def
92 DEF1NAME
= $(SHL1TARGET
)
94 SLOFILES
= $(LIB1OBJFILES
)
96 RESLIB1NAME
= $(TARGET
)
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
110 RESLIB1SRSFILES
+= $(SRS
)$/deplmisc.srs
112 RESLIB1SRSFILES
+= $(SRS
)$/deployment_misc.srs