Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/tls-maxphys]: src/external/bsd/elftosb/lib Eat all targets



details:   https://anonhg.NetBSD.org/src/rev/21ffaadc26f6
branches:  tls-maxphys
changeset: 852958:21ffaadc26f6
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 16 05:39:26 2012 +0000

description:
Eat all targets

diffstat:

 external/bsd/elftosb/lib/Makefile |  44 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 3b25de507f53 -r 21ffaadc26f6 external/bsd/elftosb/lib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/elftosb/lib/Makefile Fri Nov 16 05:39:26 2012 +0000
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.3.2.2 2012/11/16 05:39:26 christos Exp $
+
+.if (${MACHINE} == "evbarm")
+LIBISPRIVATE=  yes
+LIB=           elftosb
+SRCS=          AESKey.cpp \
+               Blob.cpp \
+               DataSource.cpp \
+               DataSourceImager.cpp \
+               DataTarget.cpp \
+               ELFSourceFile.cpp \
+               EncoreBootImage.cpp \
+               EvalContext.cpp \
+               ExcludesListMatcher.cpp \
+               GHSSecInfo.cpp \
+               GlobMatcher.cpp \
+               HexValues.cpp \
+               IVTDataSource.cpp \
+               Logging.cpp \
+               Operation.cpp \
+               OptionDictionary.cpp \
+               OutputSection.cpp \
+               Random.cpp \
+               RijndaelCBCMAC.cpp \
+               SHA1.cpp \
+               SRecordSourceFile.cpp \
+               SearchPath.cpp \
+               SourceFile.cpp \
+               StELFFile.cpp \
+               StExecutableImage.cpp \
+               StSRecordFile.cpp \
+               Value.cpp \
+               Version.cpp \
+               crc.cpp \
+               format_string.cpp \
+               options.cpp \
+               rijndael.cpp \
+               stdafx.cpp
+.include <bsd.lib.mk>
+.else
+${.TARGETS}:
+.endif
+
+



Home | Main Index | Thread Index | Old Index