| Rev | Line | |
|---|
| [21839] | 1 | ## @file
|
|---|
| 2 | # Tests
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | SUB_DEPTH = ..
|
|---|
| 6 | include $(KBUILD_PATH)/subheader.kmk
|
|---|
| 7 |
|
|---|
| 8 | #
|
|---|
| 9 | # Include sub-makefiles.
|
|---|
| 10 | #
|
|---|
| 11 | INCLUDE_SUBDIRS = \
|
|---|
| 12 | console/file \
|
|---|
| 13 | console/fullpath \
|
|---|
| 14 | encodings \
|
|---|
| [21845] | 15 | exceptions/seh \
|
|---|
| 16 | gui/fontlist \
|
|---|
| [21862] | 17 | gui/input \
|
|---|
| [21866] | 18 | gui/systray \
|
|---|
| [21869] | 19 | network/iphlpapi \
|
|---|
| 20 | threads
|
|---|
| [21839] | 21 |
|
|---|
| 22 | $(foreach dir,$(INCLUDE_SUBDIRS),$(eval include $$(PATH_SUB_CURRENT)/$(dir)/Makefile.kmk))
|
|---|
| 23 |
|
|---|
| 24 | include $(FILE_KBUILD_SUB_FOOTER)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.