xref: /aoo42x/main/vcl/os2/source/src/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..
29
30PRJNAME=vcl
31TARGET=salsrc
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE :	settings.mk
36.INCLUDE :  $(PRJ)$/util$/makefile2.pmk
37
38# --- Files --------------------------------------------------------
39
40RCDEPN= 	nullptr.ptr 		\
41			help.ptr			\
42			cross.ptr			\
43			move.ptr			\
44			hsplit.ptr			\
45			vsplit.ptr			\
46			hsizebar.ptr		\
47			vsizebar.ptr		\
48			hand.ptr			\
49			refhand.ptr 		\
50			pen.ptr 			\
51			magnify.ptr 		\
52			fill.ptr			\
53			rotate.ptr			\
54			hshear.ptr			\
55			vshear.ptr			\
56			mirror.ptr			\
57			crook.ptr			\
58			crop.ptr			\
59			movept.ptr			\
60			movebw.ptr			\
61			movedata.ptr		\
62			copydata.ptr		\
63			linkdata.ptr		\
64			movedlnk.ptr		\
65			copydlnk.ptr		\
66			movef.ptr			\
67			copyf.ptr			\
68			linkf.ptr			\
69			moveflnk.ptr		\
70			copyflnk.ptr		\
71			movef2.ptr			\
72			copyf2.ptr			\
73			dline.ptr			\
74			drect.ptr			\
75			dpolygon.ptr		\
76			dbezier.ptr 		\
77			darc.ptr			\
78			dpie.ptr			\
79			dcirccut.ptr		\
80			dellipse.ptr		\
81			dfree.ptr			\
82			dconnect.ptr		\
83			dtext.ptr			\
84			dcapt.ptr			\
85			chart.ptr			\
86			detectiv.ptr		\
87			pivotcol.ptr		\
88			pivotrow.ptr		\
89			pivotfld.ptr		\
90			chain.ptr			\
91			chainnot.ptr		\
92			timemove.ptr		\
93			timesize.ptr		\
94			asn.ptr 			\
95			ass.ptr 			\
96			asw.ptr 			\
97			ase.ptr 			\
98			asnw.ptr			\
99			asne.ptr			\
100			assw.ptr			\
101			asse.ptr			\
102			asns.ptr			\
103			aswe.ptr			\
104			asnswe.ptr			\
105			sd.ico
106
107RCFILES=	salsrc.rc
108
109# --- Targets ------------------------------------------------------
110
111.INCLUDE :	target.mk
112