2007-09-18 12:49:39 +00:00
|
|
|
##===- bindings/Makefile -----------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:11:13 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-09-18 12:49:39 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
2007-10-02 09:50:18 +00:00
|
|
|
PARALLEL_DIRS = $(BINDINGS_TO_BUILD)
|
2007-09-18 12:49:39 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|