Changeset 3584 for trunk/kStuff/kLdr/testcase/Makefile.kmk
- Timestamp:
- Sep 3, 2007, 12:46:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kLdr/testcase/Makefile.kmk
r2967 r3584 26 26 27 27 # generate rules. 28 DEPTH = ../.. 29 include $(PATH_KBUILD)/header.kmk 30 31 DEFAULT_PASSES := $(filter-out PACKING, $(DEFAULT_PASSES)) 28 DEPTH ?= ../../.. 29 SUB_DEPTH = ../.. 30 include $(PATH_KBUILD)/subheader.kmk 32 31 33 32 … … 78 77 endif 79 78 endif 80 TEMPLATE_TST_INCS = . ..79 TEMPLATE_TST_INCS := $(PATH_SUB_CURRENT) $(PATH_SUB_ROOT)/include 81 80 82 81 … … 129 128 endif 130 129 endif 131 TEMPLATE_TSTBARE_INCS = . ..130 TEMPLATE_TSTBARE_INCS := $(PATH_SUB_CURRENT) $(PATH_SUB_ROOT)/include 132 131 133 132 TEMPLATE_TSTBAREPROG = Bare bone testcase program template … … 274 273 else 275 274 DLLS += tst-3 276 LIBRARIES.win = tst-3-imp277 LIBRARIES.os2 = tst-3-imp275 LIBRARIES.win += tst-3-imp 276 LIBRARIES.os2 += tst-3-imp 278 277 endif 279 278 … … 299 298 300 299 # generate rules. 301 include $(PATH_KBUILD)/ footer.kmk302 300 include $(PATH_KBUILD)/subfooter.kmk 301
Note:
See TracChangeset
for help on using the changeset viewer.