VirtualBox

Changeset 586 in kBuild for trunk/src/lib/Makefile.kmk


Ignore:
Timestamp:
Nov 24, 2006 5:15:50 AM (18 years ago)
Author:
bird
Message:

header + footer - rules only won't do if BUILD_TARGET* is tested for.

File:
1 edited

Legend:

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

    r553 r586  
    2525#
    2626
     27DEPTH = ../..
     28include $(PATH_KBUILD)/header.kmk
     29
    2730LIBRARIES += kDep
    28 
    29 kDep_TEMPLATE           = LIB
    30 ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
    31 kDep_DEFS          += NEED_ISBLANK=1 __WIN32__=1
     31kDep_TEMPLATE = LIB
     32ifeq ($(filter-out win nt win32 win64,$(BUILD_TARGET)),)
     33kDep_DEFS += NEED_ISBLANK=1 __WIN32__=1
    3234endif
    33 kDep_SOURCES        = $(PATH_CURRENT)/kDep.c
     35kDep_SOURCES = $(PATH_CURRENT)/kDep.c
     36kDep_NOINST = 1
    3437
    3538
    36 ifndef DEPTH # Experiment in including stuff from the top level make.
    37 DEPTH = ../..
    38 include $(PATH_KBUILD)/rules.kmk
    39 endif
     39include $(PATH_KBUILD)/footer.kmk
    4040
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