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 23PRJ=..$/.. 24PRJNAME=cui 25TARGET=dialogs 26ENABLE_EXCEPTIONS=TRUE 27 28# --- Settings ----------------------------------------------------- 29 30.INCLUDE : settings.mk 31.INCLUDE : $(PRJ)$/util$/makefile.pmk 32 33.IF "$(ENABLE_LAYOUT)" == "TRUE" 34CFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc 35.ENDIF # ENABLE_LAYOUT == TRUE 36 37.IF "$(BUILD_VER_STRING)" != "" 38CFLAGS+= -DBUILD_VER_STRING="$(BUILD_VER_STRING)" 39.ENDIF 40 41# --- Files -------------------------------------------------------- 42 43SRS1NAME=dialogs 44SRC1FILES = \ 45 about.src \ 46 colorpicker.src \ 47 charmap.src \ 48 commonlingui.src \ 49 cuiimapdlg.src \ 50 dlgname.src \ 51 fmsearch.src \ 52 gallery.src \ 53 grfflt.src \ 54 hangulhanjadlg.src \ 55 hyphen.src \ 56 hlmarkwn.src \ 57 hyperdlg.src \ 58 iconcdlg.src \ 59 insrc.src \ 60 multipat.src \ 61 newtabledlg.src \ 62 passwdomdlg.src \ 63 postdlg.src \ 64 scriptdlg.src \ 65 sdrcelldlg.src \ 66 showcols.src \ 67 SpellDialog.src \ 68 splitcelldlg.src \ 69 srchxtra.src \ 70 svuidlg.src \ 71 tbxform.src \ 72 thesdlg.src \ 73 zoom.src \ 74 75 76SLOFILES+=\ 77 $(SLO)$/about.obj \ 78 $(SLO)$/colorpicker.obj \ 79 $(SLO)$/commonlingui.obj \ 80 $(SLO)$/cuicharmap.obj \ 81 $(SLO)$/cuifmsearch.obj \ 82 $(SLO)$/cuigaldlg.obj \ 83 $(SLO)$/cuigrfflt.obj \ 84 $(SLO)$/cuihyperdlg.obj \ 85 $(SLO)$/cuiimapwnd.obj \ 86 $(SLO)$/cuitbxform.obj \ 87 $(SLO)$/dlgname.obj \ 88 $(SLO)$/hangulhanjadlg.obj \ 89 $(SLO)$/hldocntp.obj \ 90 $(SLO)$/hldoctp.obj \ 91 $(SLO)$/hlinettp.obj \ 92 $(SLO)$/hlmailtp.obj \ 93 $(SLO)$/hlmarkwn.obj \ 94 $(SLO)$/hltpbase.obj \ 95 $(SLO)$/hyphen.obj \ 96 $(SLO)$/iconcdlg.obj \ 97 $(SLO)$/insdlg.obj \ 98 $(SLO)$/insrc.obj \ 99 $(SLO)$/linkdlg.obj \ 100 $(SLO)$/multifil.obj \ 101 $(SLO)$/multipat.obj \ 102 $(SLO)$/newtabledlg.obj \ 103 $(SLO)$/passwdomdlg.obj \ 104 $(SLO)$/pastedlg.obj \ 105 $(SLO)$/plfilter.obj \ 106 $(SLO)$/postdlg.obj \ 107 $(SLO)$/scriptdlg.obj \ 108 $(SLO)$/sdrcelldlg.obj \ 109 $(SLO)$/showcols.obj \ 110 $(SLO)$/SpellAttrib.obj \ 111 $(SLO)$/SpellDialog.obj \ 112 $(SLO)$/splitcelldlg.obj \ 113 $(SLO)$/srchxtra.obj \ 114 $(SLO)$/thesdlg.obj \ 115 $(SLO)$/zoom.obj \ 116 117 118.IF "$(GUI)"=="WNT" 119SLOFILES+=$(SLO)$/winpluginlib.obj 120.ENDIF 121 122# --- Targets ------------------------------------------------------- 123 124.INCLUDE : target.mk 125