VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk@ 7188

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

The Giant CDDL Dual-License Header Change.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.2 KB
Line 
1# $Id: Makefile.kmk 5999 2007-12-07 15:05:06Z vboxsync $
2## @file
3# Sub-Makefile for the Windows Network Driver.
4#
5
6#
7# Copyright (C) 2006-2007 innotek GmbH
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18DEPTH ?= ../../../..
19SUB_DEPTH = ..
20include $(PATH_KBUILD)/subheader.kmk
21
22
23
24#
25# VBoxTap
26#
27SYSMODS.win += VBoxTAP
28VBoxTAP_TEMPLATE = VBOXR0DRV
29ifdef VBOX_SIGNING_MODE
30 VBoxTAP_NOINST = true
31endif
32VBoxTAP_SDKS = W2K3DDK WINPSDKINCS
33VBoxTAP_LDFLAGS.x86 = -Entry:DriverEntry@8
34VBoxTAP_LDFLAGS.amd64 = -Entry:DriverEntry
35VBoxTAP_SOURCES = \
36 tapdrvr.c \
37 VBoxTAP.rc
38VBoxTAP_LIBS = \
39 $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB) \
40 $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
41 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \
42 $(PATH_SDK_W2K3DDK_LIB)/ndis.lib \
43 $(PATH_SDK_W2K3DDK_LIB)/ntstrsafe.lib \
44 $(PATH_SDK_W2K3DDK_LIB)/BufferOverflowK.lib
45
46#
47# Install the .inf.
48#
49INSTALLS.win += VBoxTAP-inf
50VBoxTAP-inf_INST = $(INST_BIN)
51VBoxTAP-inf_MODE = a+r,u+w
52VBoxTAP-inf_SOURCES = \
53 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf
54VBoxTAP-inf_CLEAN = $(VBoxTAP-inf_SOURCES)
55VBoxTAP-inf_BLDDIRS = $(PATH_TARGET)/VBoxTAPCat.dir
56
57$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf: $(PATH_SUB_CURRENT)/VBoxTAP.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
58 $(call MSG_GENERATE,VBoxTAP-inf,$@,$<)
59 $(call VBOX_EDIT_INF_FN,$<,$@)
60
61ifdef VBOX_SIGNING_MODE
62VBoxTAP-inf_SOURCES += \
63 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat \
64 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys
65
66$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys: $$(TARGET_VBoxTAP) | $$(call DIRDEP,$$(@D))
67 $(INSTALL) -m 644 $< $(@D)
68
69$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat: \
70 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf \
71 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys
72 $(call MSG_TOOL,Inf2Cat,VBoxTAP-inf,$@,$<)
73 $(INSTALL) -m 644 $(TARGET_VBoxTAP) $(@D)
74 $(call VBOX_MAKE_CAT_FN, $(@D),$@)
75endif # signing
76
77
78# generate rules
79include $(PATH_KBUILD)/subfooter.kmk
80
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