Changeset 8730 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- May 9, 2008 1:40:44 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30679
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r8727 r8730 1 1 # $Id$ 2 2 ## @file 3 # Makefile for the IPRT testcases.3 # Sub-Makefile for the IPRT testcases. 4 4 # 5 5 … … 29 29 # 30 30 31 DEPTH = ../../../.. 32 include $(PATH_KBUILD)/header.kmk 31 DEPTH ?= ../../../.. 32 SUB_DEPTH = .. 33 include $(PATH_KBUILD)/subheader.kmk 33 34 34 35 ifdef VBOX_WITH_TESTCASES … … 135 136 # Note: tstErrUnique.cpp depends on a header generated by the makefile above us. 136 137 tstErrUnique_SOURCES = tstErrUnique.cpp 137 tstErrUnique_INCS = $(PATH_TARGET)/ ..138 tstErrUnique.cpp_DEPS = $(PATH_TARGET)/ ../errmsgdata.h138 tstErrUnique_INCS = $(PATH_TARGET)/ 139 tstErrUnique.cpp_DEPS = $(PATH_TARGET)/errmsgdata.h 139 140 140 141 tstFile_SOURCES = tstFile.cpp … … 290 291 endif # VBOX_WITH_TESTCASES 291 292 292 include $(PATH_KBUILD)/ footer.kmk293 293 include $(PATH_KBUILD)/subfooter.kmk 294
Note:
See TracChangeset
for help on using the changeset viewer.