blob: 792bb0ac79113db38fa7808e6abbaee06323ff1f [file] [log] [blame]
Gordon Henriksen8ef426b2007-09-18 12:49:39 +00001##===- bindings/Makefile -----------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Gordon Henriksen and is distributed under the
6# University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL := ..
11
12include $(LEVEL)/Makefile.config
13
Gordon Henriksen6530e9d2007-10-02 09:50:18 +000014PARALLEL_DIRS = $(BINDINGS_TO_BUILD)
Gordon Henriksen8ef426b2007-09-18 12:49:39 +000015
16include $(LEVEL)/Makefile.common