VirtualBox

Ignore:
Timestamp:
Jan 31, 2008 2:11:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27726
Message:

Use the generic templates for building the OS/2 guest additions. Removed all the OS/2 specific targets and templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r6654 r6657  
    2020include $(PATH_KBUILD)/subheader.kmk
    2121
    22 if1of ($(BUILD_TARGET),solaris)
     22ifn1of ($(BUILD_TARGET),l4 linux windows)
    2323 LIBRARIES += \
    2424        VBoxGuestR0Lib \
    2525        VBoxGuestR0LibBase
    26  ifneq ($(BUILD_TARGET),win)
    27   LIBRARIES += \
     26 LIBRARIES += \
    2827        VBoxGuestR3Lib \
    2928        VBoxGuestR3LibShared
     29 if1of ($(BUILD_TARGET),freebsd linux netbsd openbsd)
     30  LIBRARIES += \
     31        VBoxGuestR3LibXFree86
    3032 endif
    3133else
     
    5355        VBoxGuestR3LibXFree86 \
    5456        VBoxGuestR3LibLinux
    55  endif
    56  ifdef VBOX_WITH_OS2_ADDITIONS
    57   LIBRARIES += \
    58         VBoxGuestR0LibOS2 \
    59         VBoxGuestR0LibBaseOS2 \
    60         VBoxGuestR3LibOS2
    6157 endif
    6258endif
     
    199195
    200196
    201 #
    202 # VBoxGuestR0LibOS2
    203 #
    204 VBoxGuestR0LibOS2_TEMPLATE  = VBOXOS2GUESTR0LIB
    205 VBoxGuestR0LibOS2_SOURCES   = $(VBoxGuestR0Lib_SOURCES)
    206 VBoxGuestR0LibOS2_INCS      = $(VBoxGuestLib_INCS)
    207 VBoxGuestR0LibOS2_DEFS      = VBOX_HGCM
    208 
    209 #
    210 # VBoxGuestR0LibBaseOS2
    211 #
    212 VBoxGuestR0LibBaseOS2_TEMPLATE = VBOXOS2GUESTR0LIB
    213 VBoxGuestR0LibBaseOS2_SOURCES  = $(VBoxGuestR0LibBase_SOURCES)
    214 VBoxGuestR0LibBaseOS2_INCS     = $(VBoxGuestLib_INCS)
    215 VBoxGuestR0LibBaseOS2_DEFS     = VBOX_HGCM VBGL_VBOXGUEST
    216 
    217 #
    218 # VBoxGuestR3LibBaseOS2
    219 #
    220 VBoxGuestR3LibOS2_TEMPLATE = VBOXOS2GUESTR3LIB
    221 VBoxGuestR3LibOS2_DEFS     = VBOX_HGCM
    222 VBoxGuestR3LibOS2_SOURCES  = $(VBoxGuestR3Lib_SOURCES)
    223 
    224 
    225197include $(PATH_KBUILD)/subfooter.kmk
    226198
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette