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 |
|
---|
12 | DEPTH = ../../../..
|
---|
13 | include $(PATH_KBUILD)/header.kmk
|
---|
14 |
|
---|
15 | PROGRAMS = VBoxHeadless
|
---|
16 | SUBDIRS_AFTER = testcase
|
---|
17 |
|
---|
18 | VBoxHeadless_TEMPLATE = VBOXMAINCLIENTEXE
|
---|
19 | VBoxHeadless_SOURCES = VBoxHeadless.cpp
|
---|
20 | VBoxHeadless_DEFS = VBOX_FFMPEG
|
---|
21 |
|
---|
22 | ifdef VBOX_WITH_VRDP
|
---|
23 | VBoxHeadless_SOURCES += Framebuffer.cpp
|
---|
24 | VBoxHeadless_DEFS += VBOX_WITH_VRDP
|
---|
25 | endif
|
---|
26 |
|
---|
27 | ifdef VBOX_WITH_FFMPEG
|
---|
28 | SUBDIRS += VideoCapture
|
---|
29 | endif
|
---|
30 |
|
---|
31 | include $(PATH_KBUILD)/footer.kmk
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.