1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20#************************************************************** 21 22 23 24PRJ = ..$/..$/.. 25 26PRJNAME = desktop 27TARGET = deploymentgui 28ENABLE_EXCEPTIONS = TRUE 29USE_DEFFILE = TRUE 30NO_BSYMBOLIC = TRUE 31USE_PCH := 32ENABLE_PCH := 33PRJINC:=..$/.. 34 35.INCLUDE : settings.mk 36.INCLUDE : $(PRJ)$/source$/deployment$/inc$/dp_misc.mk 37DLLPRE = 38 39SLOFILES = \ 40 $(SLO)$/dp_gui_service.obj \ 41 $(SLO)$/dp_gui_extlistbox.obj \ 42 $(SLO)$/dp_gui_dialog2.obj \ 43 $(SLO)$/dp_gui_theextmgr.obj \ 44 $(SLO)$/license_dialog.obj \ 45 $(SLO)$/dp_gui_dependencydialog.obj \ 46 $(SLO)$/dp_gui_thread.obj \ 47 $(SLO)$/dp_gui_updatedialog.obj \ 48 $(SLO)$/dp_gui_updateinstalldialog.obj \ 49 $(SLO)$/dp_gui_autoscrolledit.obj \ 50 $(SLO)$/dp_gui_system.obj \ 51 $(SLO)$/dp_gui_extensioncmdqueue.obj \ 52 $(SLO)$/descedit.obj 53 54SHL1OBJS = $(SLO)$/dp_gui_extensioncmdqueue.obj 55 56.IF "$(GUI)"=="OS2" 57SHL1TARGET = deplgui$(DLLPOSTFIX) 58.ELSE 59SHL1TARGET = $(TARGET)$(DLLPOSTFIX).uno 60.ENDIF 61SHL1VERSIONMAP = $(SOLARENV)/src/component.map 62 63SHL1STDLIBS = \ 64 $(SALLIB) \ 65 $(SALHELPERLIB) \ 66 $(CPPULIB) \ 67 $(CPPUHELPERLIB) \ 68 $(UCBHELPERLIB) \ 69 $(COMPHELPERLIB) \ 70 $(UNOTOOLSLIB) \ 71 $(TOOLSLIB) \ 72 $(I18NISOLANGLIB) \ 73 $(TKLIB) \ 74 $(VCLLIB) \ 75 $(SVTOOLLIB) \ 76 $(SVLLIB) \ 77 $(SVXLIB) \ 78 $(SVXCORELIB) \ 79 $(SFXLIB) \ 80 $(DEPLOYMENTMISCLIB) \ 81 $(OLE32LIB) 82 83SHL1DEPN = 84SHL1IMPLIB = i$(TARGET) 85SHL1LIBS = $(SLB)$/$(TARGET).lib 86SHL1DEF = $(MISC)$/$(SHL1TARGET).def 87 88DEF1NAME = $(SHL1TARGET) 89 90SRS1NAME = $(TARGET) 91SRC1FILES = \ 92 dp_gui_dialog.src \ 93 dp_gui_dialog2.src \ 94 dp_gui_backend.src \ 95 dp_gui_dependencydialog.src \ 96 dp_gui_updatedialog.src \ 97 dp_gui_versionboxes.src \ 98 dp_gui_updateinstalldialog.src 99 100RESLIB1NAME = $(TARGET) 101RESLIB1SRSFILES = $(SRS)$/$(TARGET).srs 102RESLIB1IMAGES= $(PRJ)$/res 103 104.INCLUDE : target.mk 105 106 107ALLTAR : $(MISC)/deploymentgui.component 108 109$(MISC)/deploymentgui.component .ERRREMOVE : \ 110 $(SOLARENV)/bin/createcomponent.xslt deploymentgui.component 111 $(XSLTPROC) --nonet --stringparam uri \ 112 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ 113 $(SOLARENV)/bin/createcomponent.xslt deploymentgui.component 114