diff options
Diffstat (limited to 'lib/clang/libllvmobject/Makefile')
-rw-r--r-- | lib/clang/libllvmobject/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/clang/libllvmobject/Makefile b/lib/clang/libllvmobject/Makefile new file mode 100644 index 0000000..7e48093 --- /dev/null +++ b/lib/clang/libllvmobject/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= llvmobject + +SRCDIR= lib/Object +SRCS= Archive.cpp \ + Binary.cpp \ + COFFObjectFile.cpp \ + COFFYAML.cpp \ + ELF.cpp \ + ELFObjectFile.cpp \ + ELFYAML.cpp \ + Error.cpp \ + MachOObjectFile.cpp \ + MachOUniversal.cpp \ + Object.cpp \ + ObjectFile.cpp \ + YAML.cpp + +.include "../clang.lib.mk" |