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