VirtualBox

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

Last change on this file since 7987 was 7987, checked in by vboxsync, 16 years ago

Backed out 29633 & 29635 for now

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 3.2 KB
Line 
1# $Id: Makefile.kmk 7987 2008-04-15 13:29:05Z 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 (GPL) as published by the Free Software
12# Foundation, in version 2 as it comes in the "COPYING" file of the
13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16
17DEPTH ?= ../../../..
18SUB_DEPTH = ..
19include $(PATH_KBUILD)/subheader.kmk
20
21# Include Sub-Makefiles.
22include $(PATH_SUB_CURRENT)/Graphics/Makefile.kmk
23include $(PATH_SUB_CURRENT)/i8042prt/Makefile.kmk
24include $(PATH_SUB_CURRENT)/MouseFilter/Makefile.kmk
25include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
26include $(PATH_SUB_CURRENT)/VBoxService/Makefile.kmk
27include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk
28include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
29include $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk
30ifndef VBOX_OSE
31include $(PATH_SUB_CURRENT)/Network/Makefile.kmk
32include $(PATH_SUB_CURRENT)/VBoxUSB/Makefile.kmk
33endif
34ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
35include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
36endif
37ifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer),)
38include $(PATH_SUB_CURRENT)/Installer/Makefile.kmk
39endif
40
41#
42# Inf2Cat requires all the files referenced in the .inf file
43# to be present in the directory, so we have to do this from here.
44#
45INSTALLS += VBoxGuest-inf
46VBoxGuest-inf_INST = $(INST_ADDITIONS)
47VBoxGuest-inf_MODE = a+r,u+w
48ifndef VBOX_SIGN_ADDITIONS
49VBoxGuest-inf_SOURCES = VBoxGuest/VBoxGuest.inf
50else
51VBoxGuest-inf_SOURCES = \
52 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
53 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat \
54 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \
55 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \
56 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \
57 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll
58VBoxGuest-inf_CLEAN = $(VBoxGuest-inf_SOURCES)
59VBoxGuest-inf_BLDDIRS = $(PATH_TARGET)/VBoxGuestCat.dir
60
61$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/VBoxGuest/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
62 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<)
63 $(call VBOX_EDIT_INF32_FN,$<,$@)
64
65$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$(call DIRDEP,$$(@D))
66 $(INSTALL) -m 644 $< $(@D)
67
68$(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe: $$(TARGET_VBoxControl) | $$(call DIRDEP,$$(@D))
69 $(INSTALL) -m 755 $< $(@D)
70
71$(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe: $$(TARGET_VBoxService) | $$(call DIRDEP,$$(@D))
72 $(INSTALL) -m 755 $< $(@D)
73
74$(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll: $$(TARGET_VBCoInst) | $$(call DIRDEP,$$(@D))
75 $(INSTALL) -m 644 $< $(@D)
76
77$(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.cat: \
78 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf \
79 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys \
80 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe \
81 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxService.exe \
82 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll
83 $(call MSG_TOOL,Inf2Cat,VBoxGuest-inf,$@,$<)
84 $(call VBOX_MAKE_CAT32_FN, $(@D),$@)
85
86endif # signing
87
88include $(PATH_KBUILD)/subfooter.kmk
89
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