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


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

1.1.2.1
date	2013.12.24.15.01.46;	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/259822
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 16
# $FreeBSD: stable/9/lib/clang/libllvmpowerpcasmparser/Makefile 259473 2013-12-16 18:45:21Z dim $

.include <bsd.own.mk>

LIB=	llvmpowerpcasmparser

SRCDIR=	lib/Target/PowerPC/AsmParser
INCDIR=	lib/Target/PowerPC
SRCS=	PPCAsmParser.cpp

TGHDRS=	PPCGenAsmMatcher \
	PPCGenInstrInfo \
	PPCGenRegisterInfo \
	PPCGenSubtargetInfo

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

