summaryrefslogtreecommitdiff
path: root/redland/raptor/makefile.mk
diff options
context:
space:
mode:
authormst <mst@openoffice.org>2008-06-17 15:12:51 +0000
committermst <mst@openoffice.org>2008-06-17 15:12:51 +0000
commit693b532d226a2a31a44892809942445ee2ebab97 (patch)
tree0153a2472ee9f557805bb64ef7637f81a80f6694 /redland/raptor/makefile.mk
parent2c813baecd6db69efb742b18f64e3426d9cffe4d (diff)
make it build on wntmsci12 and unxmacxi
- redland/*/makefile.mk: + fix bugs + use evil -dylib_file hack so redland builds on unxmacxi - redland/*.patch: + add dmakefile for wntmsci12 build
Diffstat (limited to 'redland/raptor/makefile.mk')
-rw-r--r--redland/raptor/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index 84b7b225ff67..b454aa96efab 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mst $ $Date: 2008-06-16 11:38:21 $
+# last change: $Author: mst $ $Date: 2008-06-17 16:12:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -35,7 +35,7 @@
PRJ=..
-PRJNAME=raptor
+PRJNAME=redland
TARGET=so_raptor
# --- Settings -----------------------------------------------------
@@ -52,9 +52,11 @@ all:
RAPTORVERSION=1.4.17
-TARFILE_NAME=$(PRJNAME)-$(RAPTORVERSION)
+TARFILE_NAME=raptor-$(RAPTORVERSION)
PATCH_FILE_NAME=$(TARFILE_NAME).patch
+ADDITIONAL_FILES=src/makefile.mk
+
.IF "$(OS)"=="WNT"
.IF "$(COM)"=="GCC"