VirtualBox

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

Last change on this file since 34562 was 34558, checked in by vboxsync, 14 years ago

Updated VBox authentication library interface, removed references to VRDP.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 34558 2010-12-01 10:56:44Z 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.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
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/VRDPAuth.h=>VRDPAuth.h
57
58
59include $(KBUILD_PATH)/subfooter.kmk
60
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