17871dc3eSAndrew Rist#************************************************************** 27871dc3eSAndrew Rist# 37871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 47871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 57871dc3eSAndrew Rist# distributed with this work for additional information 67871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 77871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 87871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 97871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 107871dc3eSAndrew Rist# 117871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 127871dc3eSAndrew Rist# 137871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 147871dc3eSAndrew Rist# software distributed under the License is distributed on an 157871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 167871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 177871dc3eSAndrew Rist# specific language governing permissions and limitations 187871dc3eSAndrew Rist# under the License. 197871dc3eSAndrew Rist# 207871dc3eSAndrew Rist#************************************************************** 217871dc3eSAndrew Rist 227871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirPRJ=..$/.. 25cdf0e10cSrcweir 26cdf0e10cSrcweirPRJNAME=desktop 27cdf0e10cSrcweirTARGET=dkt 28cdf0e10cSrcweirAUTOSEG=true 29cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 30cdf0e10cSrcweir 31cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 32cdf0e10cSrcweir 33cdf0e10cSrcweir.INCLUDE : settings.mk 34cdf0e10cSrcweir.INCLUDE : ../deployment/inc/dp_misc.mk 35*281431dbSOliver-Rainer Wittmann.INCLUDE : ../deployment/inc/dp_gui.mk 36cdf0e10cSrcweir 37cdf0e10cSrcweir.IF "$(ENABLE_GNOMEVFS)"=="TRUE" 38cdf0e10cSrcweirCFLAGS+=-DGNOME_VFS_ENABLED 39cdf0e10cSrcweir.ENDIF 40cdf0e10cSrcweir 412ad018beSPedro Giffuni.IF "$(GUI)"=="WNT" || "$(GUI)"=="OS2" || "$(GUIBASE)"=="aqua" || "$(ENABLE_SYSTRAY_GTK)"=="TRUE" 422ad018beSPedro GiffuniCFLAGS+=-DENABLE_QUICKSTART_APPLET 432ad018beSPedro Giffuni.ENDIF 442ad018beSPedro Giffuni 45cdf0e10cSrcweirSHL1TARGET = sofficeapp 46cdf0e10cSrcweirSHL1OBJS = \ 47cdf0e10cSrcweir $(SLO)$/app.obj \ 48cdf0e10cSrcweir $(SLO)$/appfirststart.obj \ 49cdf0e10cSrcweir $(SLO)$/appinit.obj \ 50cdf0e10cSrcweir $(SLO)$/appsys.obj \ 51cdf0e10cSrcweir $(SLO)$/checkinstall.obj \ 52cdf0e10cSrcweir $(SLO)$/check_ext_deps.obj \ 53cdf0e10cSrcweir $(SLO)$/cmdlineargs.obj \ 54cdf0e10cSrcweir $(SLO)$/cmdlinehelp.obj \ 55cdf0e10cSrcweir $(SLO)$/configinit.obj \ 56cdf0e10cSrcweir $(SLO)$/desktopcontext.obj \ 57cdf0e10cSrcweir $(SLO)$/desktopresid.obj \ 58cdf0e10cSrcweir $(SLO)$/dispatchwatcher.obj \ 59cdf0e10cSrcweir $(SLO)$/langselect.obj \ 60cdf0e10cSrcweir $(SLO)$/lockfile.obj \ 61cdf0e10cSrcweir $(SLO)$/lockfile2.obj \ 62cdf0e10cSrcweir $(SLO)$/officeipcthread.obj \ 63cdf0e10cSrcweir $(SLO)$/sofficemain.obj \ 64cdf0e10cSrcweir $(SLO)$/userinstall.obj 65cdf0e10cSrcweir 66cdf0e10cSrcweirSHL1LIBS = $(SLB)$/mig.lib 67cdf0e10cSrcweir 68cdf0e10cSrcweirSHL1STDLIBS = \ 69cdf0e10cSrcweir $(COMPHELPERLIB) \ 70cdf0e10cSrcweir $(CPPUHELPERLIB) \ 71cdf0e10cSrcweir $(CPPULIB) \ 72cdf0e10cSrcweir $(DEPLOYMENTMISCLIB) \ 73*281431dbSOliver-Rainer Wittmann $(DEPLOYMENTGUILIB) \ 74cdf0e10cSrcweir $(I18NISOLANGLIB) \ 75cdf0e10cSrcweir $(SALLIB) \ 76cdf0e10cSrcweir $(SFXLIB) \ 77cdf0e10cSrcweir $(SVLLIB) \ 78cdf0e10cSrcweir $(SVTOOLLIB) \ 79cdf0e10cSrcweir $(TKLIB) \ 80cdf0e10cSrcweir $(TOOLSLIB) \ 81cdf0e10cSrcweir $(UCBHELPERLIB) \ 82cdf0e10cSrcweir $(UNOTOOLSLIB) \ 83cdf0e10cSrcweir $(VCLLIB) \ 84cdf0e10cSrcweir $(VOSLIB) 85cdf0e10cSrcweirSHL1VERSIONMAP = version.map 86cdf0e10cSrcweirSHL1IMPLIB = i$(SHL1TARGET) 87cdf0e10cSrcweirDEF1NAME = $(SHL1TARGET) 88cdf0e10cSrcweir 89cdf0e10cSrcweirOBJFILES = \ 90cdf0e10cSrcweir $(OBJ)$/copyright_ascii_ooo.obj \ 91cdf0e10cSrcweir $(OBJ)$/main.obj 92cdf0e10cSrcweir.IF "$(GUI)" != "OS2" 93cdf0e10cSrcweirOBJFILES += \ 94cdf0e10cSrcweir $(OBJ)$/copyright_ascii_sun.obj 95cdf0e10cSrcweir.ENDIF 96cdf0e10cSrcweir 97cdf0e10cSrcweirSLOFILES = $(SHL1OBJS) 98cdf0e10cSrcweir 99cdf0e10cSrcweirSRS1NAME= desktop 100cdf0e10cSrcweirSRC1FILES= desktop.src 101cdf0e10cSrcweir 102cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 103cdf0e10cSrcweir 104cdf0e10cSrcweir.INCLUDE : target.mk 105cdf0e10cSrcweir 106