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