Changeset 35380 in vbox for trunk/src/recompiler/Makefile.kmk
- Timestamp:
- Dec 30, 2010 4:06:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Makefile.kmk
r35333 r35380 80 80 tcg \ 81 81 fpu \ 82 $( PATH_VBoxRemPrimary) \82 $(VBoxRemPrimary_0_OUTDIR) \ 83 83 $(PATH_ROOT)/src/VBox/VMM/include \ 84 84 . … … 107 107 VBoxRemPrimary_SOURCES.debug += \ 108 108 Sun/testmath.c 109 VBoxRemPrimary_SOURCES.win.x86 = $( PATH_VBoxREMImp)/VBoxREMWin.def109 VBoxRemPrimary_SOURCES.win.x86 = $(VBoxREMImp_0_OUTDIR)/VBoxREMWin.def 110 110 111 111 VBoxRemPrimary_LIBS = \ … … 218 218 endif 219 219 VBoxREMImp_INST = $(INST_LIB) 220 VBoxREMImp_SOURCES.win = $( PATH_VBoxREMImp)/VBoxREMWin.def221 VBoxREMImp_CLEAN.win = $( PATH_VBoxREMImp)/VBoxREMWin.def222 VBoxREMImp_SOURCES.os2 = $( PATH_VBoxREMImp)/VBoxREMOS2.def223 VBoxREMImp_CLEAN.os2 = $( PATH_VBoxREMImp)/VBoxREMOS2.def220 VBoxREMImp_SOURCES.win = $(VBoxREMImp_0_OUTDIR)/VBoxREMWin.def 221 VBoxREMImp_CLEAN.win = $(VBoxREMImp_0_OUTDIR)/VBoxREMWin.def 222 VBoxREMImp_SOURCES.os2 = $(VBoxREMImp_0_OUTDIR)/VBoxREMOS2.def 223 VBoxREMImp_CLEAN.os2 = $(VBoxREMImp_0_OUTDIR)/VBoxREMOS2.def 224 224 ifn1of ($(KBUILD_TARGET), os2 win) 225 VBoxREMImp_SOURCES = $( PATH_VBoxREMImp)/VBoxREMImp.c226 VBoxREMImp_CLEAN = $( PATH_VBoxREMImp)/VBoxREMImp.c225 VBoxREMImp_SOURCES = $(VBoxREMImp_0_OUTDIR)/VBoxREMImp.c 226 VBoxREMImp_CLEAN = $(VBoxREMImp_0_OUTDIR)/VBoxREMImp.c 227 227 endif 228 228 ifn1of ($(KBUILD_TARGET), darwin os2 win) … … 236 236 VBoxREMImp_LDFLAGS.l4 = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib 237 237 238 $$( PATH_VBoxREMImp)/VBoxREMImp.c: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(VBOX_PATH_RECOMPILER_SRC)/Sun/deftoimp.sed $(MAKEFILE_CURRENT) | $$(dir $$@)238 $$(VBoxREMImp_0_OUTDIR)/VBoxREMImp.c: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(VBOX_PATH_RECOMPILER_SRC)/Sun/deftoimp.sed $(MAKEFILE_CURRENT) | $$(dir $$@) 239 239 $(call MSG_GENERATE,,$@) 240 240 $(QUIET)$(APPEND) -t $@ '#ifdef VBOX_HAVE_VISIBILITY_HIDDEN' … … 246 246 $(QUIET)$(SED) -f $(VBOX_PATH_RECOMPILER_SRC)/Sun/deftoimp.sed --append $@ $< 247 247 248 $$( PATH_VBoxREMImp)/VBoxREMOS2.def: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(MAKEFILE_CURRENT) | $$(dir $$@)248 $$(VBoxREMImp_0_OUTDIR)/VBoxREMOS2.def: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(MAKEFILE_CURRENT) | $$(dir $$@) 249 249 $(SED) \ 250 250 -e 's/^[ \t][ \t]*REMR3/ _REMR3/' \ … … 254 254 $< 255 255 256 $$( PATH_VBoxREMImp)/VBoxREMWin.def: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(MAKEFILE_CURRENT) | $$(dir $$@)256 $$(VBoxREMImp_0_OUTDIR)/VBoxREMWin.def: $(VBOX_PATH_RECOMPILER_SRC)/VBoxREM.def $(MAKEFILE_CURRENT) | $$(dir $$@) 257 257 $(CP) -f $< $@ 258 258
Note:
See TracChangeset
for help on using the changeset viewer.