Makefile revision 224145
195719Sbenno# $FreeBSD: head/lib/clang/libllvmsupport/Makefile 224145 2011-07-17 19:51:40Z dim $
295719Sbenno
395719SbennoLIB=	llvmsupport
4139825Simp
595719SbennoSRCDIR=	lib/Support
695719SbennoSRCS=	APFloat.cpp \
795719Sbenno	APInt.cpp \
895719Sbenno	APSInt.cpp \
995719Sbenno	Allocator.cpp \
1095719Sbenno	Atomic.cpp \
1195719Sbenno	BranchProbability.cpp \
1295719Sbenno	CommandLine.cpp \
1395719Sbenno	ConstantRange.cpp \
1495719Sbenno	CrashRecoveryContext.cpp \
1595719Sbenno	DAGDeltaAlgorithm.cpp \
1695719Sbenno	Debug.cpp \
1795719Sbenno	DeltaAlgorithm.cpp \
1895719Sbenno	Dwarf.cpp \
1995719Sbenno	DynamicLibrary.cpp \
2095719Sbenno	Errno.cpp \
2195719Sbenno	ErrorHandling.cpp \
2295719Sbenno	FoldingSet.cpp \
2395719Sbenno	FormattedStream.cpp \
2495719Sbenno	GraphWriter.cpp \
2595719Sbenno	Host.cpp \
2695719Sbenno	IntervalMap.cpp \
2795719Sbenno	IntEqClasses.cpp \
2895719Sbenno	ManagedStatic.cpp \
2995719Sbenno	Memory.cpp \
3095719Sbenno	MemoryBuffer.cpp \
3195719Sbenno	Mutex.cpp \
3295719Sbenno	Path.cpp \
3395719Sbenno	PathV2.cpp \
3495719Sbenno	PluginLoader.cpp \
3595719Sbenno	PrettyStackTrace.cpp \
3695719Sbenno	Process.cpp \
3795719Sbenno	Program.cpp \
3895719Sbenno	RWMutex.cpp \
39174599Smarcel	Regex.cpp \
4095719Sbenno	SearchForAddressOfSpecialSymbol.cpp \
4195719Sbenno	Signals.cpp \
4295719Sbenno	SmallPtrSet.cpp \
43125441Sgrehan	SmallVector.cpp \
4495719Sbenno	SourceMgr.cpp \
4595719Sbenno	Statistic.cpp \
4695719Sbenno	StringExtras.cpp \
47209975Snwhitehorn	StringMap.cpp \
48209975Snwhitehorn	StringPool.cpp \
49209975Snwhitehorn	StringRef.cpp \
50209975Snwhitehorn	TargetRegistry.cpp \
51209975Snwhitehorn	ThreadLocal.cpp \
52212722Snwhitehorn	Threading.cpp \
53212722Snwhitehorn	TimeValue.cpp \
54212722Snwhitehorn	Timer.cpp \
55212722Snwhitehorn	ToolOutputFile.cpp \
56222620Snwhitehorn	Triple.cpp \
57222620Snwhitehorn	Twine.cpp \
58209975Snwhitehorn	Valgrind.cpp \
59209975Snwhitehorn	circular_raw_ostream.cpp \
60209975Snwhitehorn	raw_os_ostream.cpp \
61209975Snwhitehorn	raw_ostream.cpp \
62209975Snwhitehorn	regcomp.c \
63209975Snwhitehorn	regerror.c \
64222620Snwhitehorn	regexec.c \
65222620Snwhitehorn	regfree.c \
66222620Snwhitehorn	regstrlcpy.c \
67209975Snwhitehorn	system_error.cpp
68212722SnwhitehornLLVM_REQUIRES_RTTI=
69212722Snwhitehorn
70212722Snwhitehorn.include "../clang.lib.mk"
71222620Snwhitehorn