Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===## |
2 | |||||
3 | # | ||||
4 | # Relative path to the top of the source tree. | ||||
5 | # | ||||
6 | LEVEL=.. | ||||
7 | |||||
8 | # | ||||
9 | # List all of the subdirectories that we will compile. | ||||
10 | # | ||||
11 | DIRS=sample | ||||
12 | |||||
13 | include $(LEVEL)/Makefile.common |