summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/makefile.mk')
-rw-r--r--svx/source/unodraw/makefile.mk83
1 files changed, 83 insertions, 0 deletions
diff --git a/svx/source/unodraw/makefile.mk b/svx/source/unodraw/makefile.mk
new file mode 100644
index 000000000000..6815f28f4c79
--- /dev/null
+++ b/svx/source/unodraw/makefile.mk
@@ -0,0 +1,83 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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=unodraw
+LIBTARGET=NO
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
+
+# --- Files --------------------------------------------------------
+
+LIB1TARGET= $(SLB)$/$(TARGET)-core.lib
+LIB1OBJFILES= \
+ $(SLO)$/UnoGraphicExporter.obj \
+ $(SLO)$/XPropertyTable.obj \
+ $(SLO)$/UnoNameItemTable.obj \
+ $(SLO)$/unoshape.obj \
+ $(SLO)$/unoshap2.obj \
+ $(SLO)$/unoshap3.obj \
+ $(SLO)$/unoshap4.obj \
+ $(SLO)$/unopage.obj \
+ $(SLO)$/unoshtxt.obj \
+ $(SLO)$/unoprov.obj \
+ $(SLO)$/unomod.obj \
+ $(SLO)$/unomlstr.obj \
+ $(SLO)$/unogtabl.obj \
+ $(SLO)$/unohtabl.obj \
+ $(SLO)$/unobtabl.obj \
+ $(SLO)$/unottabl.obj \
+ $(SLO)$/unomtabl.obj \
+ $(SLO)$/unodtabl.obj \
+ $(SLO)$/gluepts.obj \
+ $(SLO)$/tableshape.obj \
+ $(SLO)$/shapepropertynotifier.obj
+
+LIB2TARGET= $(SLB)$/$(TARGET).lib
+LIB2OBJFILES= \
+ $(SLO)$/UnoNamespaceMap.obj \
+ $(SLO)$/unopool.obj \
+ $(SLO)$/unoctabl.obj \
+ $(SLO)$/unoshcol.obj \
+ $(SLO)$/recoveryui.obj
+
+SLOFILES = $(LIB1OBJFILES) $(LIB2OBJFILES)
+
+SRS1NAME=unodraw
+SRC1FILES = \
+ unodraw.src
+
+# --- Tagets -------------------------------------------------------
+
+.INCLUDE : target.mk
+