VirtualBox

Ignore:
Timestamp:
May 14, 2007 8:33:35 PM (18 years ago)
Author:
vboxsync
Message:

share files between Makefile.kmk and export_modules

Location:
trunk/src/VBox/Additions/linux/sharedfolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk

    r2614 r2639  
    3030
    3131#
     32# Populate FILES_VBOXVFS_NOBIN and FILES_VBOXVFS_BIN
     33#
     34include files_vboxvfs
     35
     36#
    3237# Install the source.
    3338#
    3439vboxvfs-bin_INST        = bin/additions/src/vboxvfs
    3540vboxvfs-bin_MODE        = a+r,u+w
    36 vboxvfs-bin_SOURCES     = \
    37         $(PATH_ROOT)/include/iprt/alloc.h=>include/iprt/alloc.h \
    38         $(PATH_ROOT)/include/iprt/asm.h=>include/iprt/asm.h \
    39         $(PATH_ROOT)/include/iprt/assert.h=>include/iprt/assert.h \
    40         $(PATH_ROOT)/include/iprt/cdefs.h=>include/iprt/cdefs.h \
    41         $(PATH_ROOT)/include/iprt/err.h=>include/iprt/err.h \
    42         $(PATH_ROOT)/include/iprt/fs.h=>include/iprt/fs.h \
    43         $(PATH_ROOT)/include/iprt/log.h=>include/iprt/log.h \
    44         $(PATH_ROOT)/include/iprt/mem.h=>include/iprt/mem.h \
    45         $(PATH_ROOT)/include/iprt/param.h=>include/iprt/param.h \
    46         $(PATH_ROOT)/include/iprt/path.h=>include/iprt/path.h \
    47         $(PATH_ROOT)/include/iprt/semaphore.h=>include/iprt/semaphore.h \
    48         $(PATH_ROOT)/include/iprt/stdarg.h=>include/iprt/stdarg.h \
    49         $(PATH_ROOT)/include/iprt/stdint.h=>include/iprt/stdint.h \
    50         $(PATH_ROOT)/include/iprt/string.h=>include/iprt/string.h \
    51         $(PATH_ROOT)/include/iprt/time.h=>include/iprt/time.h \
    52         $(PATH_ROOT)/include/iprt/types.h=>include/iprt/types.h \
    53         $(PATH_ROOT)/include/VBox/cdefs.h=>include/VBox/cdefs.h \
    54         $(PATH_ROOT)/include/VBox/err.h=>include/VBox/err.h \
    55         $(PATH_ROOT)/include/VBox/hgcmsvc.h=>include/VBox/hgcmsvc.h \
    56         $(PATH_ROOT)/include/VBox/log.h=>include/VBox/log.h \
    57         $(PATH_ROOT)/include/VBox/ostypes.h=>include/VBox/ostypes.h \
    58         $(PATH_ROOT)/include/VBox/shflsvc.h=>include/VBox/shflsvc.h \
    59         $(PATH_ROOT)/include/VBox/types.h=>include/VBox/types.h \
    60         $(PATH_ROOT)/include/VBox/VBoxGuest.h=>include/VBox/VBoxGuest.h \
    61         $(PATH_ROOT)/include/VBox/VBoxGuestLib.h=>include/VBox/VBoxGuestLib.h \
    62         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp=>GenericRequest.c \
    63         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp=>HGCM.c \
    64         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \
    65         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \
    66         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp=>SysHlp.c \
    67         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \
    68         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \
    69         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c=>VBoxCalls.c \
    70         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h=>VBoxCalls.h \
    71         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \
    72         $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp=>VMMDev.c \
    73         $(PATH_ROOT)/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \
    74         $(PATH_ROOT)/src/VBox/Runtime/r0drv/alloc-r0drv.cpp=>r0drv/alloc-r0drv.c \
    75         $(PATH_ROOT)/src/VBox/Runtime/r0drv/alloc-r0drv.h=>r0drv/alloc-r0drv.h \
    76         $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c=>r0drv/linux/alloc-r0drv-linux.c \
    77         $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c=>r0drv/linux/semaphore-r0drv-linux.c \
    78         $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/string.h=>r0drv/linux/string.h \
    79         $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
    80         $(PATH_OUT)/version-generated.h=>version-generated.h \
    81         Makefile.module=>Makefile \
    82         dirops.c=>dirops.c \
    83         regops.c=>regops.c \
    84         utils.c=>utils.c \
    85         vfs-utils.c=>vfs-utils.c \
    86         vbsfmount.h=>vbsfmount.h \
    87         vfsmod.c=>vfsmod.c \
    88         vfsmod.h=>vfsmod.h
     41vboxvfs-bin_SOURCES     = $(subst ",,$(FILES_VBOXVFS_NOBIN))
    8942
    90 vboxvfs-sh_INST        = bin/additions/src/vboxvfs
    91 vboxvfs-sh_MODE        = a+rx,u+w
    92 vboxvfs-sh_SOURCES     = \
    93         $(PATH_ROOT)/src/VBox/HostDrivers/Support/linux/build_in_tmp=>build_in_tmp
     43vboxvfs-sh_INST         = bin/additions/src/vboxvfs
     44vboxvfs-sh_MODE         = a+rx,u+w
     45vboxvfs-sh_SOURCES      = $(subst ",,$(FILES_VBOXVFS_BIN))
    9446
    9547#
  • trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module

    r2614 r2639  
    163163clean:
    164164        for f in . linux r0drv r0drv/linux; do rm -f $$f/*.o $$f/.*.cmd $$f/.*.flags; done
    165         rm -rf .vboxdrv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers
     165        rm -rf .vboxvfs* .tmp_ver* vboxvfs.* Module.symvers Modules.symvers
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