]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libelftc/Makefile
Merge sync of head
[FreeBSD/FreeBSD.git] / lib / libelftc / Makefile
1 # $FreeBSD$
2 .include <bsd.own.mk>
3
4 INTERNALLIB=
5
6 ELFTCDIR=       ${.CURDIR}/../../contrib/elftoolchain
7
8 .PATH:  ${ELFTCDIR}/libelftc
9
10 LIB=    elftc
11
12 SRCS=   elftc_bfdtarget.c                       \
13         elftc_copyfile.c                        \
14         elftc_demangle.c                        \
15         elftc_set_timestamps.c                  \
16         elftc_string_table.c                    \
17         elftc_version.c                         \
18         libelftc_bfdtarget.c                    \
19         libelftc_dem_arm.c                      \
20         libelftc_dem_gnu2.c                     \
21         libelftc_dem_gnu3.c                     \
22         libelftc_hash.c                         \
23         libelftc_vstr.c
24
25 INCS=   libelftc.h
26 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
27
28 NO_MAN= yes
29
30 .include <bsd.lib.mk>