source: trunk/testapp/Makefile.kmk@ 22014

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

Merge branch gcc-kmk to trunk.

File size: 440 bytes
Line 
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 \
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
24include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.