2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
LIB= clangdriver
|
|
|
|
|
|
|
|
SRCDIR= tools/clang/lib/Driver
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= Action.cpp \
|
|
|
|
Arg.cpp \
|
|
|
|
ArgList.cpp \
|
|
|
|
CC1AsOptions.cpp \
|
|
|
|
CC1Options.cpp \
|
|
|
|
Compilation.cpp \
|
|
|
|
Driver.cpp \
|
|
|
|
DriverOptions.cpp \
|
|
|
|
HostInfo.cpp \
|
|
|
|
Job.cpp \
|
|
|
|
OptTable.cpp \
|
|
|
|
Option.cpp \
|
|
|
|
Phases.cpp \
|
|
|
|
Tool.cpp \
|
|
|
|
ToolChain.cpp \
|
|
|
|
ToolChains.cpp \
|
|
|
|
Tools.cpp \
|
|
|
|
Types.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2010-07-20 17:16:57 +00:00
|
|
|
TGHDRS= CC1AsOptions \
|
|
|
|
CC1Options \
|
|
|
|
DiagnosticCommonKinds \
|
|
|
|
DiagnosticDriverKinds \
|
|
|
|
Options
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|