Changeset 41477 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- May 29, 2012 11:43:27 AM (13 years ago)
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/Makefile.kmk
r36873 r41477 5 5 6 6 # 7 # Copyright (C) 2011 Oracle Corporation7 # Copyright (C) 2011-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxGuestControlSvc.dylib 47 47 48 include $( KBUILD_PATH)/subfooter.kmk48 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk
r38152 r41477 5 5 6 6 # 7 # Copyright (C) 2010 Oracle Corporation7 # Copyright (C) 2010-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 endif 45 45 46 include $( KBUILD_PATH)/subfooter.kmk46 include $(FILE_KBUILD_SUB_FOOTER) 47 47 -
trunk/src/VBox/HostServices/GuestProperties/Makefile.kmk
r28800 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 45 45 -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxGuestPropSvc.dylib 46 46 47 include $( KBUILD_PATH)/subfooter.kmk47 include $(FILE_KBUILD_SUB_FOOTER) 48 48 -
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r38152 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 41 41 endif 42 42 43 include $( KBUILD_PATH)/subfooter.kmk43 include $(FILE_KBUILD_SUB_FOOTER) 44 44 -
trunk/src/VBox/HostServices/Makefile.kmk
r39449 r41477 5 5 6 6 # 7 # Copyright (C) 2006-201 0Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 # Include sub-makefiles. … … 45 45 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 46 46 47 include $(KBUILD_PATH)/subfooter.kmk47 include $(FILE_KBUILD_SUB_FOOTER) 48 48 -
trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk
r38152 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 88 88 endif 89 89 90 include $( KBUILD_PATH)/subfooter.kmk90 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk
r37458 r41477 5 5 6 6 # 7 # Copyright (C) 2011 Oracle Corporation7 # Copyright (C) 2011-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 endif 32 32 33 include $( KBUILD_PATH)/subfooter.kmk33 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk
r28800 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 48 48 $(LIB_REM) 49 49 50 include $( KBUILD_PATH)/subfooter.kmk50 include $(FILE_KBUILD_SUB_FOOTER) 51 51 -
trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk
r39541 r41477 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 87 87 88 88 89 include $( KBUILD_PATH)/subfooter.kmk89 include $(FILE_KBUILD_SUB_FOOTER) 90 90 -
trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
r40859 r41477 5 5 6 6 # 7 # Copyright (C) 2008-201 0Oracle Corporation7 # Copyright (C) 2008-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 … … 149 149 ifdef VBOX_WITH_CRHGSMI 150 150 VBoxOGLcrserverlib_DEFS += ifdef VBOX_WITH_CRHGSMI 151 endif 151 endif 152 152 153 153 # … … 319 319 endif 320 320 321 include $(KBUILD_PATH)/subfooter.kmk322 321 include $(FILE_KBUILD_SUB_FOOTER) 322 -
trunk/src/VBox/HostServices/auth/Makefile.kmk
r38278 r41477 5 5 6 6 # 7 # Copyright (C) 2006-201 0Oracle Corporation7 # Copyright (C) 2006-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 61 61 62 62 63 include $( KBUILD_PATH)/subfooter.kmk63 include $(FILE_KBUILD_SUB_FOOTER) 64 64 -
trunk/src/VBox/HostServices/testcase/Makefile.kmk
r38152 r41477 5 5 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2012 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 18 18 SUB_DEPTH = ../../../.. 19 include 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 21 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) … … 39 39 endif # VBOX_WITH_TESTCASES 40 40 41 include $(KBUILD_PATH)/subfooter.kmk41 include $(FILE_KBUILD_SUB_FOOTER) 42 42
Note:
See TracChangeset
for help on using the changeset viewer.