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.33.132.1 $
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 #*************************************************************************
37 .INCLUDE
: $(PRJ
)$/util
$/makefile.pmk
39 # --- Settings -----------------------------------------------------
41 .INCLUDE
: settings.mk
43 .INCLUDE
: $(PRJ
)$/util
$/makefile2.pmk
46 CDEFS
+=-D_STD_NO_NAMESPACE
-D_VOS_NO_NAMESPACE
-D_UNO_NO_NAMESPACE
48 .IF
"$(ENABLE_GRAPHITE)" == "TRUE"
49 CDEFS
+=-DENABLE_GRAPHITE
52 # --- Files --------------------------------------------------------
54 SLOFILES
= $(SLO
)$/salmisc.obj \
56 $(SLO
)$/impanmvw.obj \
62 $(SLO
)$/bitmapex.obj \
73 $(SLO
)$/gradient.obj \
77 $(SLO
)$/impimage.obj \
79 $(SLO
)$/impgraph.obj \
80 $(SLO
)$/impimagetree.obj \
81 $(SLO
)$/imagerepository.obj \
84 $(SLO
)$/implncvt.obj \
86 $(SLO
)$/lineinfo.obj \
102 $(SLO
)$/regband.obj \
105 $(SLO
)$/fontcfg.obj \
107 $(SLO
)$/pdfwriter.obj \
108 $(SLO
)$/pdfwriter_impl.obj \
109 $(SLO
)$/pdffontcache.obj\
110 $(SLO
)$/sallayout.obj \
111 $(SLO
)$/salgdilayout.obj \
112 $(SLO
)$/extoutdevdata.obj \
113 $(SLO
)$/pdfextoutdevdata.obj \
114 $(SLO
)$/salnativewidgets-none.obj \
115 $(SLO
)$/bmpconv.obj \
116 $(SLO
)$/pngread.obj \
117 $(SLO
)$/pngwrite.obj \
118 $(SLO
)$/graphictools.obj
120 EXCEPTIONSFILES
= $(SLO
)$/salmisc.obj \
121 $(SLO
)$/bitmapex.obj \
123 $(SLO
)$/outdev3.obj \
125 $(SLO
)$/gfxlink.obj \
128 $(SLO
)$/sallayout.obj \
130 $(SLO
)$/impimage.obj \
131 $(SLO
)$/impgraph.obj \
133 $(SLO
)$/pdfwriter_impl.obj \
134 $(SLO
)$/pdffontcache.obj\
135 $(SLO
)$/fontcfg.obj \
136 $(SLO
)$/bmpconv.obj \
137 $(SLO
)$/pdfextoutdevdata.obj \
138 $(SLO
)$/fontcvt.obj \
140 $(SLO
)$/impimagetree.obj \
141 $(SLO
)$/pngread.obj \
142 $(SLO
)$/pngwrite.obj \
146 $(SLO
)$/graphictools.obj
149 # --- Targets ------------------------------------------------------