VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.30/Makefile.kmk@ 27199

Last change on this file since 27199 was 26019, checked in by vboxsync, 15 years ago

libxml2-2.6.30/Makefile.kmk: Added -Wno-format-security.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1# $Id: Makefile.kmk 26019 2010-01-25 16:19:48Z vboxsync $
2## @file
3# Sub-Makefile for the libxml2 library.
4#
5
6#
7# Copyright (C) 2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25LIBRARIES += VBox-libxml2
26VBox-libxml2_TEMPLATE = VBOXR3NP
27VBox-libxml2_SDKS = VBOX_ZLIB
28VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h.
29VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \
30 LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
31VBox-libxml2_CFLAGS.win.amd64 = -wd4267
32ifn1of ($(KBUILD_TARGET), win)
33 VBox-libxml2_CFLAGS = -Wno-format-security
34endif
35VBox-libxml2_INCS = include
36VBox-libxml2_SOURCES = \
37 c14n.c \
38 catalog.c \
39 chvalid.c \
40 debugXML.c \
41 dict.c \
42 DOCBparser.c \
43 encoding.c \
44 entities.c \
45 error.c \
46 globals.c \
47 hash.c \
48 HTMLparser.c \
49 HTMLtree.c \
50 legacy.c \
51 list.c \
52 nanoftp.c \
53 nanohttp.c \
54 parser.c \
55 parserInternals.c \
56 pattern.c \
57 relaxng.c \
58 SAX2.c \
59 SAX.c \
60 schematron.c \
61 threads.c \
62 tree.c \
63 uri.c \
64 valid.c \
65 xinclude.c \
66 xlink.c \
67 xmlIO.c \
68 xmlmemory.c \
69 xmlreader.c \
70 xmlregexp.c \
71 xmlmodule.c \
72 xmlsave.c \
73 xmlschemas.c \
74 xmlschemastypes.c \
75 xmlunicode.c \
76 xmlwriter.c \
77 xpath.c \
78 xpointer.c \
79 xmlstring.c
80
81# For linking:
82# VBox-libxml2_LDFLAGS.win = /VERSION:$(LIBXML_MAJOR_VERSION).$(LIBXML_MINOR_VERSION)
83# VBox-libxml2_SDKS.win += WINPSDK
84
85include $(KBUILD_PATH)/subfooter.kmk
86
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