blob: ac44f3a7241bd5b8d8e46b96f222ad5bdd6ff2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
##===- Target/Sparc/InstrSelection/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.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
DIRS =
LIBRARYNAME = select
include $(LEVEL)/Makefile.common
|