VirtualBox

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

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

HostDrivers/Makefiles: Eliminated (most) PATH_TARGET usage and pushed them up to root level (sub-makefile wise).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.4 KB
Line 
1# $Id: Makefile.kmk 12252 2008-09-09 01:58:29Z vboxsync $
2## @file
3# Sub-Makefile for the Windows Network Driver.
4#
5
6#
7# Copyright (C) 2006-2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25
26#
27# VBoxTap
28#
29SYSMODS.win += VBoxTAP
30VBoxTAP_TEMPLATE = VBOXR0DRV
31ifdef VBOX_SIGNING_MODE
32 VBoxTAP_NOINST = true
33endif
34VBoxTAP_SDKS = W2K3DDK WINPSDKINCS
35VBoxTAP_LDFLAGS.x86 = -Entry:DriverEntry@8
36VBoxTAP_LDFLAGS.amd64 = -Entry:DriverEntry
37VBoxTAP_SOURCES = \
38 tapdrvr.c \
39 VBoxTAP.rc
40VBoxTAP_LIBS = \
41 $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB) \
42 $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
43 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \
44 $(PATH_SDK_W2K3DDK_LIB)/ndis.lib \
45 $(PATH_SDK_W2K3DDK_LIB)/ntstrsafe.lib \
46 $(PATH_SDK_W2K3DDK_LIB)/BufferOverflowK.lib
47
48
49#
50# Install the .inf.
51#
52INSTALLS.win += VBoxTAP-inf
53VBoxTAP-inf_INST = $(INST_BIN)
54VBoxTAP-inf_MODE = a+r,u+w
55VBoxTAP-inf_SOURCES = \
56 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf
57VBoxTAP-inf_CLEAN = $(VBoxTAP-inf_SOURCES)
58VBoxTAP-inf_BLDDIRS = $(PATH_TARGET)/VBoxTAPCat.dir
59
60$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf: $(PATH_SUB_CURRENT)/VBoxTAP.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
61 $(call MSG_GENERATE,VBoxTAP-inf,$@,$<)
62 $(call VBOX_EDIT_INF_FN,$<,$@)
63
64ifdef VBOX_SIGNING_MODE
65VBoxTAP-inf_SOURCES += \
66 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat \
67 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys
68
69$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys: $$(TARGET_VBoxTAP) | $$(call DIRDEP,$$(@D))
70 $(INSTALL) -m 644 $< $(@D)
71
72$(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.cat: \
73 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.inf \
74 $(PATH_TARGET)/VBoxTAPCat.dir/VBoxTAP.sys
75 $(call MSG_TOOL,Inf2Cat,VBoxTAP-inf,$@,$<)
76 $(INSTALL) -m 644 $(TARGET_VBoxTAP) $(@D)
77 $(call VBOX_MAKE_CAT_FN, $(@D),$@)
78endif # signing
79
80
81# generate rules
82include $(KBUILD_PATH)/subfooter.kmk
83
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