VirtualBox

source: vbox/trunk/src/libs/Makefile.kmk@ 1

Last change on this file since 1 was 1, checked in by vboxsync, 54 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1#
2# Top-level makefile for the external libraries.
3#
4
5#
6# Copyright (C) 2006 InnoTek Systemberatung GmbH
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License as published by the Free Software Foundation,
12# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13# distribution. VirtualBox OSE is distributed in the hope that it will
14# be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16# If you received this file as part of a commercial VirtualBox
17# distribution, then only the terms of your commercial VirtualBox
18# license agreement apply instead of the previous paragraph.
19#
20
21DEPTH = ../..
22include $(PATH_KBUILD)/header.kmk
23
24subdirs =
25subdirs.os2 = libuuid
26subdirs.l4 = libuuid
27ifdef VBOX_WITH_MAIN
28 subdirs.linux = xpcom18a4
29endif
30subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
31ifndef VBOX_OSE
32 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)
33 subdirs += zlib-1.2.1 libpng-1.2.8
34 endif
35 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)
36 subdirs += libpng-1.2.8
37 endif
38endif
39ifdef VBOX_WITH_VRDP
40 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include)
41 subdirs += openssl-0.9.7e
42 endif
43endif
44ifdef VBOX_WITH_MAIN
45 # only build xerces if we don't use an external library
46 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src)
47 subdirs += xerces-2.6.0
48 endif
49 # only build xalan if we don't use an external library
50 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0)
51 subdirs += xalan-1.10.0
52 endif
53endif
54
55# optimized walking
56SUBDIRS_BLDPROGS.linux = xpcom18a4
57SUBDIRS_LIBRARIES = $(subdirs)
58SUBDIRS_BINARIES.linux = xpcom18a4
59SUBDIRS_DLLS.linux = xpcom18a4
60SUBDIRS_OTHERS.linux = xpcom18a4
61SUBDIRS_CLEAN = $(subdirs)
62
63DEPTH = ../..
64include $(PATH_KBUILD)/rules.kmk
65
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use