xref: /AOO42X/main/vcl/os2/source/src/makefile.mk (revision 0c2a99de90092c91b59e4d3633269d2c2a474da5)
1*7871dc3eSAndrew Rist#**************************************************************
2cdf0e10cSrcweir#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19cdf0e10cSrcweir#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22cdf0e10cSrcweirPRJ=..$/..$/..
23cdf0e10cSrcweir
24cdf0e10cSrcweirPRJNAME=vcl
25cdf0e10cSrcweirTARGET=salsrc
26cdf0e10cSrcweir
27cdf0e10cSrcweir# --- Settings -----------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir.INCLUDE : settings.mk
30cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile2.pmk
31cdf0e10cSrcweir
32cdf0e10cSrcweir# --- Files --------------------------------------------------------
33cdf0e10cSrcweir
34cdf0e10cSrcweirRCDEPN=     nullptr.ptr     \
35cdf0e10cSrcweir            help.ptr        \
36cdf0e10cSrcweir            cross.ptr       \
37cdf0e10cSrcweir            move.ptr        \
38cdf0e10cSrcweir            hsplit.ptr      \
39cdf0e10cSrcweir            vsplit.ptr      \
40cdf0e10cSrcweir            hsizebar.ptr    \
41cdf0e10cSrcweir            vsizebar.ptr    \
42cdf0e10cSrcweir            hand.ptr        \
43cdf0e10cSrcweir            refhand.ptr     \
44cdf0e10cSrcweir            pen.ptr         \
45cdf0e10cSrcweir            magnify.ptr     \
46cdf0e10cSrcweir            fill.ptr        \
47cdf0e10cSrcweir            rotate.ptr      \
48cdf0e10cSrcweir            hshear.ptr      \
49cdf0e10cSrcweir            vshear.ptr      \
50cdf0e10cSrcweir            mirror.ptr      \
51cdf0e10cSrcweir            crook.ptr       \
52cdf0e10cSrcweir            crop.ptr        \
53cdf0e10cSrcweir            movept.ptr      \
54cdf0e10cSrcweir            movebw.ptr      \
55cdf0e10cSrcweir            movedata.ptr    \
56cdf0e10cSrcweir            copydata.ptr    \
57cdf0e10cSrcweir            linkdata.ptr    \
58cdf0e10cSrcweir            movedlnk.ptr    \
59cdf0e10cSrcweir            copydlnk.ptr    \
60cdf0e10cSrcweir            movef.ptr       \
61cdf0e10cSrcweir            copyf.ptr       \
62cdf0e10cSrcweir            linkf.ptr       \
63cdf0e10cSrcweir            moveflnk.ptr    \
64cdf0e10cSrcweir            copyflnk.ptr    \
65cdf0e10cSrcweir            movef2.ptr      \
66cdf0e10cSrcweir            copyf2.ptr      \
67cdf0e10cSrcweir            dline.ptr       \
68cdf0e10cSrcweir            drect.ptr       \
69cdf0e10cSrcweir            dpolygon.ptr    \
70cdf0e10cSrcweir            dbezier.ptr     \
71cdf0e10cSrcweir            darc.ptr        \
72cdf0e10cSrcweir            dpie.ptr        \
73cdf0e10cSrcweir            dcirccut.ptr    \
74cdf0e10cSrcweir            dellipse.ptr    \
75cdf0e10cSrcweir            dfree.ptr       \
76cdf0e10cSrcweir            dconnect.ptr    \
77cdf0e10cSrcweir            dtext.ptr       \
78cdf0e10cSrcweir            dcapt.ptr       \
79cdf0e10cSrcweir            chart.ptr       \
80cdf0e10cSrcweir            detectiv.ptr    \
81cdf0e10cSrcweir            pivotcol.ptr    \
82cdf0e10cSrcweir            pivotrow.ptr    \
83cdf0e10cSrcweir            pivotfld.ptr    \
84cdf0e10cSrcweir            chain.ptr       \
85cdf0e10cSrcweir            chainnot.ptr    \
86cdf0e10cSrcweir            timemove.ptr    \
87cdf0e10cSrcweir            timesize.ptr    \
88cdf0e10cSrcweir            asn.ptr         \
89cdf0e10cSrcweir            ass.ptr         \
90cdf0e10cSrcweir            asw.ptr         \
91cdf0e10cSrcweir            ase.ptr         \
92cdf0e10cSrcweir            asnw.ptr        \
93cdf0e10cSrcweir            asne.ptr        \
94cdf0e10cSrcweir            assw.ptr        \
95cdf0e10cSrcweir            asse.ptr        \
96cdf0e10cSrcweir            asns.ptr        \
97cdf0e10cSrcweir            aswe.ptr        \
98cdf0e10cSrcweir            asnswe.ptr      \
99cdf0e10cSrcweir            sd.ico
100cdf0e10cSrcweir
101cdf0e10cSrcweirRCFILES=    salsrc.rc
102cdf0e10cSrcweir
103cdf0e10cSrcweir# --- Targets ------------------------------------------------------
104cdf0e10cSrcweir
105cdf0e10cSrcweir.INCLUDE : target.mk
106