VirtualBox

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

Last change on this file since 57849 was 56301, checked in by vboxsync, 9 years ago

*.kmk: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1# $Id: Makefile.kmk 56301 2015-06-09 14:38:36Z vboxsync $
2## @file
3# Sub-Makefile for the VBox RDP authentication plugins.
4#
5
6#
7# Copyright (C) 2006-2015 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 if ("$(KBUILD_TARGET)" != "linux" && "$(KBUILD_TARGET)" != "solaris") || defined(VBOX_WITH_PAM)
24 DLLS += VBoxAuth
25 endif
26endif
27VBoxAuth_TEMPLATE = VBOXR3
28VBoxAuth_SOURCES.linux = pam/VBoxAuthPAM.c
29VBoxAuth_SOURCES.solaris = pam/VBoxAuthPAM.c
30VBoxAuth_SOURCES.freebsd = pam/VBoxAuthPAM.c
31VBoxAuth_SOURCES.win = winlogon/winlogon.cpp winlogon/VBoxAuth.rc
32VBoxAuth_SOURCES.darwin = directoryservice/directoryservice.cpp
33VBoxAuth_LIBS.linux = $(LIB_RUNTIME) dl
34VBoxAuth_LIBS.solaris = $(LIB_RUNTIME) dl
35VBoxAuth_LIBS.freebsd = $(LIB_RUNTIME)
36VBoxAuth_LIBS.darwin = $(LIB_RUNTIME)
37VBoxAuth_LDFLAGS.darwin = -framework DirectoryService
38
39# The simple plugin.
40ifndef VBOX_ONLY_SDK
41 if defined(VBOX_WITH_MAIN)
42 DLLS += VBoxAuthSimple
43 endif
44endif
45VBoxAuthSimple_TEMPLATE = VBOXMAINCLIENTDLL
46VBoxAuthSimple_SOURCES = simple/VBoxAuthSimple.cpp
47VBoxAuthSimple_SOURCES.win = simple/VBoxAuthSimple.rc
48
49# Install the SDK samples.
50INSTALLS += VBoxAuth-samples
51VBoxAuth-samples_INST = $(INST_SDK)bindings/auth/
52VBoxAuth-samples_MODE = a+r,u+w
53VBoxAuth-samples_SOURCES = simple/VBoxAuthSimple.cpp
54VBoxAuth-samples_SOURCES.linux = pam/VBoxAuthPAM.c
55VBoxAuth-samples_SOURCES.win = winlogon/winlogon.cpp
56
57# Install the SDK header.
58INSTALLS += VBoxAuth-sdkhdr
59VBoxAuth-sdkhdr_INST = $(INST_SDK)bindings/auth/include/
60VBoxAuth-sdkhdr_MODE = a+r,u+w
61VBoxAuth-sdkhdr_SOURCES = $(PATH_ROOT)/include/VBox/VBoxAuth.h=>VBoxAuth.h
62
63
64include $(FILE_KBUILD_SUB_FOOTER)
65
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