Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8a519289
Kaydet (Commit)
8a519289
authored
Haz 16, 2008
tarafından
mst
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
redland: initial import
üst
2bd6f51c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
607 additions
and
0 deletions
+607
-0
LICENSE.txt
redland/LICENSE.txt
+11
-0
README
redland/README
+21
-0
build.lst
redland/prj/build.lst
+5
-0
d.lst
redland/prj/d.lst
+6
-0
raptor-1.4.17.patch
redland/raptor-1.4.17.patch
+82
-0
makefile.mk
redland/raptor/makefile.mk
+135
-0
rasqal-0.9.15.patch
redland/rasqal-0.9.15.patch
+80
-0
makefile.mk
redland/rasqal/makefile.mk
+135
-0
redland-1.0.7.patch
redland/redland-1.0.7.patch
+0
-0
makefile.mk
redland/redland/makefile.mk
+132
-0
No files found.
redland/LICENSE.txt
0 → 100644
Dosyayı görüntüle @
8a519289
LGPL Disclaimer
For the avoidance of doubt, except that if any license choice other
than GPL or LGPL is available it will apply instead, Sun elects to
use only the Lesser General Public License version 2.1 (LGPLv2) at
this time for any software where a choice of LGPL license versions
is made available with the language indicating that LGPLv2.1 or any
later version may be used, or where a choice of which version of the
LGPL is applied is otherwise unspecified.
redland/README
0 → 100644
Dosyayı görüntüle @
8a519289
Redland RDF library (librdf)
Module: external/redland
Upstream URL: http://librdf.org/
License: Triple-licensed: LGPL v2+/GPL v2+/Apache v2
Note that Sun distributes this software only under LGPL v2
(see LICENSE.txt)
Description:
This module contains the third-party Redland RDF / librdf library, which
is needed to support data in RDF (Resource Description Framework) format.
It consists of 3 parts:
- raptor: parsers and serializers for numerous RDF file formats
- rasqal: query engine which supports SPARQL queries
- redland: librdf integrates raptor and rasqal, and provides numerous storage
engines for storing RDF graphs (in memory, SQL, ...)
Libraries: libraptor, librasqal, librdf
redland/prj/build.lst
0 → 100644
Dosyayı görüntüle @
8a519289
rl redland : soltools ZLIB:zlib LIBXML2:libxml2 LIBXSLT:libxslt OPENSSL:openssl NULL
rl redland usr1 - all rl_mkout NULL
rl redland\raptor nmake - all rl_raptor NULL
rl redland\rasqal nmake - all rl_rasqal rl_raptor NULL
rl redland\redland nmake - all rl_redland rl_raptor rl_rasqal NULL
redland/prj/d.lst
0 → 100644
Dosyayı görüntüle @
8a519289
..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\*.h
..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%
..\%__SRC%\lib\lib*.so.* %_DEST%\lib%_EXT%
..\%__SRC%\lib\lib*.dylib %_DEST%\lib%_EXT%
..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%
redland/raptor-1.4.17.patch
0 → 100644
Dosyayı görüntüle @
8a519289
diff -cr misc/raptor-1.4.17/LICENSE.txt misc/build/raptor-1.4.17/LICENSE.txt
*** misc/raptor-1.4.17/LICENSE.txt Sun Mar 30 06:52:22 2008
--- misc/build/raptor-1.4.17/LICENSE.txt Fri Jun 6 18:38:51 2008
***************
*** 60,62 ****
--- 60,74 ----
Copyright (C) 2000-2008 David Beckett
Copyright (C) 2000-2005 University of Bristol
+
+
+ LGPL Disclaimer
+
+ For the avoidance of doubt, except that if any license choice other
+ than GPL or LGPL is available it will apply instead, Sun elects to
+ use only the Lesser General Public License version 2.1 (LGPLv2) at
+ this time for any software where a choice of LGPL license versions
+ is made available with the language indicating that LGPLv2.1 or any
+ later version may be used, or where a choice of which version of the
+ LGPL is applied is otherwise unspecified.
+
diff -cr misc/raptor-1.4.17/src/raptor-config.in misc/build/raptor-1.4.17/src/raptor-config.in
*** misc/raptor-1.4.17/src/raptor-config.in 2007-01-06 05:02:00.000000000 +0100
--- misc/build/raptor-1.4.17/src/raptor-config.in 2008-04-07 16:55:00.542937115 +0200
***************
*** 21,34 ****
#
#
! prefix=@prefix@
! exec_prefix=@exec_prefix@
! if test "@includedir@" != /usr/include ; then
! includes="-I@includedir@"
! else
! includes=
! fi
usage()
--- 21,43 ----
#
#
! prefix=${SOLARVERSION}/${INPATH}
! exec_prefix=${SOLARVERSION}/${INPATH}
! #includedir=${SOLARVERSION}/${INPATH}/inc${UPDMINOREXT}/external
! #libdir=${SOLARVERSION}/${INPATH}/lib${UPDMINOREXT}
! # HACK: map to build directory
! includedir=../../../../inc
! libdir=../../../../lib
! includes=-I${includedir}
! #prefix=@prefix@
! #exec_prefix=@exec_prefix@
! #
! #if test "@includedir@" != /usr/include ; then
! # includes="-I@includedir@"
! #else
! # includes=
! #fi
usage()
***************
*** 130,136 ****
done
fi
if test "$echo_libs" = "yes"; then
! echo -L@libdir@ -lraptor
fi
if test "$echo_libtool_libs" = "yes"; then
echo @libdir@/@RAPTOR_LIBTOOLLIBS@
--- 139,146 ----
done
fi
if test "$echo_libs" = "yes"; then
! # echo -L@libdir@ -lraptor
! echo -L${libdir} -lraptor
fi
if test "$echo_libtool_libs" = "yes"; then
echo @libdir@/@RAPTOR_LIBTOOLLIBS@
redland/raptor/makefile.mk
0 → 100644
Dosyayı görüntüle @
8a519289
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
#
# last change: $Author: mst $ $Date: 2008-06-16 11:38:21 $
#
# 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
#
# 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
=
raptor
TARGET
=
so_raptor
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.IF
"$(SYSTEM_REDLAND)"
==
"YES"
all
:
@echo
"An already available installation of Redland RDF should exist on your system."
@echo
"Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------
RAPTORVERSION
=
1.4.17
TARFILE_NAME
=
$(PRJNAME)
-
$(RAPTORVERSION)
PATCH_FILE_NAME
=
$(TARFILE_NAME)
.patch
.IF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
#CONFIGURE_DIR=
#CONFIGURE_ACTION=.$/configure
#CONFIGURE_FLAGS=--enable-ipv6=no --without-python --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CFLAGS=-D_MT LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc -L$(ILIB:s/;/ -L/)" LIBS="-lws2_32 -lmingwthrd" OBJDUMP="$(WRAPCMD) objdump"
#BUILD_ACTION=$(GNUMAKE)
#BUILD_DIR=$(CONFIGURE_DIR)
all
:
@echo "FIXME
:
somebody port me to mingw please..."
exit
1
.ELSE
# there is no wntmsci build environment in the tarball; we use custom dmakefile
BUILD_ACTION
=
dmake
BUILD_DIR
=
$(CONFIGURE_DIR)$/
src
.ENDIF
.ELSE
# "WNT"
.IF
"$(OS)$(COM)"
==
"LINUXGCC"
||
"$(OS)$(COM)"
==
"FREEBSDGCC"
LDFLAGS
:=
-Wl
,-rpath,
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
-Wl
,-noinhibit-exec
-Wl
,-z,noexecstack
.ENDIF
# "$(OS)$(COM)"=="LINUXGCC"
.IF
"$(OS)$(COM)"
==
"SOLARISC52"
LDFLAGS
:=
-Wl
,-R
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
.ENDIF
# "$(OS)$(COM)"=="SOLARISC52"
.IF
"$(SYSBASE)"
!=
""
CPPFLAGS
+=
-I
$(SOLARINCDIR)$/
external
-I
$(SYSBASE)$/
usr
$/
include
.IF
"$(OS)"
==
"SOLARIS"
||
"$(OS)"
==
"LINUX"
# NB: SOLARLIBDIR is first, because linux SYSBASE contains obsolete libcrypto
LDFLAGS+
:
=-L$(SOLARLIBDIR) -L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -ldl
.ENDIF
.ENDIF
# "$(SYSBASE)"!=""
CPPFLAGS+
:
=$(EXTRA_CFLAGS)
LDFLAGS+
:
=$(EXTRA_LINKFLAGS)
XSLTLIB
:=
$(XSLTLIB)
.EXPORT
:
CPPFLAGS
.EXPORT
:
LDFLAGS
.EXPORT
:
LIBXML2LIB
.EXPORT
:
ZLIB3RDLIB
.EXPORT
:
XSLTLIB
CONFIGURE_DIR
=
CONFIGURE_ACTION
=
.
$/
configure
CONFIGURE_FLAGS
=
--disable-static
--disable-gtk-doc
--with-threads
--with-openssl-digests
--with-xml-parser
=
libxml
--without-bdb
--without-sqlite
--without-mysql
--without-postgresql
--without-threestore
--with-regex-library
=
posix
--with-decimal
=
none
--with-www
=
xml
BUILD_ACTION
=
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
#INSTALL_ACTION=$(GNUMAKE) install
#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
.ENDIF
OUT2INC
+=
src
$/
raptor.h
.IF
"$(OS)"
==
"MACOSX"
OUT2LIB
+=
src
$/
.libs
$/
libraptor
*
.dylib
OUT2BIN
+=
src/raptor-config
.ELIF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
OUT2LIB
+=
src
$/
.libs
$/
*
.a
OUT2BIN
+=
src
$/
.libs
$/
*
.dll
OUT2BIN
+=
src/raptor-config
.ELSE
# if we use dmake, this is done automagically
.ENDIF
.ELSE
OUT2LIB
+=
src
$/
.libs
$/
libraptor
*
.so
*
OUT2BIN
+=
src/raptor-config
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
redland/rasqal-0.9.15.patch
0 → 100644
Dosyayı görüntüle @
8a519289
diff -cr misc/rasqal-0.9.15/LICENSE.txt misc/build/rasqal-0.9.15/LICENSE.txt
*** misc/rasqal-0.9.15/LICENSE.txt Sun Apr 22 23:09:08 2007
--- misc/build/rasqal-0.9.15/LICENSE.txt Fri Jun 6 18:39:51 2008
***************
*** 61,63 ****
--- 61,75 ----
Copyright (C) 2003-2007 Dave Beckett
Copyright (C) 2003-2005 University of Bristol
+
+
+ LGPL Disclaimer
+
+ For the avoidance of doubt, except that if any license choice other
+ than GPL or LGPL is available it will apply instead, Sun elects to
+ use only the Lesser General Public License version 2.1 (LGPLv2) at
+ this time for any software where a choice of LGPL license versions
+ is made available with the language indicating that LGPLv2.1 or any
+ later version may be used, or where a choice of which version of the
+ LGPL is applied is otherwise unspecified.
+
diff -cr misc/rasqal-0.9.15/src/rasqal-config.in misc/build/rasqal-0.9.15/src/rasqal-config.in
*** misc/rasqal-0.9.15/src/rasqal-config.in 2007-04-22 22:58:51.000000000 +0200
--- misc/build/rasqal-0.9.15/src/rasqal-config.in 2008-04-07 17:18:52.033946868 +0200
***************
*** 22,34 ****
#
#
! prefix=@prefix@
! if test "@includedir@" != /usr/include ; then
! includes="-I@includedir@"
! else
! includes=
! fi
usage()
--- 22,43 ----
#
#
! prefix=${SOLARVERSION}/${INPATH}
! exec_prefix=${SOLARVERSION}/${INPATH}
! #includedir=${SOLARVERSION}/${INPATH}/inc${UPDMINOREXT}/external
! #libdir=${SOLARVERSION}/${INPATH}/lib${UPDMINOREXT}
! # HACK: map to build directory
! includedir=../../../../inc
! libdir=../../../../lib
! includes=-I${includedir}
! #prefix=@prefix@
! #
! #if test "@includedir@" != /usr/include ; then
! # includes="-I@includedir@"
! #else
! # includes=
! #fi
usage()
***************
*** 109,115 ****
echo $includes
fi
if test "$echo_libs" = "yes"; then
! echo -L@libdir@ -lrasqal
fi
if test "$echo_libtool_libs" = "yes"; then
echo @libdir@/@RASQAL_LIBTOOLLIBS@
--- 118,125 ----
echo $includes
fi
if test "$echo_libs" = "yes"; then
! # echo -L@libdir@ -lrasqal
! echo -L${libdir} -lrasqal
fi
if test "$echo_libtool_libs" = "yes"; then
echo @libdir@/@RASQAL_LIBTOOLLIBS@
redland/rasqal/makefile.mk
0 → 100644
Dosyayı görüntüle @
8a519289
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
#
# last change: $Author: mst $ $Date: 2008-06-16 11:38:21 $
#
# 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
#
# 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
=
rasqal
TARGET
=
so_rasqal
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.IF
"$(SYSTEM_REDLAND)"
==
"YES"
all
:
@echo
"An already available installation of Redland RDF should exist on your system."
@echo
"Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------
RASQALVERSION
=
0.9.15
TARFILE_NAME
=
$(PRJNAME)
-
$(RASQALVERSION)
PATCH_FILE_NAME
=
$(TARFILE_NAME)
.patch
.IF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
#CONFIGURE_DIR=
#CONFIGURE_ACTION=.$/configure
#CONFIGURE_FLAGS=--enable-ipv6=no --without-python --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CFLAGS=-D_MT LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc -L$(ILIB:s/;/ -L/)" LIBS="-lws2_32 -lmingwthrd" OBJDUMP="$(WRAPCMD) objdump"
#BUILD_ACTION=$(GNUMAKE)
#BUILD_DIR=$(CONFIGURE_DIR)
all
:
@echo "FIXME
:
somebody port me to mingw please..."
exit
1
.ELSE
# there is no wntmsci build environment in the tarball; we use custom dmakefile
BUILD_ACTION
=
dmake
BUILD_DIR
=
$(CONFIGURE_DIR)$/
src
.ENDIF
.ELSE
# "WNT"
.IF
"$(OS)$(COM)"
==
"LINUXGCC"
||
"$(OS)$(COM)"
==
"FREEBSDGCC"
LDFLAGS
:=
-Wl
,-rpath,
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
-Wl
,-noinhibit-exec
-Wl
,-z,noexecstack
.ENDIF
# "$(OS)$(COM)"=="LINUXGCC"
.IF
"$(OS)$(COM)"
==
"SOLARISC52"
LDFLAGS
:=
-Wl
,-R
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
.ENDIF
# "$(OS)$(COM)"=="SOLARISC52"
.IF
"$(SYSBASE)"
!=
""
CPPFLAGS
+=
-I
$(SOLARINCDIR)$/
external
-I
$(SYSBASE)$/
usr
$/
include
.IF
"$(OS)"
==
"SOLARIS"
||
"$(OS)"
==
"LINUX"
# NB: SOLARLIBDIR is first, because linux SYSBASE contains obsolete libcrypto
LDFLAGS+
:
=-L$(SOLARLIBDIR) -L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -ldl
.ENDIF
.ENDIF
# "$(SYSBASE)"!=""
CPPFLAGS+
:
=$(EXTRA_CFLAGS)
LDFLAGS+
:
=$(EXTRA_LINKFLAGS)
XSLTLIB
:=
$(XSLTLIB)
.EXPORT
:
CPPFLAGS
.EXPORT
:
LDFLAGS
.EXPORT
:
LIBXML2LIB
.EXPORT
:
ZLIB3RDLIB
.EXPORT
:
XSLTLIB
CONFIGURE_DIR
=
CONFIGURE_ACTION
=
.
$/
configure
PATH
=
..
$/
..
$/
..
$/
bin:
$$
PATH
CONFIGURE_FLAGS
=
--disable-static
--disable-gtk-doc
--with-threads
--with-openssl-digests
--with-xml-parser
=
libxml
--without-bdb
--without-sqlite
--without-mysql
--without-postgresql
--without-threestore
--with-regex-library
=
posix
--with-decimal
=
none
--with-www
=
xml
BUILD_ACTION
=
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
#INSTALL_ACTION=$(GNUMAKE) install
#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
.ENDIF
OUT2INC
+=
src
$/
rasqal.h
.IF
"$(OS)"
==
"MACOSX"
OUT2LIB
+=
src
$/
.libs
$/
librasqal
*
.dylib
OUT2BIN
+=
src/rasqal-config
.ELIF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
OUT2LIB
+=
src
$/
.libs
$/
*
.a
OUT2BIN
+=
src
$/
.libs
$/
*
.dll
OUT2BIN
+=
src/rasqal-config
.ELSE
# if we use dmake, this is done automagically
.ENDIF
.ELSE
OUT2LIB
+=
src
$/
.libs
$/
librasqal
*
.so
*
OUT2BIN
+=
src/rasqal-config
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
redland/redland-1.0.7.patch
0 → 100644
Dosyayı görüntüle @
8a519289
This diff is collapsed.
Click to expand it.
redland/redland/makefile.mk
0 → 100644
Dosyayı görüntüle @
8a519289
#*************************************************************************
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
#
# last change: $Author: mst $ $Date: 2008-06-16 11:38:21 $
#
# 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
#
# 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
=
redland
TARGET
=
so_redland
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
.IF
"$(SYSTEM_REDLAND)"
==
"YES"
all
:
@echo
"An already available installation of Redland RDF should exist on your system."
@echo
"Therefore the version provided here does not need to be built in addition."
.ENDIF
# --- Files --------------------------------------------------------
REDLANDVERSION
=
1.0.7
TARFILE_NAME
=
$(PRJNAME)
-
$(REDLANDVERSION)
PATCH_FILE_NAME
=
$(TARFILE_NAME)
.patch
.IF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
#CONFIGURE_DIR=
#CONFIGURE_ACTION=.$/configure
#CONFIGURE_FLAGS=--enable-ipv6=no --without-python --enable-static=no --without-debug --build=i586-pc-mingw32 --host=i586-pc-mingw32 lt_cv_cc_dll_switch="-shared" CFLAGS=-D_MT LDFLAGS="-no-undefined -Wl,--enable-runtime-pseudo-reloc -L$(ILIB:s/;/ -L/)" LIBS="-lws2_32 -lmingwthrd" OBJDUMP="$(WRAPCMD) objdump"
#BUILD_ACTION=$(GNUMAKE)
#BUILD_DIR=$(CONFIGURE_DIR)
all
:
@echo "FIXME
:
somebody port me to mingw please..."
exit
1
.ELSE
# there is no wntmsci build environment in the tarball; we use custom dmakefile
BUILD_ACTION
=
dmake
BUILD_DIR
=
$(CONFIGURE_DIR)$/
librdf
.ENDIF
.ELSE
# "WNT"
.IF
"$(OS)$(COM)"
==
"LINUXGCC"
||
"$(OS)$(COM)"
==
"FREEBSDGCC"
LDFLAGS
:=
-Wl
,-rpath,
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
-Wl
,-noinhibit-exec
-Wl
,-z,noexecstack
.ENDIF
# "$(OS)$(COM)"=="LINUXGCC"
.IF
"$(OS)$(COM)"
==
"SOLARISC52"
LDFLAGS
:=
-Wl
,-R
'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
.ENDIF
# "$(OS)$(COM)"=="SOLARISC52"
.IF
"$(SYSBASE)"
!=
""
CPPFLAGS
+=
-I
$(SOLARINCDIR)$/
external
-I
$(SYSBASE)$/
usr
$/
include
.IF
"$(OS)"
==
"SOLARIS"
||
"$(OS)"
==
"LINUX"
# NB: SOLARLIBDIR is first, because linux SYSBASE contains obsolete libcrypto
LDFLAGS+
:
=-L$(SOLARLIBDIR) -L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -ldl
.ENDIF
.ENDIF
# "$(SYSBASE)"!=""
CPPFLAGS+
:
=$(EXTRA_CFLAGS)
LDFLAGS+
:
=$(EXTRA_LINKFLAGS)
XSLTLIB
:=
$(XSLTLIB)
.EXPORT
:
CPPFLAGS
.EXPORT
:
LDFLAGS
.EXPORT
:
LIBXML2LIB
.EXPORT
:
ZLIB3RDLIB
.EXPORT
:
XSLTLIB
CONFIGURE_DIR
=
CONFIGURE_ACTION
=
.
$/
configure
PATH
=
..
$/
..
$/
..
$/
bin:
$$
PATH
CONFIGURE_FLAGS
=
--disable-static
--disable-gtk-doc
--with-threads
--with-openssl-digests
--with-xml-parser
=
libxml
--with-raptor
=
system
--with-rasqual
=
system
--without-bdb
--without-sqlite
--without-mysql
--without-postgresql
--without-threestore
--with-regex-library
=
posix
--with-decimal
=
none
--with-www
=
xml
BUILD_ACTION
=
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
#INSTALL_ACTION=$(GNUMAKE) install
#INSTALL_FLAGS+=DESTDIR=$(PWD)$/$(P_INSTALL_TARGET_DIR)
.ENDIF
OUT2INC
+=
librdf
$/
*
.h
.IF
"$(OS)"
==
"MACOSX"
OUT2LIB
+=
librdf
$/
.libs
$/
librdf
*
.dylib
.ELIF
"$(OS)"
==
"WNT"
.IF
"$(COM)"
==
"GCC"
OUT2LIB
+=
librdf
$/
.libs
$/
*
.a
OUT2BIN
+=
librdf
$/
.libs
$/
*
.dll
.ELSE
# if we use dmake, this is done automagically
.ENDIF
.ELSE
OUT2LIB
+=
librdf
$/
.libs
$/
librdf
*
.so
*
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment