1 --- misc/raptor-1.4.18/src/makefile.mk Thu Nov 6 15:25:51 2008
2 +++ misc/build/raptor-1.4.18/src/makefile.mk Thu Nov 6 15:33:14 2008
5 +#*************************************************************************
7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9 +# Copyright 2000, 2010 Oracle and/or its affiliates.
11 +# OpenOffice.org - a multi-platform office productivity suite
13 +# This file is part of OpenOffice.org.
15 +# OpenOffice.org is free software: you can redistribute it and/or modify
16 +# it under the terms of the GNU Lesser General Public License version 3
17 +# only, as published by the Free Software Foundation.
19 +# OpenOffice.org is distributed in the hope that it will be useful,
20 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
21 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 +# GNU Lesser General Public License version 3 for more details
23 +# (a copy is included in the LICENSE file that accompanied this code).
25 +# You should have received a copy of the GNU Lesser General Public License
26 +# version 3 along with OpenOffice.org. If not, see
27 +# <http://www.openoffice.org/license.html>
28 +# for a copy of the LGPLv3 License.
30 +#*************************************************************************
32 +PRJ=..$/..$/..$/..$/..
39 +EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
43 +# --- Settings -----------------------------------------------------
45 +.INCLUDE : settings.mk
47 +CDEFS+=-DRAPTOR_INTERNAL -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DWIN32_EXPORTS
49 +# --- Files --------------------------------------------------------
52 + $(SLO)$/n3_lexer.obj \
53 + $(SLO)$/n3_parser.obj \
54 + $(SLO)$/ntriples_parse.obj \
55 + $(SLO)$/parsedate.obj \
56 + $(SLO)$/raptor_feature.obj \
57 + $(SLO)$/raptor_general.obj \
58 + $(SLO)$/raptor_guess.obj \
59 + $(SLO)$/raptor_identifier.obj \
60 + $(SLO)$/raptor_iostream.obj \
61 + $(SLO)$/raptor_libxml.obj \
62 + $(SLO)$/raptor_locator.obj \
63 + $(SLO)$/raptor_namespace.obj \
64 + $(SLO)$/raptor_nfc.obj \
65 + $(SLO)$/raptor_nfc_data.obj \
66 + $(SLO)$/raptor_parse.obj \
67 + $(SLO)$/raptor_qname.obj \
68 + $(SLO)$/raptor_rdfxml.obj \
69 + $(SLO)$/raptor_rfc2396.obj \
70 + $(SLO)$/raptor_rss.obj \
71 + $(SLO)$/raptor_rss_common.obj \
72 + $(SLO)$/raptor_sax2.obj \
73 + $(SLO)$/raptor_sequence.obj \
74 + $(SLO)$/raptor_serialize.obj \
75 + $(SLO)$/raptor_serialize_ntriples.obj \
76 + $(SLO)$/raptor_serialize_rdfxml.obj \
77 + $(SLO)$/raptor_serialize_rdfxmla.obj \
78 + $(SLO)$/raptor_serialize_simple.obj \
79 + $(SLO)$/raptor_set.obj \
80 + $(SLO)$/raptor_stringbuffer.obj \
81 + $(SLO)$/raptor_uri.obj \
82 + $(SLO)$/raptor_utf8.obj \
83 + $(SLO)$/raptor_win32.obj \
84 + $(SLO)$/raptor_www.obj \
85 + $(SLO)$/raptor_www_libxml.obj \
86 + $(SLO)$/raptor_xml.obj \
87 + $(SLO)$/raptor_xml_writer.obj \
88 + $(SLO)$/raptor_xsd.obj \
89 + $(SLO)$/raptor_strcasecmp.obj \
90 + $(SLO)$/turtle_common.obj \
91 + $(SLO)$/turtle_lexer.obj \
92 + $(SLO)$/turtle_parser.obj \
93 + $(SLO)$/raptor_abbrev.obj \
94 + $(SLO)$/raptor_avltree.obj \
95 + $(SLO)$/raptor_statement.obj \
96 + $(SLO)$/raptor_turtle_writer.obj \
98 +# $(SLO)$/raptor_grddl.obj \
99 +# $(SLO)$/raptor_serialize_rss.obj \
102 +SHL1DEPN= makefile.mk
103 +SHL1OBJS= $(SLOFILES)
104 +SHL1USE_EXPORTS=name
106 +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
107 +SHL1TARGET= $(TARGET)
108 +SHL1IMPLIB= lib$(TARGET)
110 +#SHL1VERSIONMAP=../service/exports.map
111 +SHL1DEF=$(MISC)$/$(SHL1TARGET).def
112 +DEF1NAME=$(SHL1TARGET)
118 +# --- Targets ------------------------------------------------------
120 +.INCLUDE : target.mk
122 +$(MISC)$/raptor_strcasecmp.c : strcasecmp.c