VirtualBox

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

Last change on this file since 204 was 130, checked in by vboxsync, 18 years ago

OS/2 doesn't need libuuid anymore. (only l4 needs it now)

  • 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.l4 = libuuid
26ifdef VBOX_WITH_MAIN
27 subdirs.linux = xpcom18a4
28endif
29subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
30ifndef VBOX_OSE
31 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)
32 subdirs += zlib-1.2.1 libpng-1.2.8
33 endif
34 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)
35 subdirs += libpng-1.2.8
36 endif
37endif
38ifdef VBOX_WITH_VRDP
39 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include)
40 subdirs += openssl-0.9.7e
41 endif
42endif
43ifdef VBOX_WITH_MAIN
44 # only build xerces if we don't use an external library
45 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src)
46 subdirs += xerces-2.6.0
47 endif
48 # only build xalan if we don't use an external library
49 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0)
50 subdirs += xalan-1.10.0
51 endif
52endif
53
54# optimized walking
55SUBDIRS_BLDPROGS.linux = xpcom18a4
56SUBDIRS_LIBRARIES = $(subdirs)
57SUBDIRS_BINARIES.linux = xpcom18a4
58SUBDIRS_DLLS.linux = xpcom18a4
59SUBDIRS_OTHERS.linux = xpcom18a4
60SUBDIRS_CLEAN = $(subdirs)
61
62DEPTH = ../..
63include $(PATH_KBUILD)/rules.kmk
64
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