VirtualBox

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

Last change on this file since 62482 was 62482, checked in by vboxsync, 8 years ago

(C) 2016

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