VirtualBox

Changeset 14640 in vbox


Ignore:
Timestamp:
Nov 26, 2008 1:31:13 PM (16 years ago)
Author:
vboxsync
Message:

indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/Makefile.kmk

    r14639 r14640  
    169169#
    170170VBoxREMImp_TEMPLATE         = VBOXR3
    171 if1of ($(KBUILD_TARGET), os2 win)
     171 if1of ($(KBUILD_TARGET), os2 win)
    172172VBoxREMImp_INST             = $(INST_LIB)
    173 else
     173 else
    174174VBoxREMImp_NAME             = VBoxREM
    175175VBoxREMImp_INST             = $(INST_LIB)
    176 endif
     176 endif
    177177VBoxREMImp_SOURCES.win      = VBoxREM.def
    178178VBoxREMImp_SOURCES.os2      = $(PATH_VBoxREMImp)/VBoxREMOS2.def
    179 ifeq ($(filter win os2,$(KBUILD_TARGET)),)
     179 ifeq ($(filter win os2,$(KBUILD_TARGET)),)
    180180VBoxREMImp_SOURCES          = $(PATH_VBoxREMImp)/VBoxREMImp.c
    181181VBoxREMImp_CLEAN            = $(PATH_VBoxREMImp)/VBoxREMImp.c
    182 endif
    183 ifneq ($(filter-out darwin os2 win,$(KBUILD_TARGET)),)
     182 endif
     183 ifneq ($(filter-out darwin os2 win,$(KBUILD_TARGET)),)
    184184VBoxREMImp_SONAME           = VBoxREM$(SUFF_DLL)
    185 endif
     185 endif
    186186VBoxREMImp_LDFLAGS.darwin   = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib
    187187VBoxREMImp_LDFLAGS.l4       = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib
     
    204204                --output $@ \
    205205                $<
    206 endif
     206endif # USE_REM_IMP
    207207
    208208#
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