office-gobmx/slideshow/util/makefile.pmk
Rüdiger Timm fc782722ca INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED
2005/11/18 12:40:47 dbo 1.5.6.3: #i47533# fanwipe fixes
Issue number:
Submitted by:
Reviewed by:
2005/11/10 15:12:46 dbo 1.5.6.2: #i45197# debug base default
Issue number:
Submitted by:
Reviewed by:
2005/11/07 15:25:56 dbo 1.5.6.1: #i45197# set RTL_LEAKGUARD_DEFAULT_MODE
Issue number:
Submitted by:
Reviewed by:
2006-07-26 06:39:55 +00:00

55 lines
1.7 KiB
Text

#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.pmk,v $
#
# $Revision: 1.6 $
#
# last change: $Author: rt $ $Date: 2006-07-26 07:39:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
#
#
# GNU Lesser General Public License Version 2.1
# =============================================
# Copyright 2005 by Sun Microsystems, Inc.
# 901 San Antonio Road, Palo Alto, CA 94303, USA
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1, as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
#*************************************************************************
.IF "$(verbose)"!="" || "$(VERBOSE)"!=""
CDEFS+= -DVERBOSE
.ENDIF
.IF "$(debug)"!="" || "$(DEBUG)"!=""
CDEFS += -DBOOST_SP_ENABLE_DEBUG_HOOKS
.IF "$(COM)"=="MSC"
# disable inlining for MSVC
CFLAGS += -Ob0
.ENDIF
.ENDIF # "$(debug)"!="" || "$(DEBUG)"!=""
# # Turn off optimization module wide for SunCC
# .IF "$(OS)"=="SOLARIS" && "$(COM)"!="GCC"
# NOOPTFILES = $(SLOFILES)
# .ENDIF