2014-12-01 17:49:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
INTERNALLIB=
|
|
|
|
|
|
|
|
ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
|
|
|
|
|
|
|
|
.PATH: ${ELFTCDIR}/libelftc
|
|
|
|
|
|
|
|
LIB= elftc
|
|
|
|
|
|
|
|
SRCS= elftc_bfdtarget.c \
|
|
|
|
elftc_copyfile.c \
|
|
|
|
elftc_demangle.c \
|
|
|
|
elftc_set_timestamps.c \
|
|
|
|
elftc_string_table.c \
|
|
|
|
elftc_version.c \
|
|
|
|
libelftc_bfdtarget.c \
|
|
|
|
libelftc_dem_arm.c \
|
|
|
|
libelftc_dem_gnu2.c \
|
|
|
|
libelftc_dem_gnu3.c \
|
|
|
|
libelftc_hash.c \
|
|
|
|
libelftc_vstr.c
|
|
|
|
|
|
|
|
INCS= libelftc.h
|
|
|
|
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
|
|
|
|
|
2016-01-22 21:33:27 +00:00
|
|
|
MAN=
|
2014-12-01 17:49:42 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|