VirtualBox

Changeset 77390 in vbox for trunk/src


Ignore:
Timestamp:
Feb 20, 2019 3:51:56 PM (6 years ago)
Author:
vboxsync
Message:

Renamed the common linux makefile includes to use a more conventional stuffix based scheme to simplify syntax highlighting.

Location:
trunk/src/VBox
Files:
14 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r76553 r77390  
    2727# Linux kbuild sets this to our source directory if we are called from there
    2828obj ?= $(CURDIR)
    29 include $(obj)/Makefile.include.header
     29include $(obj)/Makefile-header.gmk
    3030
    3131MOD_NAME = vboxguest
     
    157157                common/string common/table common/time
    158158
    159 include $(obj)/Makefile.include.footer
     159include $(obj)/Makefile-footer.gmk
    160160
    161161check: $(MOD_NAME)
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r76553 r77390  
    9494    ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp=>VBoxGuestR0LibPhysHeap.c \
    9595    ${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 \
    9898    ${PATH_ROOT}/src/VBox/Runtime/include/internal/assert.h=>include/internal/assert.h \
    9999    ${PATH_ROOT}/src/VBox/Runtime/include/internal/initterm.h=>include/internal/initterm.h \
  • trunk/src/VBox/Additions/linux/drm/Makefile.module.kms

    r76553 r77390  
    2020# Linux kbuild sets this to our source directory if we are called from there
    2121obj ?= $(CURDIR)
    22 include $(obj)/Makefile.include.header
     22include $(obj)/Makefile-header.gmk
    2323
    2424BUILD =
     
    4141MOD_INCL   = -I$(KBUILD_EXTMOD) -Iinclude/drm
    4242
    43 include $(obj)/Makefile.include.footer
     43include $(obj)/Makefile-footer.gmk
    4444
    4545else  # ! wildcard $(KERN_INCL)/drm/drm_rect.h
  • trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv

    r76553 r77390  
    4141    ${PATH_ROOT}/src/VBox/Additions/linux/drm/vbox_ttm.c=>vbox_ttm.c \
    4242    ${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 \
    4545    ${PATH_ROOT}/src/VBox/Additions/linux/drm/Makefile.module.kms=>Makefile \
    4646"
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module

    r77389 r77390  
    2323# Linux kbuild sets this to our source directory if we are called from there
    2424obj ?= $(CURDIR)
    25 include $(obj)/Makefile.include.header
     25include $(obj)/Makefile-header.gmk
    2626
    2727MOD_NAME = vboxsf
     
    8989MOD_CLEAN = . linux r0drv r0drv/linux
    9090
    91 include $(obj)/Makefile.include.footer
     91include $(obj)/Makefile-footer.gmk
    9292
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r76553 r77390  
    2828# there
    2929obj ?= $(CURDIR)
    30 include $(obj)/Makefile.include.header
     30include $(obj)/Makefile-header.gmk
    3131
    3232MOD_NAME = vboxdrv
     
    163163        -fno-omit-frame-pointer -fno-pie
    164164
    165 include $(obj)/Makefile.include.footer
     165include $(obj)/Makefile-footer.gmk
    166166
    167167check: $(MODULE)
  • trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv

    r76553 r77390  
    9494    ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPDrvInternal.h=>SUPDrvInternal.h \
    9595    ${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 \
    9898    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/alloc.cpp=>common/alloc/alloc.c \
    9999    ${PATH_ROOT}/src/VBox/Runtime/common/alloc/heapsimple.cpp=>common/alloc/heapsimple.c \
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r76553 r77390  
    2626# Linux kbuild sets this to our source directory if we are called from there
    2727obj ?= $(CURDIR)
    28 include $(obj)/Makefile.include.header
     28include $(obj)/Makefile-header.gmk
    2929
    3030# override is required by the Debian guys
     
    7070MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
    7171
    72 include $(obj)/Makefile.include.footer
     72include $(obj)/Makefile-footer.gmk
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp

    r76553 r77390  
    7878    ${PATH_ROOT}/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c=>VBoxNetAdp.c \
    7979    ${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 \
    8282    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \
    8383    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile

    r76553 r77390  
    2727# there
    2828obj ?= $(CURDIR)
    29 include $(obj)/Makefile.include.header
     29include $(obj)/Makefile-header.gmk
    3030
    3131MOD_NAME = vboxnetflt
     
    7474MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
    7575
    76 include $(obj)/Makefile.include.footer
     76include $(obj)/Makefile-footer.gmk
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt

    r76553 r77390  
    8585    ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \
    8686    ${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 \
    8989    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \
    9090    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
  • trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile

    r76553 r77390  
    2626# Linux kbuild sets this to our source directory if we are called from there
    2727obj ?= $(CURDIR)
    28 include $(obj)/Makefile.include.header
     28include $(obj)/Makefile-header.gmk
    2929
    3030# override is required by the Debian guys
     
    7171MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie
    7272
    73 include $(obj)/Makefile.include.footer
     73include $(obj)/Makefile-footer.gmk
  • trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci

    r76553 r77390  
    8383    ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \
    8484    ${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 \
    8787    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \
    8888    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
  • trunk/src/VBox/Installer/.scm-settings

    r76553 r77390  
    5757--filter-out-files /linux/distributions_deb
    5858--filter-out-files /linux/distributions_rpm
    59 /linux/Makefile.include.footer:                 --treat-as Makefile --no-convert-eol
    60 /linux/Makefile.include.header:                 --treat-as Makefile --no-convert-eol
     59/linux/Makefile-footer.gmk:                 --treat-as Makefile --no-convert-eol
     60/linux/Makefile-header.gmk:                 --treat-as Makefile --no-convert-eol
    6161/linux/rpm/rules:                               --treat-as Makefile --no-convert-eol --dont-set-svn-executable
    6262/linux/rpm/VirtualBox.tmpl.spec:                --treat-as .sh
  • trunk/src/VBox/Installer/linux/Makefile-footer.gmk

    r77389 r77390  
    33# VirtualBox Guest Additions kernel module Makefile, common parts.
    44#
    5 # See Makefile.include.header for details of how to use this.
     5# See Makefile-header.gmk for details of how to use this.
    66#
    77
  • trunk/src/VBox/Installer/linux/Makefile-header.gmk

    r77389 r77390  
    3030# # there
    3131# obj ?= $(CURDIR)
    32 # include $(obj)/Makefile.include.header
     32# include $(obj)/Makefile-header.gmk
    3333# MOD_NAME = <name of the module to be built, without extension>
    3434# MOD_OBJS = <list of object files which should be included>
     
    3636# MOD_INCL = <any additional include paths which this module needs>
    3737# MOD_CFLAGS = <any additional CFLAGS which this module needs>
    38 # include $(obj)/Makefile.include.footer
     38# include $(obj)/Makefile-footer.gmk
    3939#
    4040# The kmk kBuild define KBUILD_TARGET_ARCH is available.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette