VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/xmouse/Makefile@ 2362

Last change on this file since 2362 was 2362, checked in by vboxsync, 18 years ago

removed old stuff

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1#
2# Makefile for the VBox Linux Additions X.org mouse driver.
3#
4
5#
6# Copyright (C) 2006 InnoTek Systemberatung 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
21DEPTH = ../../../../..
22include $(PATH_KBUILD)/header.kmk
23
24SYSMODS = vboxmouse_drv
25DLLS = vboxmouse_drv_70 vboxmouse_drv_71
26
27# for BUILD_TARGET=l4
28SUFF_DLL = .so
29
30vboxmouse_drv_TEMPLATE = VBOXLNX32GUESTR3EXE
31vboxmouse_drv_DEFS = \
32 linux __i386__ _POSIX_C_SOURCE=199309L _POSIX_SOURCE _XOPEN_SOURCE \
33 _BSD_SOURCE _SVID_SOURCE _GNU_SOURCE SHAPE XINPUT XKB LBX XAPPGROUP \
34 XCSECURITY TOGCUP XF86BIGFONT DPMSExtension PIXPRIV PANORAMIX RENDER \
35 GCCUSESGAS AVOID_GLYPHBLT PIXPRIV SINGLEDEPTH XFreeXDGA XvExtension \
36 XFree86LOADER XFree86Server XF86VIDMODE XvMCExtension SMART_SCHEDULE \
37 BUILDDEBUG X_BYTE_ORDER=X_LITTLE_ENDIAN DNDEBUG FUNCPROTO=15 NARROWPROTO \
38 IN_MODULE XFree86Module PNP_MOUSE \
39 IN_RING3 VBOX
40vboxmouse_drv_CFLAGS = -fno-merge-constants
41vboxmouse_drv_SYSSUFF = .o
42vboxmouse_drv_LDFLAGS.release = -S
43vboxmouse_drv_INCS = \
44 ../x11include/4.2/exports/include/X11 \
45 ../x11include/4.2/include \
46 ../x11include/4.2/include/extensions \
47 ../x11include/4.2/programs/Xserver/include \
48 ../x11include/4.2/programs/Xserver/hw/xfree86 \
49 ../x11include/4.2/programs/Xserver/hw/xfree86/common \
50 ../x11include/4.2/programs/Xserver/hw/xfree86/os-support \
51 ../x11include/4.2/programs/Xserver/hw/xfree86/os-support/bus \
52 ../x11include/4.2/programs/Xserver/mi \
53 $(PATH_ROOT)/include
54vboxmouse_drv_SOURCES = \
55 mouse.c \
56 pnp.c \
57 VBoxUtils.c
58
59
60vboxmouse_drv_70_TEMPLATE = VBOXLNX32GUESTR3DLLNOCPP
61vboxmouse_drv_70_DEFS = \
62 XFree86Server IN_MODULE XFree86Module XFree86LOADER XINPUT \
63 IN_RING3 VBOX XORG_7X PIC
64vboxmouse_drv_70_LDFLAGS = -s
65vboxmouse_drv_70_INCS = \
66 ../x11include/7.0 \
67 ../x11include/7.0/X11 \
68 ../x11include/7.0/xorg
69vboxmouse_drv_70_SOURCES = \
70 xorg70/mouse.c \
71 xorg70/pnp.c \
72 VBoxUtils.c
73
74
75vboxmouse_drv_71_TEMPLATE = VBOXLNX32GUESTR3DLLNOCPP
76vboxmouse_drv_71_DEFS = $(vboxmouse_drv_70_DEFS)
77vboxmouse_drv_71_LDFLAGS = -s
78vboxmouse_drv_71_INCS = \
79 ../x11include/7.1 \
80 ../x11include/7.1/X11 \
81 ../x11include/7.1/xorg
82vboxmouse_drv_71_SOURCES = \
83 xorg71/mouse.c \
84 xorg71/pnp.c \
85 VBoxUtils.c
86
87
88include $(PATH_KBUILD)/footer.kmk
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