VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk

Last change on this file was 98133, checked in by vboxsync, 16 months ago

*.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1# $Id: Makefile.kmk 98133 2023-01-19 11:40:07Z vboxsync $
2## @file
3# Sub-Makefile for the Shared Folders Host Service.
4#
5
6#
7# Copyright (C) 2006-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31# Include sub-makefile(s).
32include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
33
34#
35# The shared folder service DLL.
36#
37DLLS += VBoxSharedFolders
38VBoxSharedFolders_TEMPLATE = VBoxR3Dll
39VBoxSharedFolders_NAME.os2 = VBoxSFld
40VBoxSharedFolders_DEFS = VBOX_WITH_HGCM RTSHFL
41VBoxSharedFolders_INCS.win = \
42 $(VBOX_PATH_SDK)
43
44VBoxSharedFolders_LDFLAGS.darwin = \
45 -framework Carbon \
46 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxSharedFolders.dylib
47
48VBoxSharedFolders_SOURCES = \
49 VBoxSharedFoldersSvc.cpp \
50 shflhandle.cpp \
51 vbsf.cpp \
52 vbsfpath.cpp \
53 vbsfpathabs.cpp \
54 mappings.cpp
55VBoxSharedFolders_SOURCES.win = \
56 VBoxSharedFoldersSvc.rc
57
58VBoxSharedFolders_LIBS = \
59 $(LIB_RUNTIME)
60
61include $(FILE_KBUILD_SUB_FOOTER)
62
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use