X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fbitwriter%2FMakefile;h=cec0a59c31b6b63c80c0149a48ced7097cfba758;hp=aef41f50092902e907c811929f854aaf51c21bb1;hb=1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a;hpb=8ef426baa36639458f6777309db25c1768dc9c8a diff --git a/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile index aef41f50092..cec0a59c31b 100644 --- a/bindings/ocaml/bitwriter/Makefile +++ b/bindings/ocaml/bitwriter/Makefile @@ -1,23 +1,19 @@ -##===- bindings/ocaml/llvm/Makefile ------------------------*- Makefile -*-===## +##===- bindings/ocaml/bitwriter/Makefile -------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # -# This is the makefile for the llvm-ml interface. Reference materials on -# installing ocaml libraries: -# -# https://fedoraproject.org/wiki/Packaging/OCaml -# http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.txt +# This is the makefile for the Objective Caml Llvm_bitwriter interface. # ##===----------------------------------------------------------------------===## LEVEL := ../../.. LIBRARYNAME := llvm_bitwriter -DONT_BUILD_RELINKED := 1 UsedComponents := bitwriter +UsedOcamlInterfaces := llvm include ../Makefile.ocaml