VirtualBox

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

Last change on this file since 5837 was 5834, checked in by vboxsync, 17 years ago

Headless frontend: exported to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 612 bytes
Line 
1# $Id: Makefile.kmk 5834 2007-11-26 15:46:13Z vboxsync $
2## @file
3# Makefile for the headless frontend.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
8#
9# innotek GmbH confidential
10# All rights reserved
11
12DEPTH = ../../../..
13include $(PATH_KBUILD)/header.kmk
14
15PROGRAMS = VBoxHeadless
16SUBDIRS_AFTER = testcase
17
18VBoxHeadless_TEMPLATE = VBOXMAINCLIENTEXE
19VBoxHeadless_SOURCES = VBoxHeadless.cpp
20VBoxHeadless_DEFS = VBOX_FFMPEG
21
22ifdef VBOX_WITH_VRDP
23VBoxHeadless_SOURCES += Framebuffer.cpp
24VBoxHeadless_DEFS += VBOX_WITH_VRDP
25endif
26
27ifdef VBOX_WITH_FFMPEG
28 SUBDIRS += VideoCapture
29endif
30
31include $(PATH_KBUILD)/footer.kmk
32
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