Changeset 35381 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 30, 2010 4:12:47 PM (14 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r32690 r35381 95 95 $(PATH_TARGET)/VBoxGuestCat.dir 96 96 97 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/common/VBoxGuest/win/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$( call DIRDEP,$$(@D))97 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.inf: $(PATH_SUB_CURRENT)/common/VBoxGuest/win/VBoxGuest.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 98 98 $(call MSG_GENERATE,VBoxGuest-inf,$@,$<) 99 99 $(call VBOX_EDIT_INF_FN,$<,$@) 100 100 101 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$( call DIRDEP,$$(@D))101 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxGuest.sys: $$(TARGET_VBoxGuest) | $$(dir $$@) 102 102 $(INSTALL) -m 644 $< $(@D) 103 103 104 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe: $$(TARGET_VBoxControl) | $$( call DIRDEP,$$(@D))104 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxControl.exe: $$(TARGET_VBoxControl) | $$(dir $$@) 105 105 $(INSTALL) -m 755 $< $(@D) 106 106 107 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$( call DIRDEP,$$(@D))107 $(PATH_TARGET)/VBoxGuestCat.dir/VBoxTray.exe: $$(TARGET_VBoxTray) | $$(dir $$@) 108 108 $(INSTALL) -m 755 $< $(@D) 109 109 110 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll: $$(TARGET_VBCoInst) | $$( call DIRDEP,$$(@D))110 $(PATH_TARGET)/VBoxGuestCat.dir/VBCoInst.dll: $$(TARGET_VBCoInst) | $$(dir $$@) 111 111 $(INSTALL) -m 644 $< $(@D) 112 112 -
trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk
r35351 r35381 46 46 $(PATH_TARGET)/VBoxVideoCat.dir 47 47 48 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/Miniport/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$( call DIRDEP,$$(@D))48 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.inf: $(PATH_SUB_CURRENT)/Miniport/VBoxVideo.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 49 49 $(call MSG_GENERATE,VBoxVideo-inf,$@,$<) 50 50 $(call VBOX_EDIT_INF_FN,$<,$@) 51 51 52 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys: $$(TARGET_VBoxVideo) | $$( call DIRDEP,$$(@D))53 $(INSTALL) -m 644 $< $(@D) 54 55 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll: $$(TARGET_VBoxDisp) | $$( call DIRDEP,$$(@D))52 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxVideo.sys: $$(TARGET_VBoxVideo) | $$(dir $$@) 53 $(INSTALL) -m 644 $< $(@D) 54 55 $(PATH_TARGET)/VBoxVideoCat.dir/VBoxDisp.dll: $$(TARGET_VBoxDisp) | $$(dir $$@) 56 56 $(INSTALL) -m 644 $< $(@D) 57 57 … … 122 122 VBOXWDDM_EDIT_INF_GL_FN_ARG = $(if $(VBOXWDDM_WITH_GL),-e 's/^;gl *//', -e '/^;gl /d') 123 123 124 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.inf: $(PATH_SUB_CURRENT)/Miniport/wddm/VBoxVideoWddm.inf $(MAKEFILE_CURRENT) | $$( call DIRDEP,$$(@D))124 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.inf: $(PATH_SUB_CURRENT)/Miniport/wddm/VBoxVideoWddm.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 125 125 $(call MSG_GENERATE,VBoxVideoWddm-inf,$@,$<) 126 126 $(call VBOX_EDIT_INF_FN,$<,$@ $(VBOXWDDM_EDIT_INF_DISPD3D_FN_ARG) $(VBOXWDDM_EDIT_INF_GL_FN_ARG)) 127 127 128 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.sys: $$(TARGET_VBoxVideoWddm) | $$( call DIRDEP,$$(@D))128 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxVideoWddm.sys: $$(TARGET_VBoxVideoWddm) | $$(dir $$@) 129 129 $(INSTALL) -m 644 $< $(@D) 130 130 131 131 ifdef VBOXWDDM_WITH_DISPD3D 132 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$(TARGET_VBoxDispD3D) | $$( call DIRDEP,$$(@D))132 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D.dll: $$(TARGET_VBoxDispD3D) | $$(dir $$@) 133 133 $(INSTALL) -m 644 $< $(@D) 134 134 135 135 ifeq ($(KBUILD_TARGET_ARCH),amd64) 136 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D-x86.dll: $$(TARGET_VBoxDispD3D-x86) | $$( call DIRDEP,$$(@D))136 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxDispD3D-x86.dll: $$(TARGET_VBoxDispD3D-x86) | $$(dir $$@) 137 137 $(INSTALL) -m 644 $< $(@D) 138 138 endif … … 140 140 141 141 ifdef VBOXWDDM_WITH_GL 142 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL.dll: $$(TARGET_VBoxOGL) | $$( call DIRDEP,$$(@D))143 $(INSTALL) -m 644 $< $(@D) 144 145 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm.dll: $$(TARGET_VBoxD3D9wddm) | $$( call DIRDEP,$$(@D))146 $(INSTALL) -m 644 $< $(@D) 147 148 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm.dll: $$(TARGET_wined3dwddm) | $$( call DIRDEP,$$(@D))149 $(INSTALL) -m 644 $< $(@D) 150 151 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu.dll: $$(TARGET_VBoxOGLarrayspu) | $$( call DIRDEP,$$(@D))152 $(INSTALL) -m 644 $< $(@D) 153 154 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil.dll: $$(TARGET_VBoxOGLcrutil) | $$( call DIRDEP,$$(@D))155 $(INSTALL) -m 644 $< $(@D) 156 157 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu.dll: $$(TARGET_VBoxOGLerrorspu) | $$( call DIRDEP,$$(@D))158 $(INSTALL) -m 644 $< $(@D) 159 160 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu.dll: $$(TARGET_VBoxOGLfeedbackspu) | $$( call DIRDEP,$$(@D))161 $(INSTALL) -m 644 $< $(@D) 162 163 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu.dll: $$(TARGET_VBoxOGLpackspu) | $$( call DIRDEP,$$(@D))164 $(INSTALL) -m 644 $< $(@D) 165 166 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu.dll: $$(TARGET_VBoxOGLpassthroughspu) | $$( call DIRDEP,$$(@D))142 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL.dll: $$(TARGET_VBoxOGL) | $$(dir $$@) 143 $(INSTALL) -m 644 $< $(@D) 144 145 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm.dll: $$(TARGET_VBoxD3D9wddm) | $$(dir $$@) 146 $(INSTALL) -m 644 $< $(@D) 147 148 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm.dll: $$(TARGET_wined3dwddm) | $$(dir $$@) 149 $(INSTALL) -m 644 $< $(@D) 150 151 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu.dll: $$(TARGET_VBoxOGLarrayspu) | $$(dir $$@) 152 $(INSTALL) -m 644 $< $(@D) 153 154 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil.dll: $$(TARGET_VBoxOGLcrutil) | $$(dir $$@) 155 $(INSTALL) -m 644 $< $(@D) 156 157 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu.dll: $$(TARGET_VBoxOGLerrorspu) | $$(dir $$@) 158 $(INSTALL) -m 644 $< $(@D) 159 160 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu.dll: $$(TARGET_VBoxOGLfeedbackspu) | $$(dir $$@) 161 $(INSTALL) -m 644 $< $(@D) 162 163 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu.dll: $$(TARGET_VBoxOGLpackspu) | $$(dir $$@) 164 $(INSTALL) -m 644 $< $(@D) 165 166 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu.dll: $$(TARGET_VBoxOGLpassthroughspu) | $$(dir $$@) 167 167 $(INSTALL) -m 644 $< $(@D) 168 168 169 169 ifeq ($(KBUILD_TARGET_ARCH), amd64) 170 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL-x86.dll: $$(TARGET_VBoxOGL-x86) | $$( call DIRDEP,$$(@D))171 $(INSTALL) -m 644 $< $(@D) 172 173 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm-x86.dll: $$(TARGET_VBoxD3D9wddm-x86) | $$( call DIRDEP,$$(@D))174 $(INSTALL) -m 644 $< $(@D) 175 176 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm-x86.dll: $$(TARGET_wined3dwddm-x86) | $$( call DIRDEP,$$(@D))177 $(INSTALL) -m 644 $< $(@D) 178 179 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu-x86.dll: $$(TARGET_VBoxOGLarrayspu-x86) | $$( call DIRDEP,$$(@D))180 $(INSTALL) -m 644 $< $(@D) 181 182 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil-x86.dll: $$(TARGET_VBoxOGLcrutil-x86) | $$( call DIRDEP,$$(@D))183 $(INSTALL) -m 644 $< $(@D) 184 185 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu-x86.dll: $$(TARGET_VBoxOGLerrorspu-x86) | $$( call DIRDEP,$$(@D))186 $(INSTALL) -m 644 $< $(@D) 187 188 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu-x86.dll: $$(TARGET_VBoxOGLfeedbackspu-x86) | $$( call DIRDEP,$$(@D))189 $(INSTALL) -m 644 $< $(@D) 190 191 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu-x86.dll: $$(TARGET_VBoxOGLpackspu-x86) | $$( call DIRDEP,$$(@D))192 $(INSTALL) -m 644 $< $(@D) 193 194 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu-x86.dll: $$(TARGET_VBoxOGLpassthroughspu-x86) | $$( call DIRDEP,$$(@D))170 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGL-x86.dll: $$(TARGET_VBoxOGL-x86) | $$(dir $$@) 171 $(INSTALL) -m 644 $< $(@D) 172 173 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxD3D9wddm-x86.dll: $$(TARGET_VBoxD3D9wddm-x86) | $$(dir $$@) 174 $(INSTALL) -m 644 $< $(@D) 175 176 $(PATH_TARGET)/VBoxVideoWddmCat.dir/wined3dwddm-x86.dll: $$(TARGET_wined3dwddm-x86) | $$(dir $$@) 177 $(INSTALL) -m 644 $< $(@D) 178 179 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLarrayspu-x86.dll: $$(TARGET_VBoxOGLarrayspu-x86) | $$(dir $$@) 180 $(INSTALL) -m 644 $< $(@D) 181 182 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLcrutil-x86.dll: $$(TARGET_VBoxOGLcrutil-x86) | $$(dir $$@) 183 $(INSTALL) -m 644 $< $(@D) 184 185 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLerrorspu-x86.dll: $$(TARGET_VBoxOGLerrorspu-x86) | $$(dir $$@) 186 $(INSTALL) -m 644 $< $(@D) 187 188 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLfeedbackspu-x86.dll: $$(TARGET_VBoxOGLfeedbackspu-x86) | $$(dir $$@) 189 $(INSTALL) -m 644 $< $(@D) 190 191 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpackspu-x86.dll: $$(TARGET_VBoxOGLpackspu-x86) | $$(dir $$@) 192 $(INSTALL) -m 644 $< $(@D) 193 194 $(PATH_TARGET)/VBoxVideoWddmCat.dir/VBoxOGLpassthroughspu-x86.dll: $$(TARGET_VBoxOGLpassthroughspu-x86) | $$(dir $$@) 195 195 $(INSTALL) -m 644 $< $(@D) 196 196 endif -
trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk
r28800 r35381 53 53 VBoxMouse-inf_BLDDIRS = $(PATH_TARGET)/VBoxMouseCat.dir 54 54 55 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf: $(PATH_SUB_CURRENT)/VBoxMouse.inf $(MAKEFILE_CURRENT) | $$( call DIRDEP,$$(@D))55 $(PATH_TARGET)/VBoxMouseCat.dir/VBoxMouse.inf: $(PATH_SUB_CURRENT)/VBoxMouse.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 56 56 $(call MSG_GENERATE,VBoxMouse-inf,$@,$<) 57 57 $(call VBOX_EDIT_INF_FN,$<,$@)
Note:
See TracChangeset
for help on using the changeset viewer.