- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 14 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r76553 r77390 27 27 # Linux kbuild sets this to our source directory if we are called from there 28 28 obj ?= $(CURDIR) 29 include $(obj)/Makefile .include.header29 include $(obj)/Makefile-header.gmk 30 30 31 31 MOD_NAME = vboxguest … … 157 157 common/string common/table common/time 158 158 159 include $(obj)/Makefile .include.footer159 include $(obj)/Makefile-footer.gmk 160 160 161 161 check: $(MOD_NAME) -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r76553 r77390 94 94 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp=>VBoxGuestR0LibPhysHeap.c \ 95 95 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibVMMDev.cpp=>VBoxGuestR0LibVMMDev.c \ 96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 98 98 ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \ 99 99 ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \ -
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r76553 r77390 20 20 # Linux kbuild sets this to our source directory if we are called from there 21 21 obj ?= $(CURDIR) 22 include $(obj)/Makefile .include.header22 include $(obj)/Makefile-header.gmk 23 23 24 24 BUILD = … … 41 41 MOD_INCL = -I$(KBUILD_EXTMOD) -Iinclude/drm 42 42 43 include $(obj)/Makefile .include.footer43 include $(obj)/Makefile-footer.gmk 44 44 45 45 else # ! wildcard $(KERN_INCL)/drm/drm_rect.h -
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r76553 r77390 41 41 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_ttm.c=>vbox_ttm.c \ 42 42 ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_hgsmi.c=>vbox_hgsmi.c \ 43 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\44 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\43 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 44 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 45 45 ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \ 46 46 " -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r77389 r77390 23 23 # Linux kbuild sets this to our source directory if we are called from there 24 24 obj ?= $(CURDIR) 25 include $(obj)/Makefile .include.header25 include $(obj)/Makefile-header.gmk 26 26 27 27 MOD_NAME = vboxsf … … 89 89 MOD_CLEAN = . linux r0drv r0drv/linux 90 90 91 include $(obj)/Makefile .include.footer91 include $(obj)/Makefile-footer.gmk 92 92 -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r76553 r77390 28 28 # there 29 29 obj ?= $(CURDIR) 30 include $(obj)/Makefile .include.header30 include $(obj)/Makefile-header.gmk 31 31 32 32 MOD_NAME = vboxdrv … … 163 163 -fno-omit-frame-pointer -fno-pie 164 164 165 include $(obj)/Makefile .include.footer165 include $(obj)/Makefile-footer.gmk 166 166 167 167 check: $(MODULE) -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r76553 r77390 94 94 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvInternal.h=>SUPDrvInternal.h \ 95 95 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPLibAll.cpp=>SUPLibAll.c \ 96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\96 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 97 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 98 98 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \ 99 99 ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \ -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r76553 r77390 26 26 # Linux kbuild sets this to our source directory if we are called from there 27 27 obj ?= $(CURDIR) 28 include $(obj)/Makefile .include.header28 include $(obj)/Makefile-header.gmk 29 29 30 30 # override is required by the Debian guys … … 70 70 MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie 71 71 72 include $(obj)/Makefile .include.footer72 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r76553 r77390 78 78 ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c=>VBoxNetAdp.c \ 79 79 ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h=>VBoxNetAdpInternal.h \ 80 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\81 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\80 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 81 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 82 82 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 83 83 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r76553 r77390 27 27 # there 28 28 obj ?= $(CURDIR) 29 include $(obj)/Makefile .include.header29 include $(obj)/Makefile-header.gmk 30 30 31 31 MOD_NAME = vboxnetflt … … 74 74 MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie 75 75 76 include $(obj)/Makefile .include.footer76 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt
r76553 r77390 85 85 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \ 86 86 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c=>linux/SUPR0IdcClient-linux.c \ 87 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\88 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\87 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 88 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 89 89 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 90 90 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \ -
trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile
r76553 r77390 26 26 # Linux kbuild sets this to our source directory if we are called from there 27 27 obj ?= $(CURDIR) 28 include $(obj)/Makefile .include.header28 include $(obj)/Makefile-header.gmk 29 29 30 30 # override is required by the Debian guys … … 71 71 MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie 72 72 73 include $(obj)/Makefile .include.footer73 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci
r76553 r77390 83 83 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \ 84 84 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c=>linux/SUPR0IdcClient-linux.c \ 85 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\86 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\85 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 86 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 87 87 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 88 88 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \ -
trunk/src/VBox/Installer/.scm-settings
r76553 r77390 57 57 --filter-out-files /linux/distributions_deb 58 58 --filter-out-files /linux/distributions_rpm 59 /linux/Makefile .include.footer: --treat-as Makefile --no-convert-eol60 /linux/Makefile .include.header: --treat-as Makefile --no-convert-eol59 /linux/Makefile-footer.gmk: --treat-as Makefile --no-convert-eol 60 /linux/Makefile-header.gmk: --treat-as Makefile --no-convert-eol 61 61 /linux/rpm/rules: --treat-as Makefile --no-convert-eol --dont-set-svn-executable 62 62 /linux/rpm/VirtualBox.tmpl.spec: --treat-as .sh -
trunk/src/VBox/Installer/linux/Makefile-footer.gmk
r77389 r77390 3 3 # VirtualBox Guest Additions kernel module Makefile, common parts. 4 4 # 5 # See Makefile .include.headerfor details of how to use this.5 # See Makefile-header.gmk for details of how to use this. 6 6 # 7 7 -
trunk/src/VBox/Installer/linux/Makefile-header.gmk
r77389 r77390 30 30 # # there 31 31 # obj ?= $(CURDIR) 32 # include $(obj)/Makefile .include.header32 # include $(obj)/Makefile-header.gmk 33 33 # MOD_NAME = <name of the module to be built, without extension> 34 34 # MOD_OBJS = <list of object files which should be included> … … 36 36 # MOD_INCL = <any additional include paths which this module needs> 37 37 # MOD_CFLAGS = <any additional CFLAGS which this module needs> 38 # include $(obj)/Makefile .include.footer38 # include $(obj)/Makefile-footer.gmk 39 39 # 40 40 # The kmk kBuild define KBUILD_TARGET_ARCH is available.
Note:
See TracChangeset
for help on using the changeset viewer.