head	1.1;
access;
symbols
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2014.03.26.08.02.10;	author svnexp;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2014.03.26.08.02.10;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file Makefile was initially added on branch RELENG_9.
@
text
@@


1.1.2.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263764
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 15
# $FreeBSD: stable/9/lib/clang/libllvmsparcinfo/Makefile 262263 2014-02-20 22:22:39Z dim $

.include <bsd.own.mk>

LIB=	llvmsparcinfo

SRCDIR=	lib/Target/Sparc/TargetInfo
INCDIR=	lib/Target/Sparc
SRCS=	SparcTargetInfo.cpp

TGHDRS=	SparcGenInstrInfo \
	SparcGenRegisterInfo \
	SparcGenSubtargetInfo

.include "../clang.lib.mk"
@

