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 = desktop 31TARGET = deploymentgui 32ENABLE_EXCEPTIONS = TRUE 33#USE_DEFFILE = TRUE 34NO_BSYMBOLIC = TRUE 35USE_PCH := 36ENABLE_PCH := 37PRJINC:=..$/.. 38 39.IF "$(GUI)"=="OS2" 40TARGET = deplgui 41.ENDIF 42 43.INCLUDE : settings.mk 44.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk 45DLLPRE = 46 47SLOFILES = \ 48 $(SLO)$/dp_gui_service.obj \ 49 $(SLO)$/dp_gui_extlistbox.obj \ 50 $(SLO)$/dp_gui_dialog2.obj \ 51 $(SLO)$/dp_gui_theextmgr.obj \ 52 $(SLO)$/license_dialog.obj \ 53 $(SLO)$/dp_gui_dependencydialog.obj \ 54 $(SLO)$/dp_gui_thread.obj \ 55 $(SLO)$/dp_gui_updatedialog.obj \ 56 $(SLO)$/dp_gui_updateinstalldialog.obj \ 57 $(SLO)$/dp_gui_autoscrolledit.obj \ 58 $(SLO)$/dp_gui_system.obj \ 59 $(SLO)$/dp_gui_extensioncmdqueue.obj \ 60 $(SLO)$/descedit.obj 61 62SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno 63SHL1VERSIONMAP = $(SOLARENV)/src/component.map 64 65SHL1STDLIBS = \ 66 $(SALLIB) \ 67 $(SALHELPERLIB) \ 68 $(CPPULIB) \ 69 $(CPPUHELPERLIB) \ 70 $(UCBHELPERLIB) \ 71 $(COMPHELPERLIB) \ 72 $(UNOTOOLSLIB) \ 73 $(TOOLSLIB) \ 74 $(I18NISOLANGLIB) \ 75 $(TKLIB) \ 76 $(VCLLIB) \ 77 $(SVTOOLLIB) \ 78 $(SVLLIB) \ 79 $(SVXLIB) \ 80 $(SVXCORELIB) \ 81 $(SFXLIB) \ 82 $(DEPLOYMENTMISCLIB) \ 83 $(OLE32LIB) 84 85SHL1DEPN = 86SHL1IMPLIB = i$(TARGET) 87SHL1LIBS = $(SLB)$/$(TARGET).lib 88SHL1DEF = $(MISC)$/$(SHL1TARGET).def 89 90DEF1NAME = $(SHL1TARGET) 91#DEFLIB1NAME = $(TARGET) 92#DEF1DEPN = 93 94SRS1NAME = $(TARGET) 95SRC1FILES = \ 96 dp_gui_dialog.src \ 97 dp_gui_dialog2.src \ 98 dp_gui_backend.src \ 99 dp_gui_dependencydialog.src \ 100 dp_gui_updatedialog.src \ 101 dp_gui_versionboxes.src \ 102 dp_gui_updateinstalldialog.src 103 104RESLIB1NAME = $(TARGET) 105RESLIB1SRSFILES = $(SRS)$/$(TARGET).srs 106RESLIB1IMAGES= $(PRJ)$/res 107 108.INCLUDE : target.mk 109 110 111ALLTAR : $(MISC)/deploymentgui.component 112 113$(MISC)/deploymentgui.component .ERRREMOVE : \ 114 $(SOLARENV)/bin/createcomponent.xslt deploymentgui.component 115 $(XSLTPROC) --nonet --stringparam uri \ 116 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 117 $(SOLARENV)/bin/createcomponent.xslt deploymentgui.component 118