| Chris Lattner | 8ca0eeb | 2003-08-21 22:29:52 +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=ModuleMaker | ||||
| 10 | |||||
| 11 | include $(LEVEL)/Makefile.common | ||||