VirtualBox

source: vbox/trunk/src/VBox/Storage/Makefile.kmk@ 51755

Last change on this file since 51755 was 51755, checked in by vboxsync, 11 years ago

VDPluginCrypt: Move into extension pack

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1# $Id: Makefile.kmk 51755 2014-06-27 22:40:32Z vboxsync $
2## @file
3# Sub-Makefile for the Storage library.
4#
5
6#
7# Copyright (C) 2006-2012 Oracle Corporation
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
18SUB_DEPTH = ../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21VBOX_PATH_STORAGE_SRC := $(PATH_SUB_CURRENT)
22
23include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
24include $(PATH_SUB_CURRENT)/Debug/Makefile.kmk
25
26ifndef VBOX_OSE
27 include $(PATH_SUB_CURRENT)/VDFormats/Makefile.kmk
28endif
29
30#
31# StorageLib - The storage Library.
32#
33LIBRARIES += StorageLib #StorageLibNoDB
34
35StorageLib_TEMPLATE = VBOXR3
36StorageLib_DEFS = IN_VBOXDDU
37StorageLib_SOURCES = \
38 VD.cpp \
39 VDVfs.cpp \
40 VDIfVfs.cpp \
41 VDI.cpp \
42 VMDK.cpp \
43 VHD.cpp \
44 DMG.cpp \
45 Parallels.cpp \
46 ISCSI.cpp \
47 RAW.cpp \
48 QED.cpp \
49 QCOW.cpp \
50 VHDX.cpp \
51 VCICache.cpp
52
53if defined(VBOX_WITH_EXTPACK_PUEL) && defined(VBOX_WITH_EXTPACK_PUEL_BUILD)
54 if defined(VBOX_WITH_PLUGIN_CRYPT)
55 DLLS += VDPluginCrypt
56 VDPluginCrypt_TEMPLATE = VBoxR3ExtPackPuel
57 VDPluginCrypt_SDKS = VBoxOpenSslExtPack
58 VDPluginCrypt_LDFLAGS.linux = -Wl,--no-undefined
59
60 VDPluginCrypt_SOURCES = VDFilterCrypt.cpp
61 endif
62endif # VBOX_WITH_EXTPACK_PUEL
63
64#StorageLibNoDB_TEMPLATE = VBOXR3
65#StorageLibNoDB_DEFS = IN_VBOXDDU VBOX_HDD_NO_DYNAMIC_BACKENDS
66#StorageLibNoDB_SOURCES = \
67# $(StorageLib_SOURCES)
68
69# generate rules
70include $(FILE_KBUILD_SUB_FOOTER)
71
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