summaryrefslogtreecommitdiffstats
path: root/svx/source/smarttags
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:42:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:42:05 +0000
commiteae338bc6d29c5de095af729f9baecbb37e32bd2 (patch)
treec9b4b2d5400170dc6ce00cedb78e802a558b6dd9 /svx/source/smarttags
parentINTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED (diff)
downloadcore-eae338bc6d29c5de095af729f9baecbb37e32bd2.tar.gz
core-eae338bc6d29c5de095af729f9baecbb37e32bd2.zip
INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED
2007/04/26 12:43:22 fme 1.1.2.1: #i75130# New Smarttag API
Diffstat (limited to 'svx/source/smarttags')
-rw-r--r--svx/source/smarttags/makefile.mk58
1 files changed, 58 insertions, 0 deletions
diff --git a/svx/source/smarttags/makefile.mk b/svx/source/smarttags/makefile.mk
new file mode 100644
index 000000000000..b4b82488672e
--- /dev/null
+++ b/svx/source/smarttags/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-06-27 13:42:05 $
+#
+# 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
+#
+# Initial Contributer was Fabalabs Software GmbH, Jakob Lechner
+#
+# 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=svx
+TARGET=smarttags
+
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Files --------------------------------------------------------
+
+SLOFILES = \
+ $(SLO)$/SmartTagMgr.obj
+
+# --- Targets -------------------------------------------------------
+
+.INCLUDE : target.mk
+
+