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=tabpages 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# --- Files -------------------------------------------------------- 38 39SRS1NAME=tabpages 40SRC1FILES = \ 41 align.src \ 42 autocdlg.src \ 43 backgrnd.src \ 44 bbdlg.src \ 45 border.src \ 46 chardlg.src \ 47 connect.src \ 48 dstribut.src \ 49 frmdirlbox.src \ 50 grfpage.src \ 51 labdlg.src \ 52 macroass.src \ 53 measure.src \ 54 numfmt.src \ 55 numpages.src \ 56 page.src \ 57 paragrph.src \ 58 strings.src \ 59 swpossizetabpage.src \ 60 tabarea.src \ 61 tabline.src \ 62 tabstpge.src \ 63 textanim.src \ 64 textattr.src \ 65 transfrm.src 66 67 68SLOFILES+=\ 69 $(SLO)$/align.obj \ 70 $(SLO)$/autocdlg.obj \ 71 $(SLO)$/backgrnd.obj \ 72 $(SLO)$/bbdlg.obj \ 73 $(SLO)$/border.obj \ 74 $(SLO)$/borderconn.obj \ 75 $(SLO)$/chardlg.obj \ 76 $(SLO)$/connect.obj \ 77 $(SLO)$/dstribut.obj \ 78 $(SLO)$/grfpage.obj \ 79 $(SLO)$/labdlg.obj \ 80 $(SLO)$/macroass.obj \ 81 $(SLO)$/measure.obj \ 82 $(SLO)$/numfmt.obj \ 83 $(SLO)$/numpages.obj \ 84 $(SLO)$/page.obj \ 85 $(SLO)$/paragrph.obj \ 86 $(SLO)$/swpossizetabpage.obj \ 87 $(SLO)$/tabarea.obj \ 88 $(SLO)$/tabline.obj \ 89 $(SLO)$/tabstpge.obj \ 90 $(SLO)$/textanim.obj \ 91 $(SLO)$/textattr.obj \ 92 $(SLO)$/tparea.obj \ 93 $(SLO)$/tpbitmap.obj \ 94 $(SLO)$/tpcolor.obj \ 95 $(SLO)$/tpgradnt.obj \ 96 $(SLO)$/tphatch.obj \ 97 $(SLO)$/tpline.obj \ 98 $(SLO)$/tplnedef.obj \ 99 $(SLO)$/tplneend.obj \ 100 $(SLO)$/tpshadow.obj \ 101 $(SLO)$/transfrm.obj \ 102 103 104# --- Targets ------------------------------------------------------- 105 106.INCLUDE : target.mk 107