VirtualBox

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

Last change on this file since 6076 was 6076, checked in by vboxsync, 17 years ago

Merged dmik/s2 branch (r25959:26751) to the trunk.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.2 KB
Line 
1# $Id: Makefile.kmk 6076 2007-12-14 19:23:03Z vboxsync $
2## @file
3# Top-level makefile for the external libraries.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
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
18DEPTH = ../..
19include $(PATH_KBUILD)/header.kmk
20
21
22subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
23ifdef IPRT_WITH_KSTUFF
24 subdirs += kStuff
25endif
26ifndef VBOX_OSE
27 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)
28 subdirs += zlib-1.2.1
29 endif
30 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)
31 subdirs += libpng-1.2.8
32 endif
33endif # !VBOX_OSE
34ifdef VBOX_WITH_VRDP
35 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include)
36 subdirs += openssl-0.9.7e
37 endif
38endif
39ifdef VBOX_WITH_MAIN
40 ifdef VBOX_WITH_XPCOM
41 subdirs += xpcom18a4
42 endif
43 # Only build xerces if we don't use an external library.
44 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src)
45 subdirs += xerces-2.6.0
46 endif
47 # Only build xalan if we don't use an external library.
48 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0)
49 subdirs += xalan-1.10.0
50 endif
51 # Only build libxml2 if we don't use an external library.
52 ifeq ($(SDK_VBOX_LIBXML2_INCS),$(PATH_ROOT)/src/libs/libxml2-2.6.30/include)
53 subdirs += libxml2-2.6.30
54 endif
55 # FFmpeg for test videos
56 ifdef VBOX_WITH_FFMPEG
57 ifeq ($(BUILD_TARGET),darwin)
58 subdirs += ffmpeg-20060710
59 endif
60 endif
61endif
62
63# optimized walking
64SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs))
65SUBDIRS_LIBRARIES = $(subdirs)
66SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs))
67SUBDIRS_DLLS = $(filter xpcom18a4 ffmpeg-20060710,$(subdirs))
68SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs))
69SUBDIRS_CLEAN = $(subdirs)
70SUBDIRS_NOTHING = $(subdirs)
71
72include $(PATH_KBUILD)/footer.kmk
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