diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:04:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:04:00 +0000 |
commit | 1211bcefd10b94826ca302ae1eaa685b6e2c6af7 (patch) | |
tree | baaf6604c7415706495b679081d3b67a7eb6a96b /svx/source/sdr | |
parent | 7f2bf42ba46d08d1b3a7e4cb51583463f3797ee8 (diff) |
INTEGRATION: CWS aw033 (1.1.2); FILE ADDED
2008/08/19 16:46:27 cl 1.1.2.2: fixed license files
2006/08/09 17:09:34 aw 1.1.2.1: #i39532#
Diffstat (limited to 'svx/source/sdr')
-rw-r--r-- | svx/source/sdr/attribute/makefile.mk | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/svx/source/sdr/attribute/makefile.mk b/svx/source/sdr/attribute/makefile.mk new file mode 100644 index 000000000000..52ce0af265be --- /dev/null +++ b/svx/source/sdr/attribute/makefile.mk @@ -0,0 +1,47 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2008 by Sun Microsystems, Inc. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org 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 version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +PRJ=..$/..$/.. + +PRJNAME=svx +TARGET=attribute + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# --- Files -------------------------------------------------------- + +SLOFILES=\ + $(SLO)$/sdrallattribute.obj \ + $(SLO)$/sdrtextattribute.obj + +.INCLUDE : target.mk |