source: trunk/testapp/Makefile.kmk@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 440 bytes
RevLine 
[21839]1## @file
2# Tests
3#
4
5SUB_DEPTH = ..
6include $(KBUILD_PATH)/subheader.kmk
7
8#
9# Include sub-makefiles.
10#
11INCLUDE_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
24include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.