John Criswell | 723ccd6 | 2003-06-30 22:13:48 +0000 | [diff] [blame^] | 1 | # |
2 | # Relative path to the top of the source tree. | ||||
3 | # | ||||
4 | LEVEL=.. | ||||
5 | |||||
6 | # | ||||
7 | # List all of the subdirectories that we will compile. | ||||
8 | # | ||||
9 | DIRS=sample | ||||
10 | |||||
11 | include $(LEVEL)/Makefile.common |