diff options
Diffstat (limited to 'lib/clang/libllvmpowerpcinfo/Makefile')
-rw-r--r-- | lib/clang/libllvmpowerpcinfo/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/clang/libllvmpowerpcinfo/Makefile b/lib/clang/libllvmpowerpcinfo/Makefile new file mode 100644 index 0000000..5142ce1 --- /dev/null +++ b/lib/clang/libllvmpowerpcinfo/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +LIB= llvmpowerpcinfo + +SRCDIR= lib/Target/PowerPC/TargetInfo/ +INCDIR= lib/Target/PowerPC +SRCS= PowerPCTargetInfo.cpp + +TGHDRS= PPCGenRegisterNames \ + PPCGenInstrNames + +.include "../clang.lib.mk" |