summaryrefslogtreecommitdiff
path: root/redland/redland/redland-1.0.8.patch.dmake
blob: 34ba51d1c29ab255006e55250453229e8a957e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
--- misc/redland-1.0.8/librdf/makefile.mk	Mon Jun 16 19:32:46 2008
+++ misc/build/redland-1.0.8/librdf/makefile.mk	Mon Jun 16 19:26:20 2008
@@ -1,1 +1,111 @@
-dummy
+#*************************************************************************
+#
+# 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=redland
+TARGET=librdf
+LIBTARGET=NO
+UWINAPILIB=
+
+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
+
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE :  settings.mk
+
+CDEFS+=-DLIBRDF_INTERNAL -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DWIN32_EXPORTS
+
+# --- Files --------------------------------------------------------
+
+SLOFILES =	\
+   $(SLO)$/rdf_concepts.obj \
+   $(SLO)$/rdf_digest.obj \
+   $(SLO)$/rdf_digest_md5.obj \
+   $(SLO)$/rdf_digest_openssl.obj \
+   $(SLO)$/rdf_digest_sha1.obj \
+   $(SLO)$/rdf_files.obj \
+   $(SLO)$/rdf_hash.obj \
+   $(SLO)$/rdf_hash_cursor.obj \
+   $(SLO)$/rdf_hash_memory.obj \
+   $(SLO)$/rdf_heuristics.obj \
+   $(SLO)$/rdf_init.obj \
+   $(SLO)$/rdf_iterator.obj \
+   $(SLO)$/rdf_list.obj \
+   $(SLO)$/rdf_log.obj \
+   $(SLO)$/rdf_model.obj \
+   $(SLO)$/rdf_model_storage.obj \
+   $(SLO)$/rdf_node.obj \
+   $(SLO)$/rdf_parser.obj \
+   $(SLO)$/rdf_parser_raptor.obj \
+   $(SLO)$/rdf_query.obj \
+   $(SLO)$/rdf_query_rasqal.obj \
+   $(SLO)$/rdf_query_results.obj \
+   $(SLO)$/rdf_query_triples.obj \
+   $(SLO)$/rdf_serializer.obj \
+   $(SLO)$/rdf_serializer_raptor.obj \
+   $(SLO)$/rdf_statement.obj \
+   $(SLO)$/rdf_storage.obj \
+   $(SLO)$/rdf_storage_file.obj \
+   $(SLO)$/rdf_storage_list.obj \
+   $(SLO)$/rdf_storage_hashes.obj \
+   $(SLO)$/rdf_stream.obj \
+   $(SLO)$/rdf_uri.obj \
+   $(SLO)$/rdf_utf8.obj \
+
+
+#   $(SLO)$/rdf_hash_bdb.obj \
+#   $(SLO)$/rdf_storage_mysql.obj \
+#   $(SLO)$/rdf_storage_sqlite.obj \
+
+
+SHL1DEPN=   makefile.mk
+SHL1OBJS=   $(SLOFILES)
+
+#SHL1TARGET=	$(TARGET)$(DLLPOSTFIX)
+SHL1TARGET=	$(TARGET)
+SHL1IMPLIB= $(TARGET)
+SHL1USE_EXPORTS=name
+
+#SHL1VERSIONMAP=../service/exports.map
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+DEF1NAME=$(SHL1TARGET)
+
+SHL1STDLIBS= \
+    $(OPENSSLLIB) \
+    $(PRJ)$/$(INPATH)$/lib$/libraptor.lib \
+    $(PRJ)$/$(INPATH)$/lib$/librasqal.lib \
+
+
+#$(LIBXML2LIB) \
+#    $(XSLTLIB) \
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE :  target.mk
+