2754fe609d
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
15 lines
253 B
Makefile
15 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmpowerpcinstprinter
|
|
|
|
SRCDIR= lib/Target/PowerPC/InstPrinter
|
|
INCDIR= lib/Target/PowerPC
|
|
SRCS= PPCInstPrinter.cpp
|
|
|
|
TGHDRS= PPCGenAsmWriter \
|
|
PPCGenInstrNames \
|
|
PPCGenRegisterInfo.h \
|
|
PPCGenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|