X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fanalysis%2FMakefile;h=daff06194d1e973bdd48662eac7f6777277cc380;hp=0e95ecd678d511163ba27279554bca015d2870fb;hb=cb334476f1dfdfc662bbfe85576b800367fa0f68;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d diff --git a/bindings/ocaml/analysis/Makefile b/bindings/ocaml/analysis/Makefile index 0e95ecd678d..daff06194d1 100644 --- a/bindings/ocaml/analysis/Makefile +++ b/bindings/ocaml/analysis/Makefile @@ -1,19 +1,18 @@ ##===- bindings/ocaml/analysis/Makefile --------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## -# +# # This is the makefile for the Objective Caml Llvm_analysis interface. -# +# ##===----------------------------------------------------------------------===## LEVEL := ../../.. LIBRARYNAME := llvm_analysis -DONT_BUILD_RELINKED := 1 UsedComponents := analysis UsedOcamlInterfaces := llvm