Makefile.kmk revision 947bd9f1ff27d768d7dc96166e3ba5f4c559b53d
1029N/A# $Id$
1029N/A## @file
1356N/A# Sub-Makefile for the VirtualBox Guest Addition X11 Client.
1029N/A#
1549N/A
1029N/A#
1029N/A# Copyright (C) 2006-2012 Oracle Corporation
1075N/A#
1075N/A# This file is part of VirtualBox Open Source Edition (OSE), as
1075N/A# available from http://www.virtualbox.org. This file is free software;
1075N/A# you can redistribute it and/or modify it under the terms of the GNU
1075N/A# General Public License (GPL) as published by the Free Software
1075N/A# Foundation, in version 2 as it comes in the "COPYING" file of the
1075N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1075N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1075N/A#
1075N/A
1075N/ASUB_DEPTH = ../../../../..
1075N/Ainclude $(KBUILD_PATH)/subheader.kmk
1075N/A
1075N/A#
1075N/A# generate_service_file
1075N/A#
1075N/APROGRAMS.linux += generate_service_file
1029N/A
1029N/Agenerate_service_file_TEMPLATE = VBOXR3EXE
1029N/Agenerate_service_file_SOURCES = generate_service_file.cpp
1029N/Agenerate_service_file_INST = $(INST_BIN)helpers/
1029N/Agenerate_service_file_LIBS = $(LIB_RUNTIME)
1029N/Aifdef VBOX_WITH_RUNPATH
1549N/A generate_service_file_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)'
1029N/Aelse ifdef VBOX_WITH_RELATIVE_RUNPATH
1029N/A generate_service_file_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..'
1549N/Aendif
1549N/A
1549N/Ainclude $(FILE_KBUILD_SUB_FOOTER)
1029N/A
1029N/A