VirtualBox

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

Last change on this file since 33280 was 28800, checked in by vboxsync, 15 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1# $Id: Makefile.kmk 28800 2010-04-27 08:22:32Z vboxsync $
2## @file
3# Sub-Makefile for the VirtualBox NT4 guest additions mouse driver.
4#
5
6#
7# Copyright (C) 2006-2007 Oracle Corporation
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
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21ifeq ($(KBUILD_TARGET_ARCH),x86)
22SYSMODS += VBoxMouseNT
23VBoxMouseNT_TEMPLATE = VBOXGUESTR0
24VBoxMouseNT_DEFS = LOG_TO_BACKDOOR
25VBoxMouseNT_INCS = \
26 $(PATH_VBoxMouseNT) \
27 ./include \
28 ./i386
29VBoxMouseNT_LDFLAGS = -Entry:DriverEntry@8
30VBoxMouseNT_SOURCES = \
31 i8042cmn.c \
32 i8042dep.c \
33 devdesc.c \
34 kbdcmn.c \
35 kbddep.c \
36 moucmn.c \
37 moudep.c \
38 i8042prt.rc
39VBoxMouseNT_LIBS = \
40 $(PATH_SDK_W2K3DDK_LIB)/exsup.lib \
41 $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
42 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \
43 $(VBOX_LIB_VBGL_R0) \
44 $(VBOX_LIB_IPRT_GUEST_R0_NT4)
45VBoxMouseNT_DEPS = \
46 $(PATH_VBoxMouseNT)/i8042log.rc
47VBoxMouseNT_CLEAN = \
48 $(PATH_VBoxMouseNT)/i8042log.dbg \
49 $(PATH_VBoxMouseNT)/i8042log.h \
50 $(PATH_VBoxMouseNT)/i8042log.rc \
51 $(PATH_VBoxMouseNT)/MSG00001.bin
52
53$$(PATH_VBoxMouseNT)/i8042log.rc: $(PATH_SUB_CURRENT)/i8042log.mc | $$(dir $$@)
54 $(call MSG_COMPILE,VBoxMouseNT,$<,$@,RC)
55 $(QUIET)$(WIN32_MC) \
56 -r $(PATH_VBoxMouseNT)/ \
57 -x $(PATH_VBoxMouseNT)/ \
58 -h $(PATH_VBoxMouseNT)/ \
59 $(subst /,\\,$<)
60endif # x86
61
62include $(KBUILD_PATH)/subfooter.kmk
63
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