VirtualBox

source: vbox/trunk/src/VBox/HostServices/auth/Makefile.kmk@ 35282

最後變更 在這個檔案從35282是 34563,由 vboxsync 提交於 14 年 前

VRDPAuth -> VBoxAuth.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.9 KB
 
1# $Id: Makefile.kmk 34563 2010-12-01 11:39:52Z vboxsync $
2## @file
3# Sub-Makefile for the VBox RDP authentication plugins.
4#
5
6#
7# Copyright (C) 2006-2010 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.alldomusa.eu.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
18SUB_DEPTH = ../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21# The plugin.
22ifndef VBOX_ONLY_SDK
23 DLLS += VBoxAuth
24endif
25VBoxAuth_TEMPLATE = VBOXR3
26VBoxAuth_SOURCES.linux = pam/VBoxAuthPAM.c
27VBoxAuth_SOURCES.solaris = pam/VBoxAuthPAM.c
28VBoxAuth_SOURCES.freebsd = pam/VBoxAuthPAM.c
29VBoxAuth_SOURCES.win = winlogon/winlogon.cpp
30VBoxAuth_SOURCES.darwin = directoryservice/directoryservice.cpp
31VBoxAuth_LIBS.linux = $(LIB_RUNTIME) dl
32VBoxAuth_LIBS.solaris = $(LIB_RUNTIME) dl
33VBoxAuth_LIBS.freebsd = $(LIB_RUNTIME)
34VBoxAuth_LIBS.darwin = $(LIB_RUNTIME)
35VBoxAuth_LDFLAGS.darwin = -framework DirectoryService
36
37# The simple plugin.
38ifndef VBOX_ONLY_SDK
39 DLLS += VBoxAuthSimple
40endif
41VBoxAuthSimple_TEMPLATE = VBOXMAINCLIENTDLL
42VBoxAuthSimple_SOURCES = simple/VBoxAuthSimple.cpp
43
44# Install the SDK samples.
45INSTALLS += VBoxAuth-samples
46VBoxAuth-samples_INST = $(INST_SDK)/bindings/auth/
47VBoxAuth-samples_MODE = a+r,u+w
48VBoxAuth-samples_SOURCES = simple/VBoxAuthSimple.cpp
49VBoxAuth-samples_SOURCES.linux = pam/VBoxAuthPAM.c
50VBoxAuth-samples_SOURCES.win = winlogon/winlogon.cpp
51
52# Install the SDK header.
53INSTALLS += VBoxAuth-sdkhdr
54VBoxAuth-sdkhdr_INST = $(INST_SDK)/bindings/auth/include/
55VBoxAuth-sdkhdr_MODE = a+r,u+w
56VBoxAuth-sdkhdr_SOURCES = $(PATH_ROOT)/include/VBox/VBoxAuth.h=>VBoxAuth.h
57
58
59include $(KBUILD_PATH)/subfooter.kmk
60
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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