source:
trunk/testapp/Makefile.kmk@
22014
| Last change on this file since 22014 was 21916, checked in by , 14 years ago | |
|---|---|
| File size: 440 bytes | |
| Line | |
|---|---|
| 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 \ |
| 15 | exceptions/seh \ |
| 16 | gui/fontlist \ |
| 17 | gui/input \ |
| 18 | gui/systray \ |
| 19 | network/iphlpapi \ |
| 20 | threads |
| 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.
