Last change
on this file since 35273 was 33586, checked in by vboxsync, 14 years ago |
Storage: Build vbox-img like before because it doesn't want to link against the static storage library on Windows for some reason. Disable LibStorageNoDB for now.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | # $Id: Makefile.kmk 33586 2010-10-28 22:00:52Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Sub-Makefile for the Storage library.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2007 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 |
|
---|
18 | SUB_DEPTH = ../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | VBOX_PATH_STORAGE_SRC := $(PATH_SUB_CURRENT)
|
---|
22 |
|
---|
23 | include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
|
---|
24 |
|
---|
25 | ifndef VBOX_OSE
|
---|
26 | include $(PATH_SUB_CURRENT)/VDFormats/Makefile.kmk
|
---|
27 | endif
|
---|
28 |
|
---|
29 | #
|
---|
30 | # StorageLib - The storage Library.
|
---|
31 | #
|
---|
32 | LIBRARIES += StorageLib #StorageLibNoDB
|
---|
33 |
|
---|
34 | StorageLib_TEMPLATE = VBOXR3
|
---|
35 | StorageLib_DEFS = IN_VBOXDDU
|
---|
36 | StorageLib_SOURCES = \
|
---|
37 | VD.cpp \
|
---|
38 | VDI.cpp \
|
---|
39 | VMDK.cpp \
|
---|
40 | VHD.cpp \
|
---|
41 | DMG.cpp \
|
---|
42 | Parallels.cpp \
|
---|
43 | ISCSI.cpp \
|
---|
44 | RAW.cpp \
|
---|
45 | VCICache.cpp
|
---|
46 |
|
---|
47 | #StorageLibNoDB_TEMPLATE = VBOXR3
|
---|
48 | #StorageLibNoDB_DEFS = IN_VBOXDDU VBOX_HDD_NO_DYNAMIC_BACKENDS
|
---|
49 | #StorageLibNoDB_SOURCES = \
|
---|
50 | # $(StorageLib_SOURCES)
|
---|
51 |
|
---|
52 | # generate rules
|
---|
53 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.