VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Makefile.kmk@ 3130

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

build VBoxNet

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.3 KB
Line 
1# $Id: Makefile.kmk 3130 2007-06-16 09:13:49Z vboxsync $
2## @file
3# Sub-Makefile for the Windows NT++ Guest Additions.
4#
5
6# Copyright (C) 2006-2007 innotek GmbH
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License as published by the Free Software Foundation,
12# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13# distribution. VirtualBox OSE is distributed in the hope that it will
14# be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16# If you received this file as part of a commercial VirtualBox
17# distribution, then only the terms of your commercial VirtualBox
18# license agreement apply instead of the previous paragraph.
19#
20#
21
22DEPTH ?= ../../../..
23SUB_DEPTH = ..
24include $(PATH_KBUILD)/subheader.kmk
25
26# Include Sub-Makefiles.
27include $(PATH_SUB_CURRENT)/Graphics/Makefile.kmk
28include $(PATH_SUB_CURRENT)/i8042prt/Makefile.kmk
29include $(PATH_SUB_CURRENT)/MouseFilter/Makefile.kmk
30include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
31include $(PATH_SUB_CURRENT)/VBoxService/Makefile.kmk
32include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk
33include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
34include $(PATH_SUB_CURRENT)/Network/Makefile.kmk
35ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
36include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
37endif
38ifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer),)
39include $(PATH_SUB_CURRENT)/Installer/Makefile.kmk
40endif
41
42#
43# Inf2Cat requires all the files referenced in the .inf file
44# to be present in the directory, so we have to do this from here.
45#
46INSTALLS += VBoxGuest-inf
47VBoxGuest-inf_INST = $(INST_ADDITIONS)
48VBoxGuest-inf_MODE = a+r,u+w
49ifndef VBOX_SIGN_ADDITIONS
50VBoxGuest-inf_SOURCES = VBoxGuest/VBoxGuest.inf
51else
52VBoxGuest-inf_SOURCES = \
53 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
54 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat \
55 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \
56 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \
57 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \
58 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll
59VBoxGuest-inf_CLEAN = $(VBoxGuest-inf_SOURCES)
60VBoxGuest-inf_BLDDIRS = $(PATH_TARGET)/VBoxGuestCat.dir
61
62$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
63 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<)
64 $(call VBOX_EDIT_INF32_FN,$<,$@)
65
66$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$(call DIRDEP,$$(@D))
67 $(INSTALL) -m 644 $< $(@D)
68
69$(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe: $$(TARGET_VBoxControl) | $$(call DIRDEP,$$(@D))
70 $(INSTALL) -m 755 $< $(@D)
71
72$(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe: $$(TARGET_VBoxService) | $$(call DIRDEP,$$(@D))
73 $(INSTALL) -m 755 $< $(@D)
74
75$(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll: $$(TARGET_VBCoInst) | $$(call DIRDEP,$$(@D))
76 $(INSTALL) -m 644 $< $(@D)
77
78$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat: \
79 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
80 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \
81 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \
82 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \
83 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll
84 $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<)
85 $(call VBOX_MAKE_CAT32_FN, $(@D),$@)
86
87endif # signing
88
89include $(PATH_KBUILD)/subfooter.kmk
90
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