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