VirtualBox

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

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

kStuff.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 5553 2007-10-30 01:00:04Z 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 as published by the Free Software Foundation,
13# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
14# distribution. VirtualBox OSE is distributed in the hope that it will
15# be useful, but WITHOUT ANY WARRANTY of any kind.
16
17DEPTH = ../..
18include $(PATH_KBUILD)/header.kmk
19
20
21subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
22ifdef IPRT_WITH_KSTUFF
23 subdirs += kStuff
24endif
25ifndef VBOX_OSE
26 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)
27 subdirs += zlib-1.2.1 libpng-1.2.8
28 endif
29 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)
30 subdirs += libpng-1.2.8
31 endif
32endif
33ifdef VBOX_WITH_VRDP
34 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include)
35 subdirs += openssl-0.9.7e
36 endif
37endif
38ifdef VBOX_WITH_MAIN
39 ifdef VBOX_WITH_XPCOM
40 subdirs += xpcom18a4
41 endif
42 # Only build xerces if we don't use an external library.
43 ifeq ($(SDK_VBOX_XERCES_INCS),$(PATH_ROOT)/src/libs/xerces-2.6.0/src)
44 subdirs += xerces-2.6.0
45 endif
46 # Only build xalan if we don't use an external library.
47 ifeq ($(SDK_VBOX_XALAN_INCS),$(PATH_ROOT)/src/libs/xalan-1.10.0)
48 subdirs += xalan-1.10.0
49 endif
50 # FFmpeg for test videos
51 ifdef VBOX_WITH_FFMPEG
52 ifeq ($(BUILD_TARGET),darwin)
53 subdirs += ffmpeg-20060710
54 endif
55 endif
56endif
57
58# optimized walking
59SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs))
60SUBDIRS_LIBRARIES = $(subdirs)
61SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs))
62SUBDIRS_DLLS = $(filter xpcom18a4 ffmpeg-20060710,$(subdirs))
63SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs))
64SUBDIRS_CLEAN = $(subdirs)
65SUBDIRS_NOTHING = $(subdirs)
66
67include $(PATH_KBUILD)/footer.kmk
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use