diff options
author | dim <dim@FreeBSD.org> | 2012-06-02 11:00:48 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-06-02 11:00:48 +0000 |
commit | 65208febe43b80a3eb14f11ac5f30f9a84ece98f (patch) | |
tree | be5f6f4d893be4bc83a86c1b9f30df09a4f71294 /lib/libcxxrt/Makefile | |
parent | 2abbdfc576b6a91bff16d4b622979a9b7c672ded (diff) | |
download | FreeBSD-src-65208febe43b80a3eb14f11ac5f30f9a84ece98f.zip FreeBSD-src-65208febe43b80a3eb14f11ac5f30f9a84ece98f.tar.gz |
Tabify libcxxrt and libc++'s Makefiles.
MFC after: 3 days
Diffstat (limited to 'lib/libcxxrt/Makefile')
-rw-r--r-- | lib/libcxxrt/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile index e710546..d197361 100644 --- a/lib/libcxxrt/Makefile +++ b/lib/libcxxrt/Makefile @@ -1,26 +1,26 @@ # $FreeBSD$ -SRCDIR= ${.CURDIR}/../../contrib/libcxxrt +SRCDIR= ${.CURDIR}/../../contrib/libcxxrt -SHLIB_MAJOR= 1 -SHLIBDIR?= /lib +SHLIB_MAJOR= 1 +SHLIBDIR?= /lib .PATH: ${SRCDIR} -LIB= cxxrt +LIB= cxxrt -SRCS+= libelftc_dem_gnu3.c\ - terminate.cc\ - dynamic_cast.cc\ - memory.cc\ - auxhelper.cc\ - exception.cc\ - stdexcept.cc\ - typeinfo.cc\ - guard.cc +SRCS+= libelftc_dem_gnu3.c\ + terminate.cc\ + dynamic_cast.cc\ + memory.cc\ + auxhelper.cc\ + exception.cc\ + stdexcept.cc\ + typeinfo.cc\ + guard.cc -WARNS= 0 -CFLAGS+= -I${SRCDIR} -VERSION_MAP= ${.CURDIR}/Version.map +WARNS= 0 +CFLAGS+= -I${SRCDIR} +VERSION_MAP= ${.CURDIR}/Version.map .include <bsd.lib.mk> |