VirtualBox

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

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

new openssl so far only for Linux+Solaris (known to compile)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.4 KB
Line 
1# $Id: Makefile.kmk 9301 2008-06-02 13:30:38Z 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 $(KBUILD_PATH)/header.kmk
24
25
26subdirs := liblzf-1.51 $(subdirs.$(KBUILD_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.8h/include)
42 if1of ($(KBUILD_TARGET),linux solaris)
43 subdirs += openssl-0.9.8h
44 else
45 subdirs += openssl-0.9.7e
46 endif
47 endif
48endif
49ifdef VBOX_WITH_MAIN
50 ifdef VBOX_WITH_XPCOM
51 subdirs += xpcom18a4
52 endif
53 # Only build libxml2 if we don't use an external library.
54 ifeq ($(SDK_VBOX_LIBXML2_INCS),$(PATH_ROOT)/src/libs/libxml2-2.6.30/include)
55 subdirs += libxml2-2.6.30
56 endif
57 # Only build libxslt if we don't use an external library.
58 ifeq ($(SDK_VBOX_LIBXSLT_INCS),$(PATH_ROOT)/src/libs/libxslt-1.1.22)
59 subdirs += libxslt-1.1.22
60 endif
61 # FFmpeg for test videos
62 ifdef VBOX_WITH_FFMPEG
63 ifeq ($(KBUILD_TARGET),darwin)
64 subdirs += ffmpeg-20060710
65 endif
66 endif
67endif
68
69# optimized walking
70SUBDIRS_BLDPROGS = $(filter xpcom18a4,$(subdirs))
71SUBDIRS_LIBRARIES = $(subdirs)
72SUBDIRS_BINARIES = $(filter xpcom18a4,$(subdirs))
73SUBDIRS_DLLS = $(filter xpcom18a4 ffmpeg-20060710,$(subdirs))
74SUBDIRS_OTHERS = $(filter xpcom18a4,$(subdirs))
75SUBDIRS_CLEAN = $(subdirs)
76SUBDIRS_NOTHING = $(subdirs)
77
78include $(KBUILD_PATH)/footer.kmk
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette