Update ooo320-m1
[ooovba.git] / sc / source / ui / drawfunc / makefile.mk
blobbf06c616f36c4e4faaac5de03bfdca68c90a99d7
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.10 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ=..$/..$/..
34 PRJNAME=sc
35 TARGET=drawfunc
37 # --- Settings -----------------------------------------------------
39 .INCLUDE : scpre.mk
40 .INCLUDE : settings.mk
41 .INCLUDE : sc.mk
42 .INCLUDE : $(PRJ)$/util$/makefile.pmk
44 # --- Files --------------------------------------------------------
46 SRS1NAME=$(TARGET)
47 SRC1FILES = \
48 objdraw.src\
49 drformsh.src
51 SLOFILES = \
52 $(SLO)$/fupoor.obj \
53 $(SLO)$/fumark.obj \
54 $(SLO)$/fudraw.obj \
55 $(SLO)$/fusel.obj \
56 $(SLO)$/fusel2.obj \
57 $(SLO)$/fuconstr.obj \
58 $(SLO)$/fuconrec.obj \
59 $(SLO)$/fuconarc.obj \
60 $(SLO)$/fuconuno.obj \
61 $(SLO)$/fuconpol.obj \
62 $(SLO)$/fuconcustomshape.obj \
63 $(SLO)$/fuins1.obj \
64 $(SLO)$/fuins2.obj \
65 $(SLO)$/futext.obj \
66 $(SLO)$/futext2.obj \
67 $(SLO)$/futext3.obj \
68 $(SLO)$/drawsh.obj \
69 $(SLO)$/drawsh2.obj \
70 $(SLO)$/drawsh4.obj \
71 $(SLO)$/drawsh5.obj \
72 $(SLO)$/drtxtob.obj \
73 $(SLO)$/drtxtob1.obj \
74 $(SLO)$/drtxtob2.obj \
75 $(SLO)$/drformsh.obj \
76 $(SLO)$/oleobjsh.obj \
77 $(SLO)$/chartsh.obj \
78 $(SLO)$/graphsh.obj \
79 $(SLO)$/mediash.obj
81 EXCEPTIONSFILES= \
82 $(SLO)$/fusel.obj \
83 $(SLO)$/fuins2.obj
85 NOOPTFILES=\
86 $(SLO)$/fusel.obj
88 # --- Targets -------------------------------------------------------
90 .INCLUDE : target.mk