1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.42.90.3 $
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 #*************************************************************************
41 PROJECTPCHSOURCE
=..\pch
\filt_pch
43 # --- Settings -----------------------------------------------------
46 .INCLUDE
: settings.mk
49 # --- Files --------------------------------------------------------
52 $(SLO
)$/biffdump.obj \
53 $(SLO
)$/colrowst.obj \
57 $(SLO
)$/excform8.obj \
59 $(SLO
)$/excrecds.obj \
60 $(SLO
)$/exctools.obj \
62 $(SLO
)$/fontbuff.obj \
65 $(SLO
)$/namebuff.obj \
67 $(SLO
)$/tokstack.obj \
69 $(SLO
)$/xecontent.obj \
70 $(SLO
)$/xeescher.obj \
71 $(SLO
)$/xeformula.obj \
72 $(SLO
)$/xehelper.obj \
77 $(SLO
)$/xerecord.obj \
79 $(SLO
)$/xestream.obj \
80 $(SLO
)$/xestring.obj \
85 $(SLO
)$/xicontent.obj \
86 $(SLO
)$/xiescher.obj \
87 $(SLO
)$/xiformula.obj \
88 $(SLO
)$/xihelper.obj \
94 $(SLO
)$/xistream.obj \
95 $(SLO
)$/xistring.obj \
98 $(SLO
)$/xladdress.obj \
100 $(SLO
)$/xlescher.obj \
101 $(SLO
)$/xlformula.obj \
103 $(SLO
)$/xlpivot.obj \
105 $(SLO
)$/xlstream.obj \
106 $(SLO
)$/xlstyle.obj \
107 $(SLO
)$/xltools.obj \
108 $(SLO
)$/xltracer.obj \
111 .IF
"$(OS)$(COM)$(CPUNAME)"=="LINUXGCCSPARC"
119 $(SLO
)$/excform.obj \
120 $(SLO
)$/excform8.obj \
121 $(SLO
)$/excimp8.obj \
122 $(SLO
)$/excrecds.obj \
124 $(SLO
)$/namebuff.obj \
125 $(SLO
)$/tokstack.obj \
126 $(SLO
)$/xecontent.obj \
127 $(SLO
)$/xeescher.obj \
128 $(SLO
)$/xeformula.obj \
129 $(SLO
)$/xehelper.obj \
133 $(SLO
)$/xepivot.obj \
134 $(SLO
)$/xechart.obj \
135 $(SLO
)$/xestream.obj \
136 $(SLO
)$/xestring.obj \
137 $(SLO
)$/xestyle.obj \
138 $(SLO
)$/xetable.obj \
140 $(SLO
)$/xichart.obj \
141 $(SLO
)$/xicontent.obj \
142 $(SLO
)$/xiescher.obj \
143 $(SLO
)$/xihelper.obj \
146 $(SLO
)$/xipivot.obj \
147 $(SLO
)$/xistream.obj \
148 $(SLO
)$/xistring.obj \
149 $(SLO
)$/xistyle.obj \
150 $(SLO
)$/xladdress.obj \
151 $(SLO
)$/xiescher.obj \
152 $(SLO
)$/xlchart.obj \
153 $(SLO
)$/xlformula.obj \
154 $(SLO
)$/xlpivot.obj \
155 $(SLO
)$/xlstyle.obj \
158 # --- Targets -------------------------------------------------------