freebsd-nq/lib/clang/libllvmmipsinfo/Makefile
Dimitry Andric 3fe0686746 In all Makefiles under lib/clang, consistently use tabs instead of
spaces after the '=' sign in macro assignments.

Approved-by:	rpaulo (mentor)
2010-09-19 10:54:58 +00:00

13 lines
196 B
Makefile

# $FreeBSD$
LIB= llvmmipsinfo
SRCDIR= lib/Target/Mips/TargetInfo/
INCDIR= lib/Target/Mips
SRCS= MipsTargetInfo.cpp
TGHDRS= MipsGenRegisterNames \
MipsGenInstrNames
.include "../clang.lib.mk"