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