Gordon Henriksen | 8ef426b | 2007-09-18 12:49:39 +0000 | [diff] [blame] | 1 | ##===- bindings/Makefile -----------------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 57360d1 | 2007-12-29 20:11:13 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Gordon Henriksen | 8ef426b | 2007-09-18 12:49:39 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | LEVEL := .. |
| 11 | |
| 12 | include $(LEVEL)/Makefile.config |
| 13 | |
Gordon Henriksen | 6530e9d | 2007-10-02 09:50:18 +0000 | [diff] [blame] | 14 | PARALLEL_DIRS = $(BINDINGS_TO_BUILD) |
Gordon Henriksen | 8ef426b | 2007-09-18 12:49:39 +0000 | [diff] [blame] | 15 | |
| 16 | include $(LEVEL)/Makefile.common |