VirtualBox

source: vbox/trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk@ 29436

Last change on this file since 29436 was 28800, checked in by vboxsync, 14 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
2## @file
3# Sub-Makefile for the headless frontend.
4#
5
6#
7# Copyright (C) 2006-2007 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
21include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
22ifdef VBOX_WITH_FFMPEG
23 include $(PATH_SUB_CURRENT)/VideoCapture/Makefile.kmk
24endif
25
26#
27# Targets.
28#
29ifdef VBOX_WITH_HARDENING
30 PROGRAMS += VBoxHeadlessHardened
31 DLLS += VBoxHeadless
32else
33 PROGRAMS += VBoxHeadless
34endif
35
36
37#
38# Hardened VBoxHeadless.
39#
40VBoxHeadlessHardened_TEMPLATE = VBOXR3HARDENEDEXE
41VBoxHeadlessHardened_SOURCES = VBoxHeadlessHardened.cpp
42VBoxHeadlessHardened_NAME = VBoxHeadless
43
44
45#
46# VBoxHeadless
47#
48VBoxHeadless_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBOXMAINCLIENTDLL,VBOXMAINCLIENTEXE)
49VBoxHeadless_DEFS = VBOX_FFMPEG
50VBoxHeadless_SOURCES = VBoxHeadless.cpp
51ifdef VBOX_WITH_VRDP
52 VBoxHeadless_DEFS += VBOX_WITH_VRDP
53 VBoxHeadless_SOURCES += Framebuffer.cpp
54endif
55ifdef VBOX_WITH_GUEST_PROPS
56 VBoxHeadless_DEFS += VBOX_WITH_GUEST_PROPS
57endif
58ifdef VBOX_WITH_HARDENING
59 VBoxHeadless_LDFLAGS.darwin += -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxHeadless.dylib
60endif
61ifdef VBOX_WITH_VNC # (GPL only)
62 VBoxHeadless_DEFS += VBOX_WITH_VNC
63 VBoxHeadless_SOURCES += FramebufferVNC.cpp
64 VBoxHeadless_LIBS += vncserver
65endif
66
67include $(KBUILD_PATH)/subfooter.kmk
68
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