VirtualBox

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

Last change on this file since 69564 was 69111, checked in by vboxsync, 7 years ago

(C) year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 69111 2017-10-17 14:26:02Z vboxsync $
2## @file
3# Sub-Makefile for the Storage library.
4#
5
6#
7# Copyright (C) 2006-2017 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 #
28 # StorageLib - The storage Library.
29 #
30 LIBRARIES += StorageLib #StorageLibNoDB
31
32 StorageLib_TEMPLATE = VBOXR3
33 StorageLib_DEFS = IN_VBOXDDU
34 ifeq ($(USER),bird)
35 StorageLib_DEFS.debug += RTMEM_WRAP_TO_EF_APIS
36 endif
37
38 StorageLib_SOURCES = \
39 VD.cpp \
40 VDPlugin.cpp \
41 VDVfs.cpp \
42 VDIfVfs.cpp \
43 VDIfVfs2.cpp \
44 VDI.cpp \
45 VMDK.cpp \
46 VHD.cpp \
47 DMG.cpp \
48 Parallels.cpp \
49 ISCSI.cpp \
50 RAW.cpp \
51 QED.cpp \
52 QCOW.cpp \
53 VHDX.cpp \
54 CUE.cpp \
55 VISO.cpp \
56 VCICache.cpp
57endif
58
59if defined(VBOX_WITH_EXTPACK_PUEL) && defined(VBOX_WITH_EXTPACK_PUEL_BUILD)
60 if defined(VBOX_WITH_PLUGIN_CRYPT)
61 DLLS += VDPluginCrypt
62 VDPluginCrypt_TEMPLATE = VBoxR3ExtPackPuelWithOpenSsl
63 VDPluginCrypt_LDFLAGS.linux = $(VBOX_GCC_NO_UNDEFINED)
64
65 VDPluginCrypt_SOURCES = \
66 VDFilterCrypt.cpp \
67 VDKeyStore.cpp
68 VDPluginCrypt_SOURCES.win = VDPluginCrypt.rc
69 endif
70endif # VBOX_WITH_EXTPACK_PUEL
71
72#StorageLibNoDB_TEMPLATE = VBOXR3
73#StorageLibNoDB_DEFS = IN_VBOXDDU VBOX_HDD_NO_DYNAMIC_BACKENDS
74#StorageLibNoDB_SOURCES = \
75# $(StorageLib_SOURCES)
76
77# generate rules
78include $(FILE_KBUILD_SUB_FOOTER)
79
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use