Changeset 2639 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- May 14, 2007 8:33:35 PM (18 years ago)
- Location:
- trunk/src/VBox/Additions/linux/sharedfolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk
r2614 r2639 30 30 31 31 # 32 # Populate FILES_VBOXVFS_NOBIN and FILES_VBOXVFS_BIN 33 # 34 include files_vboxvfs 35 36 # 32 37 # Install the source. 33 38 # 34 39 vboxvfs-bin_INST = bin/additions/src/vboxvfs 35 40 vboxvfs-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 41 vboxvfs-bin_SOURCES = $(subst ",,$(FILES_VBOXVFS_NOBIN)) 89 42 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 43 vboxvfs-sh_INST = bin/additions/src/vboxvfs 44 vboxvfs-sh_MODE = a+rx,u+w 45 vboxvfs-sh_SOURCES = $(subst ",,$(FILES_VBOXVFS_BIN)) 94 46 95 47 # -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r2614 r2639 163 163 clean: 164 164 for f in . linux r0drv r0drv/linux; do rm -f $$f/*.o $$f/.*.cmd $$f/.*.flags; done 165 rm -rf .vbox drv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers165 rm -rf .vboxvfs* .tmp_ver* vboxvfs.* Module.symvers Modules.symvers
Note:
See TracChangeset
for help on using the changeset viewer.