166b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman##===- examples/OCaml-Kaleidoscope/Chapter4/Makefile -------*- Makefile -*-===##
266b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# 
366b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman#                     The LLVM Compiler Infrastructure
466b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman#
566b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# This file is distributed under the University of Illinois Open Source
666b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# License. See LICENSE.TXT for details.
766b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# 
866b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman##===----------------------------------------------------------------------===##
966b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# 
1066b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# This is the makefile for the Objective Caml kaleidoscope tutorial, chapter 4.
1166b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman# 
1266b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman##===----------------------------------------------------------------------===##
1366b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman
1466b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanLEVEL := ../../..
1566b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanTOOLNAME := OCaml-Kaleidoscope-Ch4
1666b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanEXAMPLE_TOOL := 1
1766b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanUsedComponents := core
1866b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanUsedOcamLibs := llvm llvm_analysis llvm_executionengine llvm_target \
1966b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman	llvm_scalar_opts
2066b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman
2166b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanOCAMLCFLAGS += -pp camlp4of
2266b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman
2366b8ab22586debccb1f787d4d52b7f042d4ddeb8John BaumanExcludeSources = $(PROJ_SRC_DIR)/myocamlbuild.ml
2466b8ab22586debccb1f787d4d52b7f042d4ddeb8John Bauman
2566b8ab22586debccb1f787d4d52b7f042d4ddeb8John Baumaninclude $(LEVEL)/bindings/ocaml/Makefile.ocaml
26