Changeset 1588 in kBuild
- Timestamp:
- May 1, 2008 3:21:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/inherit-target/Makefile.kmk
r1509 r1588 60 60 61 61 62 # More complicated, with a couple of SDKs and TEMPLATES. 63 SDK_inh1 = target inherit test sdk 1 64 SDK_inh1_DEFS = Z=42 65 66 SDK_inh2 = target inherit test sdk 2 67 SDK_inh2_DEFS = Y=128 68 69 SDK_inh3 = target inherit test sdk 3 70 SDK_inh3_DEFS = P=42 71 72 TEMPLATE_inh1 = target inherit test template 1 73 TEMPLATE_inh1_EXTENDS = TST 74 TEMPLATE_inh1_DEFS = Q=256 75 76 PROGRAMS += inherit-target10 77 inherit-target10_TEMPLATE = inh1 78 inherit-target10_SOURCES = ../dummy_defined_X.c 79 inherit-target10_SDKS = inh1 inh2 80 inherit-target10_DEFS = X=Z 81 82 PROGRAMS += inherit-target11 83 inherit-target11_EXTENDS = inherit-target10 84 inherit-target11_SOURCES = ../dummy_defined_Y.c 85 inherit-target11_SDKS = inh3 86 inherit-target11_DEFS = Y=P 87 88 62 89 include $(FILE_KBUILD_FOOTER) 63 90
Note:
See TracChangeset
for help on using the changeset viewer.