John Criswell | e26ba9f | 2003-10-20 22:28:01 +0000 | [diff] [blame] | 1 | ##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===## |
John Criswell | 7939597 | 2003-10-21 15:33:12 +0000 | [diff] [blame] | 2 | |
John Criswell | 723ccd6 | 2003-06-30 22:13:48 +0000 | [diff] [blame] | 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 | # |
Andrew Lenharth | 3027321 | 2005-07-05 16:36:18 +0000 | [diff] [blame] | 11 | DIRS=sample |
John Criswell | 723ccd6 | 2003-06-30 22:13:48 +0000 | [diff] [blame] | 12 | |
| 13 | include $(LEVEL)/Makefile.common |