VirtualBox

source: vbox/trunk/src/VBox/Additions/haiku/SharedFolders/Makefile.kmk@ 62527

Last change on this file since 62527 was 62526, 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.6 KB
Line 
1# $Id: Makefile.kmk 62526 2016-07-22 19:18:03Z vboxsync $
2## @file
3# Sub-Makefile for shared folders, Haiku Guest Additions.
4#
5
6#
7# Copyright (C) 2012-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
18#
19# This code is based on:
20#
21# VirtualBox Guest Additions for Haiku.
22# Copyright (c) 2011 Mike Smith <mike@scgtrp.net>
23# François Revol <revol@free.fr>
24#
25# Permission is hereby granted, free of charge, to any person
26# obtaining a copy of this software and associated documentation
27# files (the "Software"), to deal in the Software without
28# restriction, including without limitation the rights to use,
29# copy, modify, merge, publish, distribute, sublicense, and/or sell
30# copies of the Software, and to permit persons to whom the
31# Software is furnished to do so, subject to the following
32# conditions:
33#
34# The above copyright notice and this permission notice shall be
35# included in all copies or substantial portions of the Software.
36#
37# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
39# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
40# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
41# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
42# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
44# OTHER DEALINGS IN THE SOFTWARE.
45#
46
47SUB_DEPTH = ../../../../..
48include $(KBUILD_PATH)/subheader.kmk
49
50ifdef VBOX_WITH_ADDITION_DRIVERS
51 SYSMODS += vboxsf
52endif
53
54#
55# Populate FILES_VBOXSF_NOBIN
56#
57#include $(PATH_SUB_CURRENT)/files_vboxsf
58
59#
60# The module (for syntax checking).
61# The DEBUG_HASH* stuff is for CONFIG_DYNAMIC_DEBUG-enabled kernels
62#
63vboxsf_TEMPLATE = VBOXGUESTR0
64vboxsf_DEFS = \
65 MODULE IN_RT_R0 VBOXGUEST VBOX_WITH_HGCM \
66 KBUILD_MODNAME=KBUILD_STR\(vboxsf\) \
67 KBUILD_BASENAME=KBUILD_STR\(vboxsf\)
68vboxsf_INCS = \
69 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest \
70 $(PATH_ROOT)/src/VBox/Runtime/r0drv/haiku
71vboxsf_SOURCES = \
72 vboxsf.c \
73 vnode_cache.cpp \
74 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku-stubs.c
75vboxsf_LIBS = \
76 $(VBOX_LIB_VBGL_R0)
77
78include $(KBUILD_PATH)/subfooter.kmk
79
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