summaryrefslogtreecommitdiffstats
path: root/lib/libelftc/Makefile
blob: ed5c02a93cb0190f44360f88734b1a57291cb3b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $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

MAN=

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud