Update ooo320-m1
[ooovba.git] / redland / rasqal / rasqal-0.9.16.patch.dmake
blobadfade9670bba1805af06e2ffba617a649a8285f
1 --- misc/rasqal-0.9.16/src/makefile.mk  Thu Nov  6 15:56:45 2008
2 +++ misc/build/rasqal-0.9.16/src/makefile.mk    Thu Nov  6 15:55:09 2008
3 @@ -1,1 +1,97 @@
4 -dummy
5 +#*************************************************************************
6 +#
7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 +#
9 +# Copyright 2008 by Sun Microsystems, Inc.
11 +# OpenOffice.org - a multi-platform office productivity suite
13 +# $RCSfile: rasqal-0.9.16.patch,v $
15 +# $Revision: 1.1.2.1 $
17 +# This file is part of OpenOffice.org.
19 +# OpenOffice.org is free software: you can redistribute it and/or modify
20 +# it under the terms of the GNU Lesser General Public License version 3
21 +# only, as published by the Free Software Foundation.
23 +# OpenOffice.org is distributed in the hope that it will be useful,
24 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
25 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 +# GNU Lesser General Public License version 3 for more details
27 +# (a copy is included in the LICENSE file that accompanied this code).
29 +# You should have received a copy of the GNU Lesser General Public License
30 +# version 3 along with OpenOffice.org.  If not, see
31 +# <http://www.openoffice.org/license.html>
32 +# for a copy of the LGPLv3 License.
34 +#*************************************************************************
36 +PRJ=..$/..$/..$/..$/..
38 +PRJNAME=redland
39 +TARGET=rasqal
40 +LIBTARGET=NO
42 +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
45 +# --- Settings -----------------------------------------------------
47 +.INCLUDE :  settings.mk
49 +CDEFS+=-DRASQAL_INTERNAL -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DWIN32_EXPORTS -D_MT
51 +# --- Files --------------------------------------------------------
53 +SLOFILES =     \
54 +   $(SLO)$/rasqal_datetime.obj \
55 +   $(SLO)$/rasqal_decimal.obj \
56 +   $(SLO)$/rasqal_engine.obj \
57 +   $(SLO)$/rasqal_expr.obj \
58 +   $(SLO)$/rasqal_feature.obj \
59 +   $(SLO)$/rasqal_general.obj \
60 +   $(SLO)$/rasqal_graph_pattern.obj \
61 +   $(SLO)$/rasqal_literal.obj \
62 +   $(SLO)$/rasqal_map.obj \
63 +   $(SLO)$/rasqal_query_results.obj \
64 +   $(SLO)$/rasqal_query.obj \
65 +   $(SLO)$/rasqal_raptor.obj \
66 +   $(SLO)$/rasqal_result_formats.obj \
67 +   $(SLO)$/rasqal_rowsource.obj \
68 +   $(SLO)$/rasqal_sparql_xml.obj \
69 +   $(SLO)$/rasqal_xsd_datatypes.obj \
70 +   $(SLO)$/rdql_lexer.obj \
71 +   $(SLO)$/rdql_parser.obj \
72 +   $(SLO)$/sparql_lexer.obj \
73 +   $(SLO)$/sparql_parser.obj \
74 +   $(SLO)$/strcasecmp.obj \
77 +#   $(SLO)$/rasqal_redland.obj \
79 +SHL1DEPN=   makefile.mk
80 +SHL1OBJS=   $(SLOFILES)
81 +SHL1USE_EXPORTS=name
83 +#SHL1TARGET=   $(TARGET)$(DLLPOSTFIX)
84 +SHL1TARGET=    $(TARGET)
85 +SHL1IMPLIB= lib$(TARGET)
87 +#SHL1VERSIONMAP=../service/exports.map
88 +SHL1DEF=$(MISC)$/$(SHL1TARGET).def
89 +DEF1NAME=$(SHL1TARGET)
91 +SHL1STDLIBS= \
92 +    $(PRJ)$/$(INPATH)$/lib$/libraptor.lib \
95 +#$(LIBXML2LIB) \
96 +#    $(XSLTLIB) \
98 +# --- Targets ------------------------------------------------------
100 +.INCLUDE :  target.mk