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=sc 27TARGET=miscdlgs 28LIBTARGET=no 29 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : scpre.mk 33.INCLUDE : settings.mk 34.INCLUDE : sc.mk 35.INCLUDE : $(PRJ)$/util$/makefile.pmk 36 37# --- Files -------------------------------------------------------- 38 39SLOFILES = \ 40 $(SLO)$/delcldlg.obj \ 41 $(SLO)$/inscldlg.obj \ 42 $(SLO)$/delcodlg.obj \ 43 $(SLO)$/inscodlg.obj \ 44 $(SLO)$/strindlg.obj \ 45 $(SLO)$/mtrindlg.obj \ 46 $(SLO)$/lbseldlg.obj \ 47 $(SLO)$/filldlg.obj \ 48 $(SLO)$/autofmt.obj \ 49 $(SLO)$/solvrdlg.obj \ 50 $(SLO)$/optsolver.obj \ 51 $(SLO)$/solveroptions.obj \ 52 $(SLO)$/solverutil.obj \ 53 $(SLO)$/mvtabdlg.obj \ 54 $(SLO)$/groupdlg.obj \ 55 $(SLO)$/tabopdlg.obj \ 56 $(SLO)$/crdlg.obj \ 57 $(SLO)$/namecrea.obj \ 58 $(SLO)$/namepast.obj \ 59 $(SLO)$/textdlgs.obj \ 60 $(SLO)$/anyrefdg.obj \ 61 $(SLO)$/crnrdlg.obj \ 62 $(SLO)$/shtabdlg.obj \ 63 $(SLO)$/instbdlg.obj \ 64 $(SLO)$/acredlin.obj \ 65 $(SLO)$/highred.obj \ 66 $(SLO)$/simpref.obj \ 67 $(SLO)$/redcom.obj \ 68 $(SLO)$/linkarea.obj \ 69 $(SLO)$/warnbox.obj \ 70 $(SLO)$/scuiautofmt.obj \ 71 $(SLO)$/conflictsdlg.obj \ 72 $(SLO)$/sharedocdlg.obj \ 73 $(SLO)$/protectiondlg.obj \ 74 $(SLO)$/tabbgcolordlg.obj \ 75 $(SLO)$/retypepassdlg.obj 76 77EXCEPTIONSFILES = \ 78 $(SLO)$/acredlin.obj \ 79 $(SLO)$/conflictsdlg.obj \ 80 $(SLO)$/sharedocdlg.obj \ 81 $(SLO)$/optsolver.obj \ 82 $(SLO)$/solveroptions.obj \ 83 $(SLO)$/crnrdlg.obj \ 84 $(SLO)$/solverutil.obj \ 85 $(SLO)$/protectiondlg.obj \ 86 $(SLO)$/tabbgcolordlg.obj \ 87 $(SLO)$/retypepassdlg.obj 88 89SRS1NAME=$(TARGET) 90SRC1FILES = \ 91 instbdlg.src \ 92 acredlin.src \ 93 highred.src \ 94 linkarea.src \ 95 conflictsdlg.src \ 96 sharedocdlg.src \ 97 protectiondlg.src \ 98 retypepassdlg.src 99 100LIB1TARGET = $(SLB)$/$(TARGET).lib 101 102LIB1OBJFILES = \ 103 $(SLO)$/autofmt.obj \ 104 $(SLO)$/solvrdlg.obj \ 105 $(SLO)$/optsolver.obj \ 106 $(SLO)$/solveroptions.obj \ 107 $(SLO)$/solverutil.obj \ 108 $(SLO)$/tabopdlg.obj \ 109 $(SLO)$/anyrefdg.obj \ 110 $(SLO)$/crnrdlg.obj \ 111 $(SLO)$/acredlin.obj \ 112 $(SLO)$/highred.obj \ 113 $(SLO)$/simpref.obj \ 114 $(SLO)$/redcom.obj \ 115 $(SLO)$/warnbox.obj \ 116 $(SLO)$/conflictsdlg.obj \ 117 $(SLO)$/sharedocdlg.obj \ 118 $(SLO)$/protectiondlg.obj \ 119 $(SLO)$/retypepassdlg.obj 120 121# --- Tagets ------------------------------------------------------- 122 123.INCLUDE : target.mk 124 125