3fe0686746
spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
13 lines
206 B
Makefile
13 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpcinfo
|
|
|
|
SRCDIR= lib/Target/PowerPC/TargetInfo/
|
|
INCDIR= lib/Target/PowerPC
|
|
SRCS= PowerPCTargetInfo.cpp
|
|
|
|
TGHDRS= PPCGenRegisterNames \
|
|
PPCGenInstrNames
|
|
|
|
.include "../clang.lib.mk"
|