summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:07:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:07:20 +0000
commitbcb727995f72ee9dbf4a0fe0cbbb95ae9233161d (patch)
tree8fb7fbe08569a94502159f921bda71710fd563dc /stoc
parente13b78014103e037737813a22e3e69a32602e17d (diff)
INTEGRATION: CWS sb76 (1.7.16); FILE MERGED
2007/08/31 11:01:56 sb 1.7.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/uriproc/makefile.mk28
1 files changed, 13 insertions, 15 deletions
diff --git a/stoc/source/uriproc/makefile.mk b/stoc/source/uriproc/makefile.mk
index 9ad8267572fb..a3b70619e541 100644
--- a/stoc/source/uriproc/makefile.mk
+++ b/stoc/source/uriproc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: obo $ $Date: 2007-03-12 10:56:06 $
+# last change: $Author: hr $ $Date: 2007-09-27 13:07:20 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,31 +33,29 @@
#
#*************************************************************************
-PRJ := ..$/..
-PRJNAME := stoc
-TARGET := uriproc
-
+PRJ=..$/..
+PRJNAME=stoc
+TARGET=uriproc
ENABLE_EXCEPTIONS := TRUE
+# --- openoffice.org.orig/Settings -----------------------------------------------------
+
.INCLUDE: settings.mk
+DLLPRE =
+
+# ------------------------------------------------------------------
-DLLPRE = # no leading "lib" on .so files
+.INCLUDE : ..$/cppumaker.mk
-SHL1TARGET = $(TARGET).uno
-SHL1OBJS = \
+SLOFILES = \
$(SLO)$/ExternalUriReferenceTranslator.obj \
$(SLO)$/UriReference.obj \
$(SLO)$/UriReferenceFactory.obj \
$(SLO)$/UriSchemeParser_vndDOTsunDOTstarDOTexpand.obj \
$(SLO)$/UriSchemeParser_vndDOTsunDOTstarDOTscript.obj \
$(SLO)$/VndSunStarPkgUrlReferenceFactory.obj \
- $(SLO)$/component.obj \
$(SLO)$/supportsService.obj
-SHL1STDLIBS = $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB)
-SHL1VERSIONMAP = version.map
-SHL1IMPLIB = i$(SHL1TARGET)
-DEF1NAME = $(SHL1TARGET)
-SLOFILES = $(SHL1OBJS)
+# ------------------------------------------------------------------
.INCLUDE: target.mk