1--- misc/raptor2-2.0.15/src/makefile.mk	Thu Nov  6 15:25:51 2008
2+++ misc/build/raptor2-2.0.15/src/makefile.mk	2016-08-22 16:00:54.772429000 -0700
3+++ misc/build/raptor2-2.0.15/src/makefile.mk	2016-08-22 19:12:56.321912000 -0700
4@@ -1 +1,131 @@
5-dummy
6+#**************************************************************
7+#
8+#  Licensed to the Apache Software Foundation (ASF) under one
9+#  or more contributor license agreements.  See the NOTICE file
10+#  distributed with this work for additional information
11+#  regarding copyright ownership.  The ASF licenses this file
12+#  to you under the Apache License, Version 2.0 (the
13+#  "License"); you may not use this file except in compliance
14+#  with the License.  You may obtain a copy of the License at
15+#
16+#    http://www.apache.org/licenses/LICENSE-2.0
17+#
18+#  Unless required by applicable law or agreed to in writing,
19+#  software distributed under the License is distributed on an
20+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21+#  KIND, either express or implied.  See the License for the
22+#  specific language governing permissions and limitations
23+#  under the License.
24+#
25+#**************************************************************
26+
27+PRJ=..$/..$/..$/..$/..
28+
29+PRJNAME=redland
30+TARGET=raptor
31+LIBTARGET=NO
32+UWINAPIDLL=
33+
34+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
35+UWINAPILIB=
36+
37+
38+# --- Settings -----------------------------------------------------
39+
40+.INCLUDE :  settings.mk
41+
42+CDEFS+=-DRAPTOR_INTERNAL -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DWIN32_EXPORTS -DHAVE_CONFIG_H
43+
44+# --- Files --------------------------------------------------------
45+
46+SLOFILES =	\
47+   $(SLO)$/ntriples_parse.obj \
48+   $(SLO)$/parsedate.obj \
49+   $(SLO)$/raptor_abbrev.obj \
50+   $(SLO)$/raptor_avltree.obj \
51+   $(SLO)$/raptor_concepts.obj \
52+   $(SLO)$/raptor_escaped.obj \
53+   $(SLO)$/raptor_general.obj \
54+   $(SLO)$/raptor_guess.obj \
55+   $(SLO)$/raptor_iostream.obj \
56+   $(SLO)$/raptor_json_writer.obj \
57+   $(SLO)$/raptor_libxml.obj \
58+   $(SLO)$/raptor_locator.obj \
59+   $(SLO)$/raptor_log.obj \
60+   $(SLO)$/raptor_memstr.obj \
61+   $(SLO)$/raptor_namespace.obj \
62+   $(SLO)$/raptor_ntriples.obj \
63+   $(SLO)$/raptor_option.obj \
64+   $(SLO)$/raptor_parse.obj \
65+   $(SLO)$/raptor_qname.obj \
66+   $(SLO)$/raptor_rdfxml.obj \
67+   $(SLO)$/raptor_rfc2396.obj \
68+   $(SLO)$/raptor_rss.obj \
69+   $(SLO)$/raptor_rss_common.obj \
70+   $(SLO)$/raptor_sax2.obj \
71+   $(SLO)$/raptor_sequence.obj \
72+   $(SLO)$/raptor_serialize.obj \
73+   $(SLO)$/raptor_serialize_dot.obj \
74+   $(SLO)$/raptor_serialize_html.obj \
75+   $(SLO)$/raptor_serialize_json.obj \
76+   $(SLO)$/raptor_serialize_ntriples.obj \
77+   $(SLO)$/raptor_serialize_rdfxml.obj \
78+   $(SLO)$/raptor_serialize_rdfxmla.obj \
79+   $(SLO)$/raptor_serialize_rss.obj \
80+   $(SLO)$/raptor_serialize_turtle.obj \
81+   $(SLO)$/raptor_set.obj \
82+   $(SLO)$/raptor_statement.obj \
83+   $(SLO)$/raptor_stringbuffer.obj \
84+   $(SLO)$/raptor_syntax_description.obj \
85+   $(SLO)$/raptor_term.obj \
86+   $(SLO)$/raptor_turtle_writer.obj \
87+   $(SLO)$/raptor_unicode.obj \
88+   $(SLO)$/raptor_uri.obj \
89+   $(SLO)$/raptor_www.obj \
90+   $(SLO)$/raptor_www_curl.obj \
91+   $(SLO)$/raptor_www_libfetch.obj \
92+   $(SLO)$/raptor_www_libxml.obj \
93+   $(SLO)$/raptor_xml.obj \
94+   $(SLO)$/raptor_xml_writer.obj \
95+   $(SLO)$/snprintf.obj \
96+   $(SLO)$/sort_r.obj \
97+   $(SLO)$/strcasecmp.obj \
98+   $(SLO)$/turtle_common.obj \
99+   $(SLO)$/turtle_lexer.obj \
100+   $(SLO)$/turtle_parser.obj
101+
102+#   $(SLO)$/raptor_grddl.obj \
103+#   $(SLO)$/raptor_json.obj \
104+#   $(SLO)$/raptor_librdfa.obj \
105+#   $(SLO)$/raptor_permute_test.obj \
106+#   $(SLO)$/raptor_www_test.obj \
107+#   $(SLO)$/raptor_nfc_icu.obj \
108+#   $(SLO)$/raptor_nfc_test.obj \
109+#   $(SLO)$/raptor_win32.obj \
110+
111+
112+SHL1DEPN=   makefile.mk
113+SHL1OBJS=   $(SLOFILES)
114+SHL1USE_EXPORTS=name
115+
116+#SHL1TARGET=	$(TARGET)$(DLLPOSTFIX)
117+SHL1TARGET=	$(TARGET)
118+SHL1IMPLIB= lib$(TARGET)
119+
120+#SHL1VERSIONMAP=../service/exports.map
121+.IF "$(GUI)"=="OS2"
122+SHL1VERSIONMAP=$(PRJ)/raptor/raptor2.map
123+.ENDIF
124+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
125+DEF1NAME=$(SHL1TARGET)
126+
127+SHL1STDLIBS= \
128+    $(LIBXML2LIB) \
129+    $(XSLTLIB) \
130+
131+# --- Targets ------------------------------------------------------
132+
133+.INCLUDE :  target.mk
134+
135+$(MISC)$/raptor_strcasecmp.c : strcasecmp.c
136+	$(COPY) $< $@
137