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=cui 27TARGET=cui 28GEN_HID=TRUE 29GEN_HID_OTHER=TRUE 30 31# --- Settings ----------------------------------------------------- 32 33.INCLUDE : settings.mk 34 35.IF "$(OS)"=="IRIX" 36LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30 37.ENDIF 38 39SHL1TARGET= cui$(DLLPOSTFIX) 40SHL1VERSIONMAP= cui.map 41SHL1IMPLIB=icui 42SHL1DEPN= 43SHL1DEF= $(MISC)$/$(SHL1TARGET).def 44DEF1NAME= $(SHL1TARGET) 45 46SHL1LIBS= \ 47 $(SLB)$/options.lib \ 48 $(SLB)$/customize.lib \ 49 $(SLB)$/dialogs.lib \ 50 $(SLB)$/tabpages.lib \ 51 $(SLB)$/factory.lib 52 53 54SHL1STDLIBS= \ 55 $(EDITENGLIB) \ 56 $(SVXCORELIB) \ 57 $(SVXLIB) \ 58 $(AVMEDIALIB) \ 59 $(SFX2LIB) \ 60 $(BASEGFXLIB) \ 61 $(BASICLIB) \ 62 $(LNGLIB) \ 63 $(SVTOOLLIB) \ 64 $(TKLIB) \ 65 $(VCLLIB) \ 66 $(SVLLIB) \ 67 $(UNOTOOLSLIB) \ 68 $(TOOLSLIB) \ 69 $(I18NISOLANGLIB) \ 70 $(COMPHELPERLIB) \ 71 $(UCBHELPERLIB) \ 72 $(CPPUHELPERLIB) \ 73 $(CPPULIB) \ 74 $(VOSLIB) \ 75 $(SALLIB) \ 76 $(JVMFWKLIB) \ 77 $(ICUUCLIB) 78 79.IF "$(GUI)"=="WNT" 80SHL1STDLIBS+= \ 81 $(SHLWAPILIB) \ 82 $(ADVAPI32LIB) 83.ENDIF # WNT 84 85# ------------------------------------------------------------------------------ 86 87# Resource files 88SRSFILELIST=\ 89 $(SRS)$/options.srs \ 90 $(SRS)$/dialogs.srs \ 91 $(SRS)$/tabpages.srs \ 92 $(SRS)$/customize.srs \ 93 94 95RESLIB1NAME=cui 96RESLIB1IMAGES=$(SOLARSRC)/$(RSCDEFIMG)/svx/res 97RESLIB1SRSFILES= $(SRSFILELIST) 98 99# --- Targets ------------------------------------------------------- 100 101.INCLUDE : target.mk 102 103