| 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 | # | ||||
| 11 | DIRS=sample | ||||
| 12 | |||||
| 13 | include $(LEVEL)/Makefile.common | ||||