VirtualBox

source: vbox/trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk@ 17553

Last change on this file since 17553 was 17211, checked in by vboxsync, 16 years ago

Solaris/SharedFolder: Build S10 vboxvfs on Nevada.
Deleted obsolete files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 17211 2009-02-27 15:33:14Z vboxsync $
2## @file
3# Sub-Makefile for the Solaris Shared folder kernel module.
4#
5
6#
7# Copyright (C) 2008 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25ifneq ($(KBUILD_HOST),solaris)
26$(error "The Solaris guest additions can only be built on Solaris!")
27endif
28
29#
30# vboxvfs - The Shared Folder Driver
31#
32SYSMODS.solaris += vboxvfs
33vboxvfs_TEMPLATE = VBOXGUESTR0
34vboxvfs_DEFS = VBOX_WITH_HGCM
35vboxvfs_INCS := \
36 .
37vboxvfs_SOURCES = \
38 vboxfs_vfs.c \
39 vboxfs_vnode.c \
40 vboxfs_prov.c
41vboxvfs_LIBS = \
42 $(VBOX_LIB_VBGL_R0) \
43 $(VBOX_LIB_IPRT_GUEST_R0)
44vboxvfs_LDFLAGS += -N drv/vboxguest
45
46
47ifndef VBOX_OSE
48#
49# vboxvfs_s10 - The Shared Folder Driver for Solaris 10
50#
51SYSMODS.solaris += vboxvfs_s10
52vboxvfs_s10_TEMPLATE = VBOXGUESTR0
53vboxvfs_s10_DEFS = VBOX_WITH_HGCM VBOX_VFS_SOLARIS_10U6
54vboxvfs_s10_INCS := \
55 solaris10/ \
56 .
57vboxvfs_s10_SOURCES = \
58 vboxfs_vfs.c \
59 vboxfs_vnode.c \
60 vboxfs_prov.c
61vboxvfs_s10_LIBS = \
62 $(VBOX_LIB_VBGL_R0) \
63 $(VBOX_LIB_IPRT_GUEST_R0)
64vboxvfs_s10_LDFLAGS += -N drv/vboxguest
65endif # VBOX_OSE
66
67
68#
69# mount - Userland mount wrapper for vboxvfs
70#
71PROGRAMS += vboxvfsmount
72vboxvfsmount_TEMPLATE = VBOXGUESTR3EXE
73vboxvfsmount_SOURCES = vboxvfs_mount.c
74
75include $(KBUILD_PATH)/subfooter.kmk
76
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette