- Make BranchProbability constructor public.
[llvm/stm8.git] / lib / Target / PowerPC / InstPrinter / Makefile
blobf097e84248ff337fcdc77c450e5371e41f5dec99
1 ##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../../../..
11 LIBRARYNAME = LLVMPowerPCAsmPrinter
13 # Hack: we need to include 'main' powerpc target directory to grab private headers
14 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
16 include $(LEVEL)/Makefile.common