VirtualBox

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

Last change on this file was 98133, checked in by vboxsync, 17 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
RevLine 
[3338]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#
[98103]7# Copyright (C) 2006-2023 Oracle and/or its affiliates.
[5999]8#
[96407]9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
[5999]11#
[96407]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#
[3338]27
[10051]28SUB_DEPTH = ../../../..
[8760]29include $(KBUILD_PATH)/subheader.kmk
[3338]30
31# Include sub-makefile(s).
32include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
33
34#
35# The shared folder service DLL.
36#
37DLLS += VBoxSharedFolders
[98133]38VBoxSharedFolders_TEMPLATE = VBoxR3Dll
[6361]39VBoxSharedFolders_NAME.os2 = VBoxSFld
[11820]40VBoxSharedFolders_DEFS = VBOX_WITH_HGCM RTSHFL
[3338]41VBoxSharedFolders_INCS.win = \
42 $(VBOX_PATH_SDK)
43
[9880]44VBoxSharedFolders_LDFLAGS.darwin = \
[11725]45 -framework Carbon \
46 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxSharedFolders.dylib
[9880]47
[3338]48VBoxSharedFolders_SOURCES = \
[76971]49 VBoxSharedFoldersSvc.cpp \
[3338]50 shflhandle.cpp \
51 vbsf.cpp \
[56962]52 vbsfpath.cpp \
[66091]53 vbsfpathabs.cpp \
[3338]54 mappings.cpp
[53781]55VBoxSharedFolders_SOURCES.win = \
[76971]56 VBoxSharedFoldersSvc.rc
[3338]57
58VBoxSharedFolders_LIBS = \
[93444]59 $(LIB_RUNTIME)
[3338]60
[41477]61include $(FILE_KBUILD_SUB_FOOTER)
[3338]62
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use