VirtualBox

Changeset 1588 in kBuild


Ignore:
Timestamp:
May 1, 2008 3:21:05 PM (17 years ago)
Author:
bird
Message:

Some more tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/inherit-target/Makefile.kmk

    r1509 r1588  
    6060
    6161
     62# More complicated, with a couple of SDKs and TEMPLATES.
     63SDK_inh1 = target inherit test sdk 1
     64SDK_inh1_DEFS = Z=42
     65
     66SDK_inh2 = target inherit test sdk 2
     67SDK_inh2_DEFS = Y=128
     68
     69SDK_inh3 = target inherit test sdk 3
     70SDK_inh3_DEFS = P=42
     71
     72TEMPLATE_inh1 = target inherit test template 1
     73TEMPLATE_inh1_EXTENDS = TST
     74TEMPLATE_inh1_DEFS = Q=256
     75
     76PROGRAMS += inherit-target10
     77inherit-target10_TEMPLATE = inh1
     78inherit-target10_SOURCES = ../dummy_defined_X.c
     79inherit-target10_SDKS = inh1 inh2
     80inherit-target10_DEFS = X=Z
     81
     82PROGRAMS += inherit-target11
     83inherit-target11_EXTENDS = inherit-target10
     84inherit-target11_SOURCES = ../dummy_defined_Y.c
     85inherit-target11_SDKS = inh3
     86inherit-target11_DEFS = Y=P
     87
     88
    6289include $(FILE_KBUILD_FOOTER)
    6390
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