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=vcl 27TARGET=salsrc 28 29# --- Settings ----------------------------------------------------- 30 31.INCLUDE : settings.mk 32.INCLUDE : $(PRJ)$/util$/makefile2.pmk 33 34# --- Files -------------------------------------------------------- 35 36RCDEPN= nullptr.ptr \ 37 help.ptr \ 38 cross.ptr \ 39 move.ptr \ 40 hsplit.ptr \ 41 vsplit.ptr \ 42 hsizebar.ptr \ 43 vsizebar.ptr \ 44 hand.ptr \ 45 refhand.ptr \ 46 pen.ptr \ 47 magnify.ptr \ 48 fill.ptr \ 49 rotate.ptr \ 50 hshear.ptr \ 51 vshear.ptr \ 52 mirror.ptr \ 53 crook.ptr \ 54 crop.ptr \ 55 movept.ptr \ 56 movebw.ptr \ 57 movedata.ptr \ 58 copydata.ptr \ 59 linkdata.ptr \ 60 movedlnk.ptr \ 61 copydlnk.ptr \ 62 movef.ptr \ 63 copyf.ptr \ 64 linkf.ptr \ 65 moveflnk.ptr \ 66 copyflnk.ptr \ 67 movef2.ptr \ 68 copyf2.ptr \ 69 dline.ptr \ 70 drect.ptr \ 71 dpolygon.ptr \ 72 dbezier.ptr \ 73 darc.ptr \ 74 dpie.ptr \ 75 dcirccut.ptr \ 76 dellipse.ptr \ 77 dfree.ptr \ 78 dconnect.ptr \ 79 dtext.ptr \ 80 dcapt.ptr \ 81 chart.ptr \ 82 detectiv.ptr \ 83 pivotcol.ptr \ 84 pivotrow.ptr \ 85 pivotfld.ptr \ 86 chain.ptr \ 87 chainnot.ptr \ 88 timemove.ptr \ 89 timesize.ptr \ 90 asn.ptr \ 91 ass.ptr \ 92 asw.ptr \ 93 ase.ptr \ 94 asnw.ptr \ 95 asne.ptr \ 96 assw.ptr \ 97 asse.ptr \ 98 asns.ptr \ 99 aswe.ptr \ 100 asnswe.ptr \ 101 sd.ico 102 103RCFILES= salsrc.rc 104 105# --- Targets ------------------------------------------------------ 106 107.INCLUDE : target.mk 108