2014-12-01 12:49:42 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
2016-02-04 16:16:35 -05:00
|
|
|
PACKAGE=lib${LIB}
|
2014-12-01 12:49:42 -05:00
|
|
|
INTERNALLIB=
|
|
|
|
|
|
2016-04-21 08:58:29 -04:00
|
|
|
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
|
2014-12-01 12:49:42 -05:00
|
|
|
|
|
|
|
|
.PATH: ${ELFTCDIR}/libelftc
|
|
|
|
|
|
|
|
|
|
LIB= elftc
|
|
|
|
|
|
|
|
|
|
SRCS= elftc_bfdtarget.c \
|
|
|
|
|
elftc_copyfile.c \
|
|
|
|
|
elftc_demangle.c \
|
2016-05-20 13:24:34 -04:00
|
|
|
elftc_reloc_type_str.c \
|
2014-12-01 12:49:42 -05:00
|
|
|
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 16:33:27 -05:00
|
|
|
MAN=
|
2014-12-01 12:49:42 -05:00
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|