diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:03:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 12:03:51 +0000 |
commit | 7d470fca137eb21e8c58cec86588108710cc4bfb (patch) | |
tree | 0a2aa05dfa789b019eeb3c6433e8674d0afa7204 /stoc/source/stocservices | |
parent | 1f451eb24adae727c85bdfd287d5b2fe9c0e3719 (diff) |
INTEGRATION: CWS sb76 (1.1.2); FILE ADDED
2007/09/03 08:27:37 sb 1.1.2.2: #i77885# Wrong PRJNAME.
2007/08/31 11:26:52 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/source/stocservices')
-rw-r--r-- | stoc/source/stocservices/makefile.mk | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/stoc/source/stocservices/makefile.mk b/stoc/source/stocservices/makefile.mk new file mode 100644 index 000000000000..6ac0f60d2398 --- /dev/null +++ b/stoc/source/stocservices/makefile.mk @@ -0,0 +1,57 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: hr $ $Date: 2007-09-27 13:03:51 $ +# +# 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 +# +#************************************************************************* +PRJ=..$/.. + +PRJNAME= stoc +TARGET = stocservices +ENABLE_EXCEPTIONS=TRUE +COMP1TYPELIST = stocserv + +# --- openoffice.org.orig/Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# ------------------------------------------------------------------ + +.INCLUDE : ..$/cppumaker.mk + +# --- openoffice.org.orig/Files ------------------------------------------------------ + +SLOFILES= \ + $(SLO)$/stocservices.obj + +# --- openoffice.org.orig/Targets ------------------------------------------------------ + +.INCLUDE : target.mk |