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