VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.31/Makefile.kmk@ 39954

Last change on this file since 39954 was 39924, checked in by vboxsync, 13 years ago

libxml-2.6.31 VBox modifications and remove libxml-2.6.30

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 39924 2012-01-31 20:34:46Z vboxsync $
2## @file
3# Sub-Makefile for the libxml2 library.
4#
5
6#
7# Copyright (C) 2007 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21LIBRARIES += VBox-libxml2
22VBox-libxml2_TEMPLATE = VBOXR3NP
23VBox-libxml2_SDKS = VBOX_ZLIB
24VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h.
25VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \
26 LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
27VBox-libxml2_CFLAGS.win.amd64 = -wd4267
28ifn1of ($(KBUILD_TARGET), win)
29 VBox-libxml2_CFLAGS = -Wno-format-security
30endif
31VBox-libxml2_INCS = include
32VBox-libxml2_SOURCES = \
33 c14n.c \
34 catalog.c \
35 chvalid.c \
36 debugXML.c \
37 dict.c \
38 DOCBparser.c \
39 encoding.c \
40 entities.c \
41 error.c \
42 globals.c \
43 hash.c \
44 HTMLparser.c \
45 HTMLtree.c \
46 legacy.c \
47 list.c \
48 nanoftp.c \
49 nanohttp.c \
50 parser.c \
51 parserInternals.c \
52 pattern.c \
53 relaxng.c \
54 SAX2.c \
55 SAX.c \
56 schematron.c \
57 threads.c \
58 tree.c \
59 uri.c \
60 valid.c \
61 xinclude.c \
62 xlink.c \
63 xmlIO.c \
64 xmlmemory.c \
65 xmlreader.c \
66 xmlregexp.c \
67 xmlmodule.c \
68 xmlsave.c \
69 xmlschemas.c \
70 xmlschemastypes.c \
71 xmlunicode.c \
72 xmlwriter.c \
73 xpath.c \
74 xpointer.c \
75 xmlstring.c
76
77# For linking:
78# VBox-libxml2_LDFLAGS.win = /VERSION:$(LIBXML_MAJOR_VERSION).$(LIBXML_MINOR_VERSION)
79# VBox-libxml2_SDKS.win += WINPSDK
80
81include $(KBUILD_PATH)/subfooter.kmk
82
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette