VirtualBox

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

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

The Big Sun Rebranding Header Change

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.3 KB
Line 
1# $Id: Makefile.kmk 8155 2008-04-18 15:16:47Z vboxsync $
2## @file
3# Top-level makefile for the external libraries.
4#
5
6#
7# Copyright (C) 2006-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
22DEPTH = ../..
23include $(PATH_KBUILD)/header.kmk
24
25
26subdirs := liblzf-1.51 $(subdirs.$(BUILD_TARGET))
27ifdef IPRT_WITH_KSTUFF
28 subdirs += kStuff
29endif
30# @todo win and os2 need that even in OSE, all others should set proper *_INCS
31# values by the configure script
32#ifndef VBOX_OSE
33 ifeq ($(SDK_VBOX_ZLIB_INCS),$(PATH_ROOT)/src/libs/zlib-1.2.1)
34 subdirs += zlib-1.2.1
35 endif
36 ifeq ($(SDK_VBOX_LIBPNG_INCS),$(PATH_ROOT)/src/libs/libpng-1.2.8)
37 subdirs += libpng-1.2.8
38 endif
39#endif # !VBOX_OSE
40ifdef VBOX_WITH_VRDP
41 ifeq ($(SDK_VBOX_OPENSSL_INCS),$(PATH_ROOT)/src/libs/openssl-0.9.7e/include)
42 subdirs += openssl-0.9.7e
43 endif
44endif
45ifdef VBOX_WITH_MAIN
46 ifdef VBOX_WITH_XPCOM
47 subdirs += xpcom18a4
48 endif
49 # Only build libxml2 if we don't use an external library.
50 ifeq ($(SDK_VBOX_LIBXML2_INCS),$(PATH_ROOT)/src/libs/libxml2-2.6.30/include)
51 subdirs += libxml2-2.6.30
52 endif
53 # Only build libxslt if we don't use an external library.
54 ifeq ($(SDK_VBOX_LIBXSLT_INCS),$(PATH_ROOT)/src/libs/libxslt-1.1.22)
55 subdirs += libxslt-1.1.22
56 endif
57 # FFmpeg for test videos
58 ifdef VBOX_WITH_FFMPEG
59 ifeq ($(BUILD_TARGET),darwin)
60 subdirs += ffmpeg-20060710
61 endif
62 endif
63endif
64
65# optimized walking
66SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs))
67SUBDIRS_LIBRARIES = $(subdirs)
68SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs))
69SUBDIRS_DLLS = $(filter xpcom18a4 ffmpeg-20060710,$(subdirs))
70SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs))
71SUBDIRS_CLEAN = $(subdirs)
72SUBDIRS_NOTHING = $(subdirs)
73
74include $(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